Home
last modified time | relevance | path

Searched refs:PMTAB_SEPR (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Dport_link.c47 #define PMTAB_SEPR ':' macro
823 if ((ptr = strchr(cmdbuf, PMTAB_SEPR)) == NULL) { in load_ttymondb()
1098 bufp = strchr(buffer, PMTAB_SEPR); in pmtab_parse_portname()
1102 bufp = strchr(++bufp, PMTAB_SEPR); in pmtab_parse_portname()
1107 if ((bufp = strchr(bufp, PMTAB_SEPR)) == NULL) in pmtab_parse_portname()
1112 *bufp = PMTAB_SEPR; in pmtab_parse_portname()