Searched refs:dash (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c386 char *port_pref, *dash; local
400 port_pref = dash = NULL;
473 dash = val;
515 dash = strchr(port1p, (int)'-');
516 if (dash != NULL) {
517 port2p = dash + 1;
518 *dash = '\0';
555 if (dash != NULL)
556 *dash = '-';
590 dash
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu_mdesc.h69 char *dash; /* FRU dash */ member in struct:md_fru
H A Dcpu.c304 /* part number + dash number */
306 (frup->dash ? strlen(frup->dash) : 0) + 1;
310 frup->dash ? frup->dash : MD_STR_BLANK);
H A Dcpu_mdesc.c324 frup->dash = topo_mod_strdup(mod, str);
415 topo_mod_strfree(mod, frup->dash);
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dalerts.c165 *dash; local
168 while ((dash = strchr(cp, '-'))) {
170 *dash = 0;
172 *(cp = dash) = '-';
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetvfsent.c48 if (strcmp(vp->xx, dash) == 0)\
53 if (strcmp(vp->xx, dash) == 0)\
64 static const char dash[] = "-"; variable
H A Dgetmntent.c53 if (strcmp(mp->xx, dash) == 0)\
66 static const char dash[] = "-"; variable
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem_mdesc.c265 char *unum, *serial, *part, *dash; local
294 "dash_number", &dash) < 0)
295 dash = "";
297 ss = strlen(part) + strlen(dash) + 1;
300 sp = strncat(sp, dash, strlen(dash) + 1);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_subr.c541 * number is made up of the part number attribute concatenated with the dash
553 char *dash = NULL; local
559 result = md_get_prop_str(mdp, mde_node, MD_STR_DASH_NUMBER, &dash);
561 dash = NULL;
563 bufsize = 1 + (part ? strlen(part) : 0) + (dash ? strlen(dash) : 0);
568 /* Construct the part number from the part and dash values */
572 (dash ? dash : ""));
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A D_open.c47 if (strcmp(xx, dash) == 0) \
54 static char dash[] = "-"; variable
/illumos-gate/usr/src/lib/libnsl/ipsec/
H A Dalgs.c74 static const char *dash = "-"; variable
107 token = strtok_r(NULL, dash, &lasts);
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_regs.h263 uint8_t dash; member in struct:FsaRev::__anon4835::__anon4836
336 /* Firmware Revision (Vmaj.min-dash.) */
339 /* Firmware's boot code Revision (Vmaj.min-dash.) */
H A Daac.c2484 AAC_GET_FIELD8(acc, fsarev1, fsarev0, external.comp.dash);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c2346 char *dash; local
2365 if ((dash = strchr(propname, '-')) == NULL ||
2370 domain = dash + 1;
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1809 % and arrange explicitly to hyphenate at a dash.

Completed in 148 milliseconds