/src/usr.sbin/mopd/mopd/ |
process.c | 432 u_char pfile[129], mopcode; local in function:mopProcessDL 481 if (tmpc > sizeof(pfile) - 1) 484 pfile[i] = mopGetChar(pkt,idx); 485 pfile[i+1] = '\0'; 496 snprintf(pfile, sizeof(pfile), 510 MopdDir, pfile); 518 src[3],src[4],src[5],trans,pfile); 523 src[3],src[4],src[5],trans,pfile); 533 src[3],src[4],src[5],pfile); [all...] |
/src/sys/stand/efiboot/ |
efifile.c | 38 efi_file_parse(const char *fname, UINTN *pvol, const char **pfile) 50 *pfile = ep + 1;
|
efiblock.c | 65 efi_block_parse(const char *fname, struct efi_block_part **pbpart, char **pfile) 79 *pfile = __UNCONST(fname); 85 *pfile = strchr(fname, ':') + 1; 88 if (*pfile[0] == '\0') { 89 *pfile = __UNCONST("/");
|
/src/usr.sbin/ypserv/mknetid/ |
mknetid.c | 216 FILE *pfile; local in function:read_passwd 222 if ((pfile = fopen(fname, "r")) == NULL) 227 (line = fparseln(pfile, &len, &line_no, NULL, FPARSELN_UNESCALL)); 270 (void)fclose(pfile);
|
/src/usr.bin/m4/ |
eval.c | 742 dopaste(const char *pfile) 747 if ((pf = fopen(pfile, "r")) != NULL) { 749 fprintf(active, "#line 1 \"%s\"\n", pfile);
|
/src/sbin/cgdconfig/ |
cgdconfig.c | 253 const char *Pfile = NULL; 273 if (Pfile) 275 Pfile = estrdup(optarg); 368 if (Pfile != NULL && 374 if (Pfile != NULL && !Sflag) { 391 return generate(p, argc, argv, outfile, Pfile); 393 return generate_convert(p, argc, argv, outfile, Pfile); 784 char pfile[MAXPATHLEN]; local in function:configure 787 strlcpy(pfile, dev, sizeof(pfile)); [all...] |