Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/listen/
H A Dlsdbf.c529 if (!(p = strchr(bp, DBFTOKSEP ))) { /* look for service code string */
537 if (!(p = strchr(nexttok, DBFTOKSEP ))) {
561 if (!(p = strchr(nexttok, DBFTOKSEP ))) {
569 if (!(p = strchr(nexttok, DBFTOKSEP ))) {
577 if (!(p = strchr(nexttok, DBFTOKSEP ))) {
585 if (!(p = strchr(nexttok, DBFTOKSEP ))) {
593 if (!(p = strchr(nexttok, DBFTOKSEP ))) {
601 if (!(p = strchr(nexttok, DBFTOKSEP ))) {
655 if (!(p = strchr(nexttok, DBFTOKSEP ))) {
695 if (!(p = strchr(nexttok, DBFTOKSEP ))) {
H A Dlsdbf.h35 #define DBFTOKSEP ':' /* seps in _pmtab file */ macro