Searched refs:DBFTOKSEP (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/listen/ |
H A D | lsdbf.c | 531 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 D | lsdbf.h | 35 #define DBFTOKSEP ':' /* seps in _pmtab file */ macro
|