HomeSort by: relevance | last modified time | path
    Searched defs:pfile (Results 1 - 3 of 3) sorted by relevancy

  /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/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/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...]

Completed in 13 milliseconds