Searched refs:timeset (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/file_cmds-242/touch/
H A Dtouch.c76 int Aflag, aflag, cflag, fflag, mflag, ch, fd, len, rval, timeset; local
81 Aflag = aflag = cflag = fflag = mflag = timeset = 0;
110 timeset = 1;
114 timeset = 1;
127 if (timeset) {
150 timeset = 1;
183 if (!timeset)
214 if (timeset || Aflag) {
/macosx-10.10.1/Libc-1044.1.2/stdtime/
H A Dgetdate.c77 int bufsiz, offset, len, dateset, timeset, saveerrno, wday_set, save_mon; local
138 dateset = timeset = 0;
140 timeset |= TM_SEC_SET;
142 timeset |= TM_MIN_SET;
144 timeset |= TM_HOUR_SET;
153 switch(timeset) {
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Ddst_internal.h125 isc_boolean_t timeset[DST_MAX_TIMES + 1]; /*%< data set? */ member in struct:dst_key
H A Ddst_api.c873 if (!key->timeset[type])
884 key->timeset[type] = ISC_TRUE;
891 key->timeset[type] = ISC_FALSE;
1273 key->timeset[i] = ISC_FALSE;

Completed in 192 milliseconds