Searched defs:getdir (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_io.c53 #define GETDIR (dir = getdir(), dirlen = strlen(dir) + sizeof(PATH_SEPARATOR) - 1)
56 getdir(void) function
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c71 static int32_t getdir(struct file_entry *, struct bufarea **,
146 err = getdir(fp, &fbp, &offset, &fidp);
301 getdir(struct file_entry *fp, struct bufarea **fbp, function
318 (void) printf("getdir %llx\n", offset);
434 errexit(gettext("Logic error in getdir - at ICB_FLAG_ONE_AD "
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c89 static off_t getdir(char *, struct afile **, struct afile **);
229 nkb = getdir(name, &dfp0, &dfplast);
259 getdir(char *dir, struct afile **pfp0, struct afile **pfplast) function
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c446 static void getdir(void);
1278 getdir(); /* read header for next file */
1296 getdir();
1465 * special EOT entry. Endtape is usually called after getdir().
1496 * getdir - get directory entry from tar tape
1498 * getdir reads the next tarblock off the tape and cracks
1501 * If tfile is non-null getdir writes the file name and mod date
1506 getdir(void) function
4065 getdir();
4369 * For files other than hard links, getdir() set
[all...]

Completed in 113 milliseconds