HomeSort by relevance Sort by last modified time
    Searched defs:dir (Results 1 - 25 of 255) sorted by null

1 2 3 4 5 6 7 8 91011

  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
addr_order.c 44 int dir; local
51 dir = addr1->length - addr2->length;
63 return dir;
  /onnv/onnv-gate/usr/src/lib/libparted/common/lib/
dirname.c 79 char *dir = xmalloc (length + append_dot + 1); local
80 memcpy (dir, file, length);
82 dir[length++] = '.';
83 dir[length] = '\0';
84 return dir;
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_create.c 59 DIR *dir; local
73 if ((dir = opendir(buf)) == NULL)
76 while ((dp = readdir(dir)) != NULL) {
88 (void) closedir(dir);
  /onnv/onnv-gate/usr/src/common/openssl/apps/
version.c 143 int cflags=0,version=0,date=0,options=0,platform=0,dir=0; local
165 dir=1;
167 date=version=cflags=options=platform=dir=1;
213 if (dir) printf("%s\n",SSLeay_version(SSLEAY_DIR));
  /onnv/onnv-gate/usr/src/common/openssl/crypto/
LPdir_unix.c 61 DIR *dir; member in struct:LP_dir_context_st
86 (*ctx)->dir = opendir(directory);
87 if ((*ctx)->dir == NULL)
97 direntry = readdir((*ctx)->dir);
112 int ret = closedir((*ctx)->dir);
  /onnv/onnv-gate/usr/src/lib/libast/common/path/
pathshell.c 79 char dir[PATH_MAX]; local
92 if (strlen(s) >= sizeof(dir))
94 strcpy(dir, s);
95 if (!(s = strrchr(dir, '/')))
98 s = dir;
pathfind.c 40 char dir[1]; /* directory path */ member in struct:Dir_s
50 * append dir to pathfind() include list
54 pathinclude(const char* dir)
59 if (dir && *dir && !streq(dir, ".") && directory(dir, &st))
62 if (streq(dir, dp->dir))
64 if (!(dp = oldof(0, Dir_t, 1, strlen(dir))))
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcmd/common/
rmdir.c 59 register char* dir; local
90 while (dir = *argv++)
92 end = dir;
93 if (pflag) end += strlen(dir);
97 if (rmdir(dir) < 0)
108 error(ERROR_system(0), "%s: cannot remove", dir);
114 do if (end <= dir) goto next; while (*--end != '/');
115 do if (end <= dir) goto next; while (*(end - 1) == '/' && end--);
mktemp.c 73 char* dir = ""; local
95 dir = 0;
97 dir = opt_info.arg;
103 dir = 0;
128 if (dir && !*dir)
129 dir = 0;
134 dir = fmtbuf(i);
135 memcpy(dir, pfx, i);
136 dir[i] = 0
    [all...]
  /onnv/onnv-gate/usr/src/cmd/abi/spectrans/spec2trace/
io.c 61 char *dir = db_get_target_directory(); local
84 if ((body_file_name = tempnam(dir, NULL)) == NULL) {
  /onnv/onnv-gate/usr/src/cmd/bnu/
expfile.c 101 char dir[MAXFULLNAME]; local
103 strcpy(dir, name);
104 if (*LASTCHAR(dir) != '/')
105 (void) strcat(dir, "/");
106 p = dir + 1;
111 if (DIRECTORY(dir)) {
117 DEBUG(4, "mkdir - %s\n", dir);
119 if (mkdir(dir, PUB_DIRMODE) == FAIL) {
  /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
cmd_ecache.c 59 ecache_scan_dir(const char *dir, const char *pref, char *buf, size_t bufsz)
63 DIR *mcdir;
65 if ((mcdir = opendir(dir)) == NULL)
75 (void) snprintf(path, sizeof (path), "%s/%s", dir, dp->d_name);
110 const char *dir = "/devices/ssm@0,0"; local
112 if (access(dir, R_OK) != 0)
113 dir = "/devices";
115 return (ecache_scan_dir(dir, "memory-controller", buf, bufsz));
  /onnv/onnv-gate/usr/src/cmd/sh/
bltin.c 182 unsigned char *dir; local
194 dir = cdpath;
225 if (cf(nullstr, dir) &&
226 *dir != ':' &&
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/
getdents.c 64 struct dirent *dir; local
86 dir = (struct dirent *)buf;
89 while ((((int)(((char *)dir) + sizeof(struct n_dirent) +
93 dir->d_off = ndir->d_off;
94 dir->d_fileno = ndir->d_ino; /* NOT VALID */
95 dir->d_namlen = strlen(ndir->d_name);
96 dir->d_reclen = (short)((sizeof(struct dirent) - MAXNAMLEN +
97 dir->d_namlen + ALIGN) & -ALIGN);
98 strncpy(dir->d_name, ndir->d_name, dir->d_namlen)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
winsdelln.c 57 int endy, endx, to, fr, num_lines, dir; local
106 dir = 1;
115 dir = -1;
132 for (; num_lines > 0; num_lines--, to += dir, fr += dir) {
188 for (; num_lines > 0; --num_lines, to += dir) {
  /onnv/onnv-gate/usr/src/lib/sun_fc/common/
HBANPIVPort.cc 73 DIR *dp;
77 const char dir[] = "/dev/cfg"; local
81 if ((dp = opendir(dir)) == NULL) {
83 tmp += dir;
96 sprintf(node, "%s/%s", dir, dirp->d_name);
100 string cfg_path = dir;
  /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/
mnt.h 48 char* dir; /* mounted dir */ member in struct:__anon14
  /onnv/onnv-gate/usr/src/lib/libast/common/include/
mnt.h 39 char* dir; /* mounted dir */ member in struct:__anon50
  /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/
mnt.h 48 char* dir; /* mounted dir */ member in struct:__anon112
  /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/
mnt.h 48 char* dir; /* mounted dir */ member in struct:__anon134
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/
mnt.h 48 char* dir; /* mounted dir */ member in struct:__anon156
  /onnv/onnv-gate/usr/src/cmd/cmd-crypto/pktool/
download.c 50 char *dir = NULL; local
62 "t:(objtype)u:(url)h:(http_proxy)o:(outfile)d:(dir)")) != EOF) {
90 if (dir)
92 dir = optarg_av;
109 /* Check the dir and outfile options */
115 fullpath = get_fullpath(dir, outfile);
117 cryptoerror(LOG_STDERR, gettext("Incorrect dir or outfile "
  /onnv/onnv-gate/usr/src/cmd/devfsadm/
md_link.c 107 char *type, *dir; local
149 dir = "dsk";
151 dir = "rdsk";
165 "md/%s/%s", dir, basename(device_name));
169 "md/shared/%d/%s/%s", set, dir,
  /onnv/onnv-gate/usr/src/cmd/filesync/
rename.c 221 int dir; local
225 dir = new->f_info[side].f_type == S_IFDIR;
229 dir ? "directory" : "file",
234 if (dir)
250 if (!dir)
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
MessageTable.cxx 127 const char *dir = getenv("TEXTDOMAINDIR"); local
128 if (dir)
129 bindtextdomain(MESSAGE_DOMAIN, dir);

Completed in 13902 milliseconds

1 2 3 4 5 6 7 8 91011