Searched refs:dash (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/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 …]
|
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | alerts.c | 164 *dash; in putalert() local 167 while ((dash = strchr(cp, '-'))) { in putalert() 169 *dash = 0; in putalert() 171 *(cp = dash) = '-'; in putalert()
|
/illumos-gate/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
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/io/aac/ |
H A D | aac_regs.h | 263 uint8_t dash; member
|
H A D | aac.c | 2490 AAC_GET_FIELD8(acc, fsarev1, fsarev0, external.comp.dash); in aac_fsa_rev()
|
/illumos-gate/usr/src/boot/forth/ |
H A D | support.4th | 614 : dash? line_pointer c@ [char] - = ; 641 letter? digit? underscore? dot? dash? comma? 655 letter? digit? underscore? dot? comma? dash? at? slash? colon?
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ioctl.c | 2463 char *dash; in zfs_prop_set_userquota() local 2482 if ((dash = strchr(propname, '-')) == NULL || in zfs_prop_set_userquota() 2487 domain = dash + 1; in zfs_prop_set_userquota()
|
/illumos-gate/usr/src/contrib/zlib/ |
H A D | ChangeLog | 680 - Make configure options more compatible with double-dash conventions
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 6054 dash
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 6055 dash
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 1809 % and arrange explicitly to hyphenate at a dash.
|
/illumos-gate/usr/src/data/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
|