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

  /src/usr.bin/config/
mkioconf.c 74 #define SEP(pos, max) (((u_int)(pos) % (max)) == 0 ? "\n\t" : " ")
334 fprintf(fp, "%s%s,", SEP(i, 8), locators.vec[i]);
  /src/usr.bin/at/
parsetime.c 67 JUL, AUG, SEP, OCT, NOV, DEC,
115 {"sep", SEP, false},
127 {"september", SEP, false},
482 case JUL: case AUG: case SEP: case OCT: case NOV: case DEC:
524 tokid_t sep; local in function:month
526 sep = sc_tokid;
529 if (token() == sep) {
538 if (sep == DOT) {
  /src/lib/libc/gen/
glob.c 119 #define SEP '/'
641 *pathend++ = SEP;
646 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode) ||
652 *pathend++ = SEP;
662 while (*p != EOS && *p != SEP) {
673 while (*pattern == SEP) {
783 *pathend++ = SEP;
818 * reset pathend back to last SEP and continue
843 *dc++ = SEP;
  /src/sys/dev/ic/
mpt_mpilib.h 898 * Added defines for the SEP bits in RVP2 VolumeSettings.
1416 IOC_4_SEP SEP[MPI_IOC_PAGE_4_SEP_MAX]; /* 08h */
2601 * 10-04-01 01.02.04 Added defines for SEP request Action field.

Completed in 22 milliseconds