| /bind-9.11.3/lib/isc/win32/ |
| H A D | dir.c | 16 #include <direct.h>
|
| /bind-9.11.3/lib/tests/ |
| H A D | t_api.c | 28 #include <direct.h>
|
| /bind-9.11.3/bin/win32/BINDInstall/ |
| H A D | BINDInstallDlg.cpp | 57 #include <direct.h>
|
| /bind-9.11.3/contrib/dlz/drivers/include/dlz/ |
| H A D | sdlz_helper.h | 60 isc_boolean_t direct; member in struct:query_segment
|
| /bind-9.11.3/contrib/dlz/drivers/ |
| H A D | sdlz_helper.c | 86 if (tseg->sql != NULL && tseg->direct == isc_boolean_true) 151 tseg->direct = isc_boolean_false; 170 tseg->direct = isc_boolean_true; 180 /* set tseg->sql to in-direct zone string */ 184 tseg->direct = isc_boolean_false; 193 /* set tseg->sql to in-direct record string */ 197 tseg->direct = isc_boolean_false; 206 /* set tseg->sql to in-direct record string */ 210 tseg->direct = isc_boolean_false; 292 if (tseg->direct [all...] |
| /bind-9.11.3/contrib/dlz/modules/common/ |
| H A D | dlz_dbi.c | 81 if (tseg->cmd != NULL && tseg->direct == ISC_TRUE) 143 tseg->direct = ISC_FALSE; 160 tseg->direct = ISC_TRUE; 170 /* set tseg->cmd to in-direct zone string */ 174 tseg->direct = ISC_FALSE; 183 /* set tseg->cmd to in-direct record string */ 187 tseg->direct = ISC_FALSE; 196 /* set tseg->cmd to in-direct record string */ 200 tseg->direct = ISC_FALSE; 277 if (tseg->direct [all...] |
| /bind-9.11.3/contrib/dlz/modules/include/ |
| H A D | dlz_dbi.h | 64 isc_boolean_t direct; member in struct:query_segment
|
| /bind-9.11.3/bin/tests/dst/ |
| H A D | t_dst.c | 21 #include <direct.h>
|
| /illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
| H A D | dir.h | 27 * Each directory entry is a struct direct containing its file number, the 44 struct direct { struct 60 (((sizeof (struct direct) - (MAXNAMLEN+1) + ((dp)->d_namlen+1)) + 3) & ~3) 83 extern struct direct *readdir();
|
| /illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
| H A D | ftw.c | 117 struct direct *dp;
|
| H A D | scandir.c | 30 * struct direct (through namelist). Returns -1 if there were any errors. 38 scandir(char *dirname, struct direct *(*namelist[]), 41 struct direct *d, *p, **names; 58 names = (struct direct **)malloc(arraysz * sizeof(struct direct *)); 69 p = (struct direct *)malloc(DIRSIZ(d)); 84 names = (struct direct **)realloc((char *)names, 85 arraysz * sizeof(struct direct *)); 93 qsort(names, nitems, sizeof(struct direct *), dcomp); 102 alphasort(struct direct **d [all...] |
| /illumos-gate/usr/src/cmd/vi/port/ |
| H A D | ex_data.c | 46 unsigned char direct[ONMSZ] = variable 93 (unsigned char *)"directory", (unsigned char *)"dir", STRING, 0, 0, direct,
|
| /illumos-gate/usr/src/grub/grub-0.97/stage2/ |
| H A D | dir.h | 56 * a struct direct at the front of it, containing its inode number, 77 struct direct struct 87 * the directory entry. This requires the amount of space in struct direct 93 ((sizeof (struct direct) - (MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3)) 98 * Should use struct direct's, but the name field 141 extern struct direct *readdir ();
|
| /illumos-gate/usr/src/cmd/fs.d/autofs/ |
| H A D | mount.c | 124 process_opts(options, &fni.direct); 136 if (fni.direct) 147 fni.direct ? MNTTAB_OPTS ",direct" : MNTTAB_OPTS ",indirect"); 172 * Remove pseudo-options "direct", "indirect", "nest", and "ignore" from 173 * option list. Set *directp to 1 if "direct" is found, and 0 otherwise 174 * (mounts are indirect by default). If both "direct" and "indirect" are 196 if (strcmp(opt, "direct") == 0) {
|
| /illumos-gate/usr/src/cmd/sendmail/db/os/ |
| H A D | os_dir.c | 21 # define dirent direct
|
| /illumos-gate/usr/src/cmd/backup/include/ |
| H A D | byteorder.h | 56 extern void normdirect(struct byteorder_ctx *, struct direct *);
|
| /illumos-gate/usr/src/cmd/backup/restore/ |
| H A D | dirs.c | 84 static void putent(struct direct *); 87 static void dcvt(struct odirect *, struct direct *); 122 struct direct nulldir; 229 struct direct *dp; 307 struct direct *dp; 386 struct direct *dp; 409 struct direct cvtbuf; 412 struct direct *dp; 428 dp = (struct direct *)(buf + loc); 454 putent(struct direct *d [all...] |
| /illumos-gate/usr/src/cmd/fs.d/ufs/ff/ |
| H A D | ff.c | 137 struct direct *dreaddir(struct dirstuff *dirp); 138 int dotname(struct direct *dp); 456 struct direct *dp; 494 struct direct *dp; 558 struct direct * 561 struct direct *dp; 575 dp = (struct direct *) 585 dotname(struct direct *dp)
|
| /illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
| H A D | dir.c | 62 static int dircheck(struct inodesc *, struct direct *); 65 static struct direct *fsck_readdir(struct inodesc *); 104 struct direct *dp; 110 struct direct dir; 159 static struct direct * 162 struct direct *dp, *ndp = 0; 175 * a struct direct containing four-byte integers. It's 201 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc); 242 dp = (struct direct *)(bp->b_un.b_buf + origloc); 312 ndp = (struct direct *)(b [all...] |
| /illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/ |
| H A D | ncheck.c | 126 int dotname(struct direct *dp); 135 struct direct *dreaddir(); 413 struct direct *dp; 454 struct direct *dp; 492 struct direct * 495 struct direct *dp; 514 dp = (struct direct *) 525 dotname(struct direct *dp)
|
| /illumos-gate/usr/src/cmd/install.d/ |
| H A D | install.sh | 92 direct=$2 110 direct=$2 231 if test -f $direct/$FILE -o -f $direct/$FILE/$FILE 234 -c) echo "install: $FILE already exists in $direct" 236 -f) GRP=`ls -l $direct/$FILE | awk '{print $4}'` 237 OWN=`ls -l $direct/$FILE | awk '{print $3}'` 240 mv -f $direct/$FILE $direct/OLD$FILE 241 cp $direct/OL [all...] |
| /illumos-gate/usr/src/cmd/svc/startd/ |
| H A D | wait.c | 78 * cleanup operations along the way. If the direct flag is false (meaning 89 wait_remove(wait_info_t *wi, int direct) argument 125 if (!direct && !wi->wi_ignore) { 184 * behaviour on removal; similarly, the direct flag is passed through to a 192 wait_register(pid_t pid, const char *inst_fmri, int am_parent, int direct) argument 222 wait_remove(wi, direct);
|
| /illumos-gate/usr/src/ucbhead/sys/ |
| H A D | dir.h | 49 * This header file provides BSD compatibility for DIR and direct structures. 53 * The BSD direct structure is similar (not identical) to the dirent 54 * structure. All fields of the direct structure can be obtained using 57 * is not. The BSD version of this routine returns a direct structure. 72 struct direct { struct 79 struct direct { struct 104 ((sizeof (struct direct) - sizeof ((dp)->d_name) + \ 141 #define direct64 direct 154 #define direct direct64 macro 160 extern struct direct *readdi [all...] |
| /illumos-gate/usr/src/ucblib/libucb/port/gen/ |
| H A D | readdir.c | 56 static struct direct dc; 83 /* Copy dirent into direct */ 96 struct direct * 108 /* Copy dirent into direct */
|
| H A D | scandir.c | 48 * struct direct (through namelist). Returns -1 if there were any errors. 67 ((sizeof (struct direct) - sizeof ((dp)->d_name) + \ 139 scandir(char *dirname, struct direct *(*namelist[]), 140 int (*select)(struct direct *), 141 int (*dcomp)(struct direct **, struct direct **)) 143 struct direct *d, *p, **names; 164 names = (struct direct **)malloc(arraysz * sizeof (struct direct *)); 175 p = (struct direct *)mallo [all...] |