Symbol: fullpath
lib/libcurses/tinfo/write_entry.c
189
char fullpath[PATH_MAX];
lib/libcurses/tinfo/write_entry.c
191
if ((rc = make_db_path(fullpath, path, sizeof(fullpath))) == 0) {
lib/libcurses/tinfo/write_entry.c
195
if ((capdbp = _nc_db_open(fullpath, TRUE)) == NULL) {
sbin/fsck_msdos/dir.c
373
fullpath(dir), dir->size, physicalSize);
sbin/fsck_msdos/dir.c
385
fullpath(dir));
sbin/fsck_msdos/dir.c
472
fullpath(dir));
sbin/fsck_msdos/dir.c
608
fullpath(dir), 2);
sbin/fsck_msdos/dir.c
647
fullpath(&dirent), 0);
sbin/fsck_msdos/dir.c
663
fullpath(&dirent));
sbin/fsck_msdos/dir.c
689
fullpath(&dirent));
sbin/fsck_msdos/dir.c
693
fullpath(&dirent),
sbin/fsck_msdos/dir.c
697
fullpath(&dirent));
sbin/fsck_msdos/dir.c
700
fullpath(&dirent),
sbin/fsck_msdos/dir.c
704
fullpath(&dirent));
sbin/fsck_msdos/dir.c
736
fullpath(&dirent));
sbin/fsck_msdos/dir.c
750
fullpath(dir));
sbin/fsck_msdos/dir.c
770
fullpath(dir));
sbin/fsck_msdos/dir.c
782
fullpath(dir));
sbin/fsck_msdos/dir.c
837
fullpath(dir), 1);
sbin/fsck_msdos/dir.c
84
static char *fullpath(struct dosDirEntry *);
usr.bin/make/targequiv.c
403
char *fullpath;
usr.bin/make/targequiv.c
415
fullpath = names_match(gn, gn2);
usr.bin/make/targequiv.c
416
if (fullpath) {
usr.bin/mandoc/cgi.c
954
pg_show(struct req *req, const char *fullpath)
usr.bin/mandoc/cgi.c
959
if ((file = strchr(fullpath, '/')) == NULL) {
usr.bin/mandoc/cgi.c
964
manpath = mandoc_strndup(fullpath, file - fullpath);
usr.sbin/amd/amd/sfs_ops.c
81
char *fullpath;
usr.sbin/amd/amd/sfs_ops.c
85
fullpath = strdup(link);
usr.sbin/amd/amd/sfs_ops.c
87
fullpath = str3cat(NULL, fo->opt_fs, "/", link);
usr.sbin/amd/amd/sfs_ops.c
89
fullpath = strdup(fo->opt_fs);
usr.sbin/amd/amd/sfs_ops.c
93
fo->opt_sublink = fullpath;
usr.sbin/amd/amd/sfs_ops.c
94
fo->opt_fs = str3cat(fo->opt_fs, ".", fullpath, "");
usr.sbin/lpd/lp.c
421
if (fullpath(lp, fname, path, sizeof(path)) == -1)
usr.sbin/lpd/lp.c
435
if (fullpath(lp, fname, path, sizeof(path)) == -1)
usr.sbin/lpd/lp.c
449
if (fullpath(lp, fname, path, sizeof(path)) == -1)
usr.sbin/lpd/lp.c
47
static int fullpath(struct lp_printer *, const char *, char *, size_t);
usr.sbin/lpd/lp.c
471
if (fullpath(lp, LP_LO(lp), path, sizeof(path)) == -1) {
usr.sbin/lpd/lp.c
734
if (fullpath(lp, LP_ST(lp), path, sizeof(path)) == -1) {
usr.sbin/lpd/lp.c
818
if (fullpath(lp, fname, path, sizeof(path)) == -1) {
usr.sbin/lpd/lp.c
855
if (fullpath(lp, cf, ipath, sizeof(ipath)) == -1 ||
usr.sbin/lpd/lp.c
856
fullpath(lp, cf, opath, sizeof(opath)) == -1)
usr.sbin/mtree/create.c
124
"mtree: %s checksum: %u\n", fullpath, crc_total);
usr.sbin/mtree/create.c
60
extern char fullpath[PATH_MAX];
usr.sbin/mtree/create.c
84
getlogin(), host, fullpath, ctime(&clock));
usr.sbin/mtree/mtree.c
164
if ((cflag || sflag) && !getcwd(fullpath, sizeof fullpath))
usr.sbin/mtree/mtree.c
51
char fullpath[PATH_MAX];
usr.sbin/mtree/verify.c
145
"mtree: %s checksum: %u\n", fullpath, crc_total);
usr.sbin/mtree/verify.c
47
extern char fullpath[PATH_MAX];