Searched refs:DOT (Results 1 - 3 of 3) sorted by relevance
| /src/usr.bin/at/ |
| H A D | parsetime.c | 31 * /NUMBER [DOT NUMBER] [AM|PM]\ /[MONTH NUMBER [NUMBER]] \ 65 NUMBER, PLUS, DOT, SLASH, ID, JUNK, enumerator in enum:__anon1d3766e20103 274 return sc_tokid = DOT; 357 * [NUMBER [DOT NUMBER] [AM|PM]] 371 * a HHMM time, otherwise it's HH DOT MM time 373 if (token() == DOT) { 523 if (sc_tokid == SLASH || sc_tokid == DOT) { 538 if (sep == DOT) {
|
| /src/lib/libc/gen/ |
| H A D | glob.c | 111 #define DOT '.' macro 790 * Initial DOT must be matched literally, unless we have 794 if (dp->d_name[0] == DOT && *pattern != DOT) 800 (dp->d_name[0] == DOT) && 802 ((dp->d_name[1] == DOT) && (dp->d_name[2] == EOS))))
|
| /src/sbin/ping6/ |
| H A D | ping6.c | 206 static char DOT = '.'; variable in typeref:typename:char 1180 (void)write(STDOUT_FILENO, &DOT, 1);
|
Completed in 9 milliseconds