/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_subr.c | 386 char *port_pref, *dash; in i_match_hostorip() local 400 port_pref = dash = NULL; in i_match_hostorip() 473 dash = val; in i_match_hostorip() 515 dash = strchr(port1p, (int)'-'); in i_match_hostorip() 516 if (dash != NULL) { in i_match_hostorip() 517 port2p = dash + 1; in i_match_hostorip() 518 *dash = '\0'; in i_match_hostorip() 555 if (dash != NULL) in i_match_hostorip() 556 *dash = '-'; in i_match_hostorip() 590 dash = strchr(val, (int)'-'); in i_match_hostorip() [all …]
|
/titanic_50/usr/src/cmd/lp/lib/lp/ |
H A D | alerts.c | 165 *dash; in putalert() local 168 while ((dash = strchr(cp, '-'))) { in putalert() 170 *dash = 0; in putalert() 172 *(cp = dash) = '-'; in putalert()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | getvfsent.c | 48 if (strcmp(vp->xx, dash) == 0)\ 53 if (strcmp(vp->xx, dash) == 0)\ 64 static const char dash[] = "-"; variable
|
H A D | getmntent.c | 53 if (strcmp(mp->xx, dash) == 0)\ 66 static const char dash[] = "-"; variable
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/platform-mem/ |
H A D | mem_mdesc.c | 265 char *unum, *serial, *part, *dash; in mdesc_init_n2() local 294 "dash_number", &dash) < 0) in mdesc_init_n2() 295 dash = ""; in mdesc_init_n2() 297 ss = strlen(part) + strlen(dash) + 1; in mdesc_init_n2() 300 sp = strncat(sp, dash, strlen(dash) + 1); in mdesc_init_n2()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/ |
H A D | cpu.c | 306 (frup->dash ? strlen(frup->dash) : 0) + 1; in cpu_expand() 310 frup->dash ? frup->dash : MD_STR_BLANK); in cpu_expand()
|
H A D | cpu_mdesc.h | 69 char *dash; /* FRU dash */ member
|
H A D | cpu_mdesc.c | 324 frup->dash = topo_mod_strdup(mod, str); in cpu_n2_mdesc_init() 415 topo_mod_strfree(mod, frup->dash); in cpu_mdesc_fini()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_subr.c | 553 char *dash = NULL; in pi_get_part() local 559 result = md_get_prop_str(mdp, mde_node, MD_STR_DASH_NUMBER, &dash); in pi_get_part() 561 dash = NULL; in pi_get_part() 563 bufsize = 1 + (part ? strlen(part) : 0) + (dash ? strlen(dash) : 0); in pi_get_part() 572 (dash ? dash : "")); in pi_get_part()
|
/titanic_50/usr/src/lib/libbc/libc/sys/common/ |
H A D | _open.c | 47 if (strcmp(xx, dash) == 0) \ 54 static char dash[] = "-"; variable
|
/titanic_50/usr/src/lib/libnsl/ipsec/ |
H A D | algs.c | 74 static const char *dash = "-"; variable 107 token = strtok_r(NULL, dash, &lasts); in build_keysizes()
|
/titanic_50/usr/src/uts/common/io/aac/ |
H A D | aac_regs.h | 263 uint8_t dash; member
|
H A D | aac.c | 2484 AAC_GET_FIELD8(acc, fsarev1, fsarev0, external.comp.dash); in aac_fsa_rev()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ioctl.c | 2398 char *dash; in zfs_prop_set_userquota() local 2417 if ((dash = strchr(propname, '-')) == NULL || in zfs_prop_set_userquota() 2422 domain = dash + 1; in zfs_prop_set_userquota()
|
/titanic_50/usr/src/cmd/look/ |
H A D | words | 6055 dash
|
/titanic_50/usr/src/cmd/spell/ |
H A D | list | 6054 dash
|
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 1809 % and arrange explicitly to hyphenate at a dash.
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 150 # The part to the left of the dash, if a dash is present, describes the
|
H A D | terminfo.src | 150 # The part to the left of the dash, if a dash is present, describes the
|