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

/freebsd-12-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-12-stable/lib/libc/resolv/
H A Dres_comp.c141 #define PERIOD 0x2e macro
145 #define periodchar(c) ((c) == PERIOD)
161 int pch = PERIOD, ch = *dn++;
/freebsd-12-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-12-stable/contrib/nvi/vi/
H A Dv_sentence.c57 enum { BLANK, NONE, PERIOD } state; enumerator in enum:__anon6454
92 if ((state == PERIOD || state == BLANK) && --cnt == 0) {
117 state = PERIOD;
123 if (state != PERIOD)
127 if (state == PERIOD)
131 if (state == PERIOD) {
/freebsd-12-stable/sbin/dhclient/
H A Ddhclient.c77 #define PERIOD 0x2e macro
80 #define periodchar(c) ((c) == PERIOD)
2674 int pch = PERIOD, ch = *dn++;
2699 int pch = PERIOD, ch = *srch++;
2732 pch = PERIOD;

Completed in 75 milliseconds