Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dio.h96 #define WILD_STRING "$" /* wildcard character */ macro
H A Dio.c252 if (wild != NULL && strcmp(str, WILD_STRING) == 0) in geti()
285 if ((wild != NULL) && (strcmp(str, WILD_STRING)) == 0) { in geti64()
1096 if (strcmp(cleantoken, WILD_STRING) == 0) { in input()
1279 if (strcmp(cleantoken, WILD_STRING) == 0) { in input()
1528 if (strcmp(cleantoken, WILD_STRING) == 0) { in input()
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c75 #define WILD_STRING "$" /* wildcard character */ macro