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

  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
progreloc.c 106 struct stat statfile; local
110 if (stat (filename, &statfile) < 0)
112 if (!(statfile.st_dev
113 && statfile.st_dev == statexe.st_dev
114 && statfile.st_ino == statexe.st_ino))
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
progreloc.c 106 struct stat statfile; local
110 if (stat (filename, &statfile) < 0)
112 if (!(statfile.st_dev
113 && statfile.st_dev == statexe.st_dev
114 && statfile.st_ino == statexe.st_ino))
  /src/usr.sbin/lpr/lpc/
cmds.c 189 char statfile[MAXPATHLEN]; local
192 (void)snprintf(statfile, sizeof(statfile), "%s/%s", SD, ST);
194 fd = open(statfile, O_WRONLY|O_CREAT, 0664);
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
ipropd_master.c 1408 char *statfile = NULL; local
1414 * delay free() of "statfile" until we're done with "fn".
1418 else if (asprintf(&statfile, "%s/slaves-stats", hdb_db_dir(context)) != -1
1419 && statfile != NULL)
1422 statfile,
1428 if (statfile != NULL)
1429 free(statfile);

Completed in 43 milliseconds