HomeSort by: relevance | last modified time | path
    Searched refs:fullpath (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/mtree/
mtree.c 64 char fullpath[MAXPATHLEN]; variable
282 if ((cflag || sflag) && !getcwd(fullpath, sizeof(fullpath)))
extern.h 95 extern char fullpath[];
create.c 121 user, host, fullpath, ctime(&clocktime));
173 mtree_err("%s checksum: %u", fullpath, crc_total);
verify.c 174 warnx("%s checksum: %u", fullpath, crc_total);
  /src/sbin/fsck_msdos/
dir.c 93 static char *fullpath(struct dosDirEntry *);
163 fullpath(struct dosDirEntry *dir) function
408 fullpath(dir), dir->size, physicalSize);
420 fullpath(dir));
525 fullpath(dir));
636 fullpath(dir), 2);
676 fullpath(&dirent), 0);
692 fullpath(&dirent));
718 fullpath(&dirent));
722 fullpath(&dirent)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 3729 fullpath = common_path + header
3730 if same_module and UpdateIncludeState(fullpath, include_state, io):

Completed in 31 milliseconds