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

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_randomid.c39 #define PERIOD 30000 macro
75 ATF_REQUIRE_MSG(diff >= PERIOD,
77 "period (%d)", diff, PERIOD);
/freebsd-11-stable/lib/libc/resolv/
H A Dres_comp.c139 #define PERIOD 0x2e macro
143 #define periodchar(c) ((c) == PERIOD)
159 int pch = PERIOD, ch = *dn++;
/freebsd-11-stable/sys/fs/udf/
H A Dosta.c296 #define PERIOD 0x002E macro
350 if (current == PERIOD && (udfLen - index -1) <= EXT_SIZE) {
363 else if (current != PERIOD && current != SPACE) {
440 newName[newIndex++] = PERIOD;
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_sentence.c57 enum { BLANK, NONE, PERIOD } state; enumerator in enum:__anon5041
92 if ((state == PERIOD || state == BLANK) && --cnt == 0) {
117 state = PERIOD;
123 if (state != PERIOD)
127 if (state == PERIOD)
131 if (state == PERIOD) {
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsmap.c42 IDCHAR, IDCHAR, IDCHAR, IDCHAR, DELIM, IDCHAR, PERIOD, IDCHAR,
H A Drcslex.c343 case PERIOD:
356 case PERIOD:
368 if (d == DIGIT || d == PERIOD) {
573 case PERIOD: case SPACE:
636 case IDCHAR: case PERIOD:
810 case PERIOD:
H A Drcsbase.h323 PERIOD, SBEGIN, SPACE, UNKN, enumerator in enum:tokens
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.c71 #define PERIOD 0x2e macro
74 #define periodchar(c) ((c) == PERIOD)
2655 int pch = PERIOD, ch = *dn++;
2680 int pch = PERIOD, ch = *srch++;
2713 pch = PERIOD;

Completed in 82 milliseconds