/src/usr.bin/fdformat/ |
fdformat.c | 140 #define getparm(structname, maskname) \ 142 if (cgetnum(fdbuf, # structname, &tmplong) == -1) \ 143 errx(1, "Parameter " # structname \ 145 parms.structname = tmplong; \
|
/src/usr.bin/ftp/ |
ftp_var.h | 244 GLOBAL char structname[32]; /* name of file transfer structure */ variable in typeref:typename:GLOBAL char[32]
|
util.c | 157 (void)strlcpy(structname, "file", sizeof(structname));
|
cmds.c | 396 fprintf(ttyout, "We only support %s structure, sorry.\n", structname); 826 modename, typename, formname, structname);
|