Searched refs:d_name (Results 51 - 75 of 110) sorted by relevance

12345

/osnet-11/usr/src/lib/cfgadm_plugins/scsi/sun4v/common/
H A Dcfga_led_ctl.c193 (void) strncat(tmp_ses_dir, dp->d_name, strlen(dp->d_name));
648 (void) strncat(tmp_ses_dir, dp->d_name, strlen(dp->d_name));
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ufs.c259 if (dp->d_ino && substring(name, dp->d_name) == 0)
H A Dufs.h204 char d_name[MAXNAMELEN + 1]; member in struct:direct
H A Dufs2.h177 grub_u_int8_t d_namlen; /* length of string in d_name */
178 char d_name[MAXNAMLEN + 1];/* name with length <= MAXNAMLEN */ member in struct:direct
/osnet-11/usr/src/cmd/hal/probing/printer/
H A Dprobe-printer.c90 ep->d_name);
/osnet-11/usr/src/lib/libast/common/misc/
H A Dgetcwd.c295 memcpy(d, entry->d_name, namlen + 1);
312 memcpy(p, entry->d_name, namlen);
/osnet-11/usr/src/lib/libproc/common/
H A Dproc_arg.c449 if (dirent->d_name[0] == '.') /* skip . and .. */
451 pid = (id_t)strtol(dirent->d_name, &errptr, 10);
/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c301 if (strcmp(dep->d_name, ".") == 0 ||
302 strcmp(dep->d_name, "..") == 0)
306 "%s/%s", basedir, dep->d_name);
1309 if (strcmp(dep->d_name, ".") == 0 ||
1310 strcmp(dep->d_name, "..") == 0 ||
1311 (minor_portion = strchr(dep->d_name,
1316 if (strcmp(dep->d_name, name_part) != 0)
1321 "%s/%s", devpath, dep->d_name);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dqueue.c2573 sm_dprintf("gatherq: checking %s..", d->d_name);
2577 d->d_name[0] == NORMQF_LETTER) ||
2579 d->d_name[0] == QUARQF_LETTER) ||
2581 d->d_name[0] == LOSEQF_LETTER)) &&
2582 d->d_name[1] == 'f'))
2591 if (strlen(d->d_name) >= MAXQFNAME)
2596 d->d_name, MAXQFNAME);
2600 d->d_name, MAXQFNAME);
2609 d->d_name) != check->queue_negate)
2638 (void) sm_strlcpyn(qf, sizeof(qf), 3, qd, "/", d->d_name);
[all...]
H A Dmci.c1207 if (e->d_name[0] == '.')
1210 if (sm_strlcpy(newptr, e->d_name, len) >= len)
1217 newpath, e->d_name);
H A Dconf.c2226 Daemons[dn].d_name,
2230 Daemons[dn].d_name,
2246 sm_setproctitle(true, e, R_MSG_LM, Daemons[dn].d_name, memfree);
2249 Daemons[dn].d_name, memfree);
2262 sm_setproctitle(true, e, R_MSG_LA, Daemons[dn].d_name,
2266 Daemons[dn].d_name, CurrentLA);
2275 sm_syslog(LOG_ERR, NOQID, R2_MSG_LA, Daemons[dn].d_name,
2294 sm_setproctitle(true, e, D_MSG_LA, Daemons[dn].d_name,
2299 Daemons[dn].d_name, CurrentLA, limit);
2314 Daemons[dn].d_name, CurChildre
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c559 ntfs_log_perror("Error writing to %s", dev->d_name);
571 "\n", dev->d_name);
632 dev->d_name);
647 "retries.\n", dev->d_name);
3011 ntfs_log_perror("Warning: Could not close %s", g_vol->u.dev->d_name);
3067 ntfs_log_perror("Could not open %s", vol->u.dev->d_name);
3072 ntfs_log_perror("Error getting information about %s", vol->u.dev->d_name);
3077 ntfs_log_error("%s is not a block device.\n", vol->u.dev->d_name);
3106 ntfs_log_error("%s is entire device, not just one partition.\n", vol->u.dev->d_name);
3115 if (ntfs_check_if_mounted(vol->u.dev->d_name,
[all...]
H A Dntfsfix.c534 vol->u.dev->d_name);
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Ddevice.c117 if (!(dev->d_name = strdup(name))) {
151 free(dev->d_name);
/osnet-11/usr/src/lib/libparted/common/libparted/arch/
H A Dsolaris.c1307 pname = dp->d_name + strlen(dp->d_name) - 2;
1311 strncat(block_path, dp->d_name, sizeof (block_path));
1314 strncat(raw_path, dp->d_name, sizeof (raw_path));
/osnet-11/usr/src/lib/libc/port/regex/
H A Dglob.c261 cp = d->d_name;
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c809 if (strncmp(dp->d_name, OBJ_PREFIX, OBJ_PREFIX_LEN) != 0)
812 (void) strcpy((char *)ks_handle->name, dp->d_name);
1685 if ((strcmp(pri_ent->d_name, ".") == 0) ||
1686 (strcmp(pri_ent->d_name, "..") == 0) ||
1687 (strncmp(pri_ent->d_name, TMP_OBJ_PREFIX,
1697 "%s/%s", pri_obj_path, pri_ent->d_name);
1700 (pri_ent->d_name) + OBJ_PREFIX_LEN);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_open.c710 if (dp->d_name[0] == '.')
725 _dtrace_provdir, dp->d_name);
731 (prov->dp_name = malloc(strlen(dp->d_name) + 1)) == NULL) {
737 (void) strcpy(prov->dp_name, dp->d_name);
741 dt_dprintf("opened provider %s\n", dp->d_name);
/osnet-11/usr/src/lib/libprtdiag/common/
H A Dio.c456 if (strstr(direntp->d_name, device) != NULL) {
458 direntp->d_name);
/osnet-11/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.c296 if (dp->d_name[0] == '.')
300 "%s/%s", dirpath, dp->d_name);
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.c66 (void) strcat(path, dp->d_name);
79 (void) snprintf(symid, bufsize, "%s", dp->d_name);
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.c107 strncat(path, ep->d_name, strlen(ep->d_name));
/osnet-11/usr/src/lib/libc/port/threads/
H A Dspawn.c126 if (dp->d_name[0] != '.' &&
127 (fd = atoi(dp->d_name)) != procfd &&
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c106 if (dp->d_name[0] == '.' || strcmp(LOCALFILE, dp->d_name) == 0)
108 if (fstatat(dirfd(be->dir), dp->d_name, &buf, 0) == -1)
113 fd = openat(dirfd(be->dir), dp->d_name, O_RDONLY);
/osnet-11/usr/src/lib/libxcurses/h/
H A Dmks.h233 #define M_HIDDEN(dirp, dp) ((dp)->d_name[0] == '.')

Completed in 105 milliseconds

12345