Searched refs:d_name (Results 76 - 100 of 110) sorted by relevance

12345

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dvolume.c455 if (!dev || !dev->d_ops || !dev->d_name) {
507 dev->d_name);
/osnet-11/usr/src/lib/libcommputil/common/
H A Dsdp_parse.c1013 description->d_name = B_TRUE;
1247 description->d_name && description->d_tparsed &&
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A Dbsd_glob.c944 if (dp->d_name[0] == BG_DOT && *pattern != BG_DOT)
947 sc = (U8 *) dp->d_name;
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c174 if (strcmp(dp->d_name, ".") == 0 ||
175 strcmp(dp->d_name, "..") == 0)
H A Dlibzfs_share.c2838 if (strcmp(dp->d_name, ".") == 0 ||
2839 strcmp(dp->d_name, "..") == 0) {
2844 ip->dataset, ip->mntpnt, dp->d_name, sharep);
4351 char *sh_name = dp->d_name;
4400 char *sh_name = dp->d_name;
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmap.c5750 if ((strcmp(entp->d_name, ".") == 0) ||
5751 (strcmp(entp->d_name, "..") == 0) ||
5752 (fnmatch(pattern_match, entp->d_name, 0) != 0))
5756 sprintf(namebuf, "%s/%s", dir_name, entp->d_name);
5996 if ((strcmp(entp->d_name, ".") == 0) ||
5997 (strcmp(entp->d_name, "..") == 0) ||
5998 (fnmatch(pattern_match, entp->d_name, 0) != 0)) {
6003 sprintf(namebuf, "%s/%s", dir_name, entp->d_name);
/osnet-11/usr/src/lib/libpicltree/
H A Dpicltree.c3405 if ((strcmp(ent->d_name, ".") == 0) ||
3406 (strcmp(ent->d_name, "..") == 0))
3409 len = strlen(ent->d_name) + 1;
3413 if (strcmp(ent->d_name + (len - solen), SO_VERS) == 0)
3414 add_unique_plugin_to_list(dirname, ent->d_name);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c3779 (dp->d_name[0] == '.' && (dp->d_name[1] == '\0' || \
3780 (dp->d_name[1] == '.' && dp->d_name[2] == '\0')))
3871 namelen = strlen(dp->d_name);
3878 if (PerlLIO_lstat(dp->d_name, &statbuf) < 0) {
3906 Move(dp->d_name, SvPVX(sv)+1, namelen, char);
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c1091 if (strcmp(dp->d_name, ".") == 0 ||
1092 strcmp(dp->d_name, "..") == 0)
1095 fname = get_fullpath(fullpath, (char *)&dp->d_name);
1302 if (strcmp(dp->d_name, ".") != 0 &&
1303 strcmp(dp->d_name, "..") != 0) {
1307 (char *)&dp->d_name);
2972 if (strcmp(dp->d_name, ".") &&
2973 strcmp(dp->d_name, "..")) {
2977 (char *)&dp->d_name);
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c5290 if (dentry->d_name[0] == '.')
5292 len = strlen(dentry->d_name);
5295 suf = dentry->d_name + (len - 4);
5300 if (strlen(dirname) + strlen(dentry->d_name) + 2 > sizeof(certname)) {
5302 __FUNCTION__, dirname, dentry->d_name);
5305 (void) snprintf(certname, sizeof(certname), "%s/%s", dirname, dentry->d_name);
5306 (void) snprintf(keyname, sizeof(keyname), "%s/%s", dirname, dentry->d_name);
5316 __FUNCTION__, dentry->d_name);
6175 if (strlen(dirname) + strlen(dentry->d_name) + 2 > sizeof(filename)) {
6177 __FUNCTION__, dirname, dentry->d_name);
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcp_network.c666 if (regex(re, result->d_name, conver, ipaddr) != NULL) {
/osnet-11/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcp_network.c566 if (regex(re, result->d_name, ipaddr) != NULL) {
/osnet-11/usr/src/lib/libast/common/misc/
H A Dglob.c99 return dp->d_name;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnftw.c489 q = dir->d_name;
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_module.c927 if (dp->d_name[0] != '.')
928 dt_module_update(dtp, dp->d_name);
H A Ddt_cc.c1946 if ((p = strrchr(dp->d_name, '.')) == NULL || strcmp(p, ".d"))
1950 "%s/%s", path, dp->d_name);
/osnet-11/usr/src/lib/libraidcfg/common/
H A Draidcfg.c2243 if (strcmp(dp->d_name, ".") == 0 ||
2244 strcmp(dp->d_name, "..") == 0)
2247 if (sscanf(dp->d_name, "c%u", &controller_id) != 1)
2285 if (strcmp(dp->d_name, ".") == 0 ||
2286 strcmp(dp->d_name, "..") == 0)
2289 if (sscanf(dp->d_name, "c%u", &controller_id) != 1)
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c4087 if (strcmp(dp->d_name, ".") == 0 ||
4088 strcmp(dp->d_name, "..") == 0)
4101 dp->d_name);
4116 "'%s': %s", dp->d_name, ses_errmsg());
4138 sdp->sed_name = dp->d_name;
/osnet-11/usr/src/lib/libpam/
H A Dpam_framework.c2068 if (dp->d_name[0] == '.') {
2071 if (strcasecmp(dp->d_name, service) == 0) {
2073 "%s/%s", PAM_D_CONFIG, dp->d_name);
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c2542 char *d_name; local
2570 if ((d_name = (char *)finddev_next(handle)) == NULL)
2573 if (strlcpy(cp, d_name, len) >= len)
/osnet-11/usr/src/lib/libntsvcs/common/
H A Ddfs.c1326 fname = dp->d_name;
1811 fname = dp->d_name;
/osnet-11/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c111 if (d->d_name[0] == '.')
114 if (warg.fn(d->d_name, warg.arg))
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_loc.c527 dp->d_name);
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice_info.c1509 filename = name_list[i]->d_name;
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dmon.c1515 if (strcmp(entp->d_name, ".") == 0 ||
1516 strcmp(entp->d_name, "..") == 0)
1519 (void) sprintf(namebuf, "%s/%s", dev_name, entp->d_name);
1540 dev_name, entp->d_name);

Completed in 229 milliseconds

12345