| /onnv/onnv-gate/usr/src/cmd/runat/ |
| runat.c | 56 int dirfd; local 75 if ((dirfd = openat64(fd, ".", O_RDONLY|O_XATTR)) == -1) { 84 if (fchdir(dirfd) == -1) {
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| dir.h | 135 #define dirfd(dirp) ((dirp)->dd_fd) macro
|
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| fdopendir.c | 30 * fdopendir, dirfd -- C library extension routines 90 dirfd(DIR *dirp) function
|
| /onnv/onnv-gate/usr/src/cmd/svc/startd/ |
| log.c | 580 int dirfd, logfd; local 663 if ((dirfd = log_dir_writeable(LOG_PREFIX_NORMAL)) == -1) { 664 if ((dirfd = log_dir_writeable(LOG_PREFIX_EARLY)) == -1) 675 if ((logfd = openat(dirfd, STARTD_DEFAULT_LOG, O_CREAT | O_RDWR, 677 (void) close(dirfd); 682 (void) close(dirfd);
|
| /onnv/onnv-gate/usr/src/head/ |
| dirent.h | 104 extern int dirfd(DIR *); 142 extern int dirfd();
|
| /onnv/onnv-gate/usr/src/lib/libsqlite/src/ |
| os.h | 115 int dirfd; /* File descriptor for the directory */ member in struct:OsFile
|
| os.c | 467 id->dirfd = -1; 598 id->dirfd = -1; 686 id->dirfd = -1; 774 assert( id->dirfd<0 ); 775 id->dirfd = open(zDirname, O_RDONLY|O_BINARY, 0644); 776 if( id->dirfd<0 ){ 779 TRACE3("OPENDIR %-3d %s\n", id->dirfd, zDirname); 915 if( id->dirfd>=0 ) close(id->dirfd); 916 id->dirfd = -1 [all...] |
| /onnv/onnv-gate/usr/src/cmd/tar/ |
| tar.c | 465 static void setPathTimes(int dirfd, char *path, timestruc_t modTime); 473 static void resugname(int dirfd, char *name, int symflag); 524 static int getstat(int dirfd, char *longname, char *shortname, 1710 int dirfd = -1; local 2864 int dirfd = -1; local 7651 int dirfd; local 8234 int dirfd; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cpio/ |
| cpio.c | 143 static int creat_lnk(int dirfd, char *name1_p, char *name2_p); 144 static int creat_spec(int dirfd); 161 static int openout(int dirfd); 166 static void rstfiles(int over, int dirfd); 169 static void set_tym(int dirfd, char *nam_p, time_t atime, time_t mtime); 3927 int dirfd; local 9288 int dirfd; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/chmod/ |
| chmod.c | 1007 int dirfd; local 1038 if (((dirfd = dup(parentfd)) == -1) || 1039 ((dirp = fdopendir(dirfd)) == NULL)) { 1042 if (dirfd > 0) { 1043 (void) close(dirfd); [all...] |
| /onnv/onnv-gate/usr/src/cmd/rm/ |
| rm.c | 241 opendirat(int dirfd, const char *entry, struct dlist *frm) 248 while ((fd = openat(dirfd, entry, O_RDONLY|O_NONBLOCK)) == -1 &&
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ |
| extensions.c | 1972 int dirfd; local [all...] |
| glob.c | 280 if (fstat(dirfd(dirp), &stb) < 0)
|
| /onnv/onnv-gate/usr/src/lib/c_synonyms/ |
| syn_common | 230 dirfd
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/src/ |
| map.c | 1509 int dirfd; [all...] |
| deliver.c | 952 int dirfd; local 970 dirfd = open(dirp, O_RDONLY, 0700); 973 dirp, dirfd); 974 if (dirfd >= 0) 976 if (fsync(dirfd) < 0) 986 (void) close(dirfd); [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/ |
| mapfile-vers | 90 dirfd;
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| config_h.SH | [all...] |