Searched defs:dirpath (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libreparse/common/
H A Dfs_reparse_lib.c316 char isa[MAXISALEN], dirpath[MAXPATHLEN], path[MAXPATHLEN]; local
333 (void) snprintf(dirpath, MAXPATHLEN,
336 if ((dir = opendir(dirpath)) == NULL)
344 "%s/%s", dirpath, dent->d_name);
/osnet-11/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode_test.c113 do_open(const char *dirpath, const char *dictname, char *argv[], int argc) argument
124 if ((Dhp = fm_dc_opendict(FM_DC_VERSION, dirpath, dictname)) == NULL)
135 do_close(const char *dirpath, const char *dictname, char *argv[], int argc) argument
145 do_codelen(const char *dirpath, const char *dictname, char *argv[], int argc) argument
169 do_maxkey(const char *dirpath, const char *dictname, char *argv[], int argc) argument
193 do_key2code(const char *dirpath, const char *dictname, char *argv[], int argc) argument
247 do_code2key(const char *dirpath, const char *dictname, char *argv[], int argc) argument
301 do_getprop(const char *dirpath, const char *dictname, char *argv[], int argc) argument
334 testdict(const char *dirpath, const char *dictname) argument
340 (void) snprintf(fname, MAXLINE, "%s/%s.dict", dirpath, dictnam
[all...]
H A Ddiagcode.c144 fm_dc_opendict(int version, const char *dirpath, const char *dictname) argument
165 version, (dirpath == NULL) ? "NULL" : dirpath, dictname);
178 /* caller can pass in NULL for default dirpath */
179 if (dirpath == NULL)
180 dirpath = Defaultpath;
183 * allocate buffer for dirpath, slash, dictname, and suffix
186 fname = alloca(strlen(dirpath) + 1 +
207 (void) strcpy(fname, dirpath);
/osnet-11/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.c283 char dirbuf[PATH_MAX], path[PATH_MAX], *dirpath; local
290 dirpath = dirname(dirbuf);
292 if ((dirp = opendir(dirpath)) == NULL)
300 "%s/%s", dirpath, dp->d_name);
/osnet-11/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c477 char *dirpath; local
482 dirpath = alloca(dlen);
483 (void) snprintf(dirpath, dlen, "%s/%s", nhdl->nh_rootdir, ND_DICTDIR);
485 if ((dhp = fm_dc_opendict(FM_DC_VERSION, dirpath, dict)) == NULL) {
487 dirpath, dict);
/osnet-11/usr/src/lib/libntsvcs/common/
H A Ddfs.c1922 char dirpath[DFS_PATH_MAX]; local
1926 (void) strlcpy(dirpath, path, DFS_PATH_MAX);
1929 if ((p = strrchr(dirpath, '/')) != NULL) {
1932 (void) mkdirp(dirpath, 0777);
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dcertop.c1741 char *slotlabel, char *dirpath)
1833 if (dirpath == NULL) {
1839 KMF_DIRPATH_ATTR, dirpath,
1840 strlen(dirpath));
2128 char *slotlabel, char *dirpath)
2163 if (dirpath == NULL) {
2169 KMF_DIRPATH_ATTR, dirpath, strlen(dirpath));
2257 char *slotlabel, char *dirpath)
2314 if (dirpath
1739 cert_ocsp_check(KMF_HANDLE_T handle, KMF_KEYSTORE_TYPE *kstype, KMF_DATA *user_cert, KMF_DATA *issuer_cert, KMF_DATA *response, char *slotlabel, char *dirpath) argument
2126 find_issuer_cert(KMF_HANDLE_T handle, KMF_KEYSTORE_TYPE *kstype, char *user_issuer, KMF_DATA *issuer_cert, char *slotlabel, char *dirpath) argument
2255 find_ta_cert(KMF_HANDLE_T handle, KMF_KEYSTORE_TYPE *kstype, KMF_DATA *ta_cert, KMF_X509_NAME *user_issuerDN, char *slotlabel, char *dirpath) argument
2403 char *dirpath = NULL; local
[all...]
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1628 char dirpath[MAXPATHLEN]; local
1639 (void) snprintf(dirpath, MAXPATHLEN, "%s/dev/rdsk", rootdir);
1641 (void) snprintf(dirpath, MAXPATHLEN, "%s/dev/dsk", rootdir);
1644 if ((dirp = opendir(dirpath)) == NULL)
1653 dirpath, direntry->d_name);
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_uvfs.c942 libuvfs_fid_t *fid, char *dirpath, char *name)
975 (void) strlcpy(path, dirpath, sizeof (path));
986 (void) strlcpy(oldpath, dirpath, MAXPATHLEN);
1024 char dirpath[MAXPATHLEN]; local
1038 len = libuvfs_name_path(fs, dirfid, 0, NULL, dirpath, MAXPATHLEN);
1049 (void) strlcpy(path, dirpath, MAXPATHLEN);
1059 error = fuse_uvfs_hide_node(fs, dirfid, &fid, dirpath,
1083 char dirpath[MAXPATHLEN]; local
1102 len = libuvfs_name_path(fs, dirfid, 0, NULL, dirpath, MAXPATHLEN);
1108 (void) strlcpy(path, dirpath, MAXPATHLE
941 fuse_uvfs_hide_node(libuvfs_fs_t *fs, libuvfs_fid_t *dirfid, libuvfs_fid_t *fid, char *dirpath, char *name) argument
[all...]
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c1032 char *dirpath = NULL; local
1055 * The dirpath attribute and the filename attribute can not be NULL
1058 dirpath = kmf_get_attr_ptr(KMF_DIRPATH_ATTR, attrlist, numattr);
1062 fullpath = get_fullpath(dirpath, filename);
1213 char *dirpath = NULL; local
1228 dirpath = kmf_get_attr_ptr(KMF_DIRPATH_ATTR, attrlist, numattr);
1229 fullpath = get_fullpath(dirpath, outfilename);
1262 char *dirpath = NULL; local
1274 dirpath = kmf_get_attr_ptr(KMF_DIRPATH_ATTR, attrlist, numattr);
1277 fullpath = get_fullpath(dirpath, filenam
1676 char *keyfile = NULL, *dirpath = NULL; local
2239 char *dirpath = NULL; local
2919 char *dirpath; local
3505 char *dirpath = NULL; local
4654 char *dirpath; local
4923 char *dirpath = NULL; local
5055 char *certfile, *dirpath, *crlfile, *incrl, *outcrl, *outcrlfile; local
5224 char *crlfilename, *dirpath; local
5329 char *crlfilename, *dirpath; local
5384 char *crlfilename, *crlfile, *dirpath, *certfile; local
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c4063 ses_process_dir(const char *dirpath, ses_enum_data_t *sdp) argument
4076 if ((dir = opendir(dirpath)) == NULL) {
4082 "directory '%s'", dirpath);
4100 (void) snprintf(path, sizeof (path), "%s/%s", dirpath,

Completed in 97 milliseconds