Searched refs:lfname (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/usr.bin/localedef/
H A Dlocaledef.c247 char *lfname = NULL; local
275 lfname = optarg;
325 if (lfname) {
326 reset_scanner(lfname);
/freebsd-11-stable/sbin/fsck_ffs/
H A Dglobs.c108 const char *lfname; /* lost & found directory name */ variable
165 lfname = "lost+found";
H A Ddir.c388 pwarn("LINK COUNT %s", (lfdir == idesc->id_number) ? lfname :
485 idesc.id_name = strdup(lfname);
496 if (makeentry(ROOTINO, lfdir, lfname) != 0) {
525 if ((changeino(ROOTINO, lfname, lfdir) & ALTERED) == 0) {
H A Dfsck.h340 extern const char *lfname; /* lost & found directory name */
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dcommon.c332 set_qstate(int action, const char *lfname) argument
345 statres = stat(lfname, &stbuf);
407 chres = chmod(lfname, chgbits);
429 fd = open(lfname, O_WRONLY|O_CREAT, newbits);

Completed in 226 milliseconds