Searched refs:structname (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/usr.bin/ftp/
H A Dftp_var.h137 extern char structname[32]; /* name of file transfer structure */
H A Dcmds.c128 fprintf(ttyout, "We only support %s structure, sorry.\n", structname);
491 modename, typename, formname, structname);
H A Dutil.c155 (void)strlcpy(structname, "file", sizeof structname);
H A Dmain.c123 char structname[32]; variable
/openbsd-current/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A Dmkheader30 our $structname = "${prefix}complist";
197 my $listname = sprintf("${structname}_%06x", $comp1st);
297 "typedef struct { UV nextchar; UV composite; } $structname;\n\n";
300 $compinit .= "$structname $i [] = {\n";
332 type => "$structname *",
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DConfigure.pm518 my($structname,@headers) = @_;
519 ApplyHeaders("main(){ struct $structname s;}",@headers);
532 my($structname,$fieldname,@headers) = @_;
533 ApplyHeaders("main(){ struct $structname s1; struct $structname s2;

Completed in 123 milliseconds