Searched refs:MACRO_BEGTOK (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pcidr/
H A Dpcidr.c78 * macros begin MACRO_BEGTOK and end with MACRO_ENDTOK;
91 #define MACRO_BEGTOK "${" macro
285 * finds occurences of substrings surrounded (delimited) by MACRO_BEGTOK and
293 * char *beg = location in <str> at _first char_ of MACRO_BEGTOK
304 begtok_len = strlen(MACRO_BEGTOK);
309 beg = strstr(beg, MACRO_BEGTOK);
324 beg = strstr(beg, MACRO_BEGTOK);

Completed in 56 milliseconds