HomeSort by: relevance | last modified time | path
    Searched defs:sct (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ieee1394/
iec68113.h 106 uint8_t sct:3, /* Section type */ member in struct:dvdbc
112 sct:3; /* Section type */
  /src/usr.bin/at/
parsetime.c 151 static char *sct; /* scanner - next char pointer in current argument */ variable in typeref:typename:char *
237 sct = *scp;
247 while (isspace((unsigned char)*sct))
248 ++sct;
249 if (!*sct) {
257 sc_token[0] = *sct++;
263 while (isdigit((unsigned char)*sct))
264 sc_token[++idx] = *sct++;
268 while (isalpha((unsigned char)*sct))
269 sc_token[++idx] = *sct++
    [all...]

Completed in 42 milliseconds