Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/listen/
H A Dlsdbf.c531 if (!(p = strchr(bp, DBFTOKSEP ))) { /* look for service code string */
539 if (!(p = strchr(nexttok, DBFTOKSEP ))) {
563 if (!(p = strchr(nexttok, DBFTOKSEP ))) {
571 if (!(p = strchr(nexttok, DBFTOKSEP ))) {
579 if (!(p = strchr(nexttok, DBFTOKSEP ))) {
587 if (!(p = strchr(nexttok, DBFTOKSEP ))) {
595 if (!(p = strchr(nexttok, DBFTOKSEP ))) {
603 if (!(p = strchr(nexttok, DBFTOKSEP ))) {
657 if (!(p = strchr(nexttok, DBFTOKSEP ))) {
697 if (!(p = strchr(nexttok, DBFTOKSEP ))) {
H A Dlsdbf.h35 #define DBFTOKSEP ':' /* seps in _pmtab file */ macro