HomeSort by: relevance | last modified time | path
    Searched defs:dir (Results 1 - 25 of 394) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/ia64/stand/common/
readdir.c 46 static struct dirent dir; /* XXX not thread safe. eh ??? */ local in function:readdirfd
58 /* XXXwill be f->f_ops->fo_readdir)(f, &dir); when/if we fix stand.h */
59 errno = FS_READDIR(f, &dir);
63 return (&dir);
readdir.c 46 static struct dirent dir; /* XXX not thread safe. eh ??? */ local in function:readdirfd
58 /* XXXwill be f->f_ops->fo_readdir)(f, &dir); when/if we fix stand.h */
59 errno = FS_READDIR(f, &dir);
63 return (&dir);
  /src/lib/libc/gdtoa/test/
getround.c 35 static char *dir[4] = { "toward zero", "nearest", "toward +Infinity", variable in typeref:typename:char * [4]
55 r, dir[r]);
63 printf("was and is %d (%s)\n", i, dir[i]);
66 r, dir[r], i, dir[i]);
74 printf("\t%d (%s)\n", i, dir[i]);
75 printf("Leaving rounding mode for strtor... at %d (%s)\n", r, dir[r]);
getround.c 35 static char *dir[4] = { "toward zero", "nearest", "toward +Infinity", variable in typeref:typename:char * [4]
55 r, dir[r]);
63 printf("was and is %d (%s)\n", i, dir[i]);
66 r, dir[r], i, dir[i]);
74 printf("\t%d (%s)\n", i, dir[i]);
75 printf("Leaving rounding mode for strtor... at %d (%s)\n", r, dir[r]);
  /src/sys/dev/ic/
i128.c 85 int dir = 0; local in function:i128_bitblt
88 dir |= DIR_RL;
93 dir |= DIR_BT;
101 bus_space_write_4(tag, regh, XY3_DIR, dir);
i128.c 85 int dir = 0; local in function:i128_bitblt
88 dir |= DIR_RL;
93 dir |= DIR_BT;
101 bus_space_write_4(tag, regh, XY3_DIR, dir);
  /src/usr.bin/mkdep/
findcc.c 55 const char *path, *dir; local in function:findcc
73 for (dir = path; *dir != '\0'; ) {
74 dir_len = strcspn(dir, ":");
77 (int)dir_len, dir, (int)progname_len, progname)
82 dir += dir_len;
83 if (*dir == ':')
84 dir++;
findcc.c 55 const char *path, *dir; local in function:findcc
73 for (dir = path; *dir != '\0'; ) {
74 dir_len = strcspn(dir, ":");
77 (int)dir_len, dir, (int)progname_len, progname)
82 dir += dir_len;
83 if (*dir == ':')
84 dir++;
  /src/games/dab/
player.cc 66 int dir; local in function:PLAYER::domove
73 play(b, y, x, dir);
75 switch (score = b.domove(y, x, dir, _who)) {
player.cc 66 int dir; local in function:PLAYER::domove
73 play(b, y, x, dir);
75 switch (score = b.domove(y, x, dir, _who)) {
  /src/share/i18n/csmapper/
Makefile 10 SRCS_mapper.dir+= mapper.dir.src
23 mapper.dir: ${SRCS_mapper.dir}
26 mapper.dir.db: mapper.dir
29 FILES+= mapper.dir mapper.dir.db
30 CLEANFILES+= mapper.dir mapper.dir.d
    [all...]
Makefile 10 SRCS_mapper.dir+= mapper.dir.src
23 mapper.dir: ${SRCS_mapper.dir}
26 mapper.dir.db: mapper.dir
29 FILES+= mapper.dir mapper.dir.db
30 CLEANFILES+= mapper.dir mapper.dir.d
    [all...]
  /src/share/i18n/esdb/
Makefile 23 # esdb.{dir,alias}
26 esdb.dir: ${SRC_esdb.dir}
29 esdb.dir.db: esdb.dir
40 FILES+= esdb.dir esdb.dir.db esdb.alias esdb.alias.db
41 CLEANFILES+= esdb.dir esdb.dir.db esdb.alias esdb.alias.db
Makefile 23 # esdb.{dir,alias}
26 esdb.dir: ${SRC_esdb.dir}
29 esdb.dir.db: esdb.dir
40 FILES+= esdb.dir esdb.dir.db esdb.alias esdb.alias.db
41 CLEANFILES+= esdb.dir esdb.dir.db esdb.alias esdb.alias.db
  /src/lib/libpam/modules/pam_chroot/
pam_chroot.c 62 const char *dir, *end, *cwd, *user; local in function:pam_sm_open_session
83 dir = buf;
85 } else if ((dir = openpam_get_option(pamh, "dir")) != NULL) {
97 openpam_log(PAM_LOG_DEBUG, "chrooting %s to %s", dir, user);
99 if (chroot(dir) == -1) {
pam_chroot.c 62 const char *dir, *end, *cwd, *user; local in function:pam_sm_open_session
83 dir = buf;
85 } else if ((dir = openpam_get_option(pamh, "dir")) != NULL) {
97 openpam_log(PAM_LOG_DEBUG, "chrooting %s to %s", dir, user);
99 if (chroot(dir) == -1) {
  /src/sbin/mount_ados/
mount_ados.c 85 char *dev, *dir, canon_dir[MAXPATHLEN], canon_dev[MAXPATHLEN]; local in function:mount_ados
121 dir = argv[optind + 1];
126 pathadj(dir, canon_dir);
127 dir = canon_dir;
131 if (stat(dir, &sb) == -1)
132 err(1, "stat %s", dir);
142 if (mount(MOUNT_ADOSFS, dir, mntflags, &args, sizeof args) == -1)
144 err(1, "%s on %s", dev, dir);
154 if (mount(MOUNT_ADOSFS, dir, mntflags, &args, sizeof args) == -1)
155 err(1, "%s on %s", dev, dir);
    [all...]
mount_ados.c 85 char *dev, *dir, canon_dir[MAXPATHLEN], canon_dev[MAXPATHLEN]; local in function:mount_ados
121 dir = argv[optind + 1];
126 pathadj(dir, canon_dir);
127 dir = canon_dir;
131 if (stat(dir, &sb) == -1)
132 err(1, "stat %s", dir);
142 if (mount(MOUNT_ADOSFS, dir, mntflags, &args, sizeof args) == -1)
144 err(1, "%s on %s", dev, dir);
154 if (mount(MOUNT_ADOSFS, dir, mntflags, &args, sizeof args) == -1)
155 err(1, "%s on %s", dev, dir);
    [all...]
  /src/sbin/mount_filecore/
mount_filecore.c 122 char *dev, *dir, canon_dev[MAXPATHLEN], canon_dir[MAXPATHLEN]; local in function:mount_filecore
172 dir = canon_dir;
183 if (mount(MOUNT_FILECORE, dir, mntflags, &args, sizeof args) == -1)
184 err(1, "%s on %s", dev, dir);
mount_filecore.c 122 char *dev, *dir, canon_dev[MAXPATHLEN], canon_dir[MAXPATHLEN]; local in function:mount_filecore
172 dir = canon_dir;
183 if (mount(MOUNT_FILECORE, dir, mntflags, &args, sizeof args) == -1)
184 err(1, "%s on %s", dev, dir);
  /src/share/mk/
bsd.subdir.mk 8 .for dir in ${SUBDIR}
9 .if ${dir} != ".WAIT" && exists(${.CURDIR}/${dir}.${MACHINE})
10 __REALSUBDIR+=${dir}.${MACHINE}
12 __REALSUBDIR+=${dir}
31 .for dir in ${__REALSUBDIR}
32 .if ${dir} == ".WAIT"
34 .elif !commands(${targ}-${dir})
35 ${targ}-${dir}: .PHONY .MAKE __recurse
36 SUBDIR_${targ}+= ${targ}-${dir}
    [all...]
  /src/sys/arch/hpc/stand/hpcboot/
boot.cpp 103 TCHAR *dir = pref.dir_user_path; local in function:Boot::setup
104 if (wcsstr(dir, TEXT("http://")))
107 args.file = wcschr(dir, TEXT('/')) ? FILE_UFS : FILE_FAT;
108 wcscpy(args.fileRoot, dir);
  /src/sys/dev/raidframe/
rf_sstf.h 45 int dir; member in struct:RF_Sstf_s
  /src/tests/fs/vfs/
t_unpriv.c 82 char name[] = "dir.test/file.test";
83 char *dir = dirname(name); local in function:dirperms
91 if (rump_sys_mkdir(dir, 0777) == -1)
116 if (rump_sys_rmdir(dir) == -1)
  /src/usr.bin/make/unit-tests/
posix1.mk 11 @rm -f lib.a dir/* dummy obj*
13 @rm -f lib.a dir/* dummy obj*
143 lib.a(obj1.o): dir/obj_1.o dummy
148 cp 'dir/obj_1.o' '$%'
157 lib.a(obj3.o): obj3.h dir/dummy
160 dir/obj_1.o: dir/obj_1.h
169 obj2.o: obj_2.c obj_2.h dir/obj_1.h
179 obj1.c dir/obj_1.c obj2.c obj_2.c obj3.c:
184 dir/obj_1.h obj_2.h obj3.h dummy dir/dummy
    [all...]

Completed in 30 milliseconds

1 2 3 4 5 6 7 8 91011>>