Searched refs:wt (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/contrib/ipfilter/iplang/
H A Diplang_l.l227 struct lwordtab *wt;
237 for (wt = words; wt->word; wt++)
238 if (!strcasecmp(wt->word, (char *)yytext))
239 return next_state(wt->state, wt->next);
/freebsd-10.1-release/sys/sys/
H A Dlockstat.h185 #define LOCKSTAT_PROFILE_OBTAIN_LOCK_SUCCESS(probe, lp, c, wt, f, l) do { \
188 lock_profile_obtain_lock_success(&(lp)->lock_object, c, wt, f, l); \
210 #define LOCKSTAT_PROFILE_OBTAIN_LOCK_SUCCESS(probe, lp, c, wt, f, l) \
211 lock_profile_obtain_lock_success(&(lp)->lock_object, c, wt, f, l)
/freebsd-10.1-release/contrib/unbound/util/
H A Dlog.c193 WORD wt = EVENTLOG_ERROR_TYPE; local
196 wt=EVENTLOG_INFORMATION_TYPE;
199 wt=EVENTLOG_WARNING_TYPE;
203 wt=EVENTLOG_SUCCESS;
209 ReportEvent(s, wt, 0, tp, NULL, 1, 0, &str, NULL);
/freebsd-10.1-release/crypto/heimdal/lib/kadm5/
H A Dad.c425 long long wt; local
426 wt = unix_time * (long long)10000000 + (long long)NTTIME_EPOCH;
427 return wt;
1181 long long wt; local
1188 wt = unix2nttime(entry->princ_expire_time);
1190 asprintf(&tv[0], "%llu", wt);
/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dpac.c585 long long wt; local
586 wt = unix_time * (uint64_t)10000000 + (uint64_t)NTTIME_EPOCH;
587 return wt;
/freebsd-10.1-release/crypto/heimdal/lib/ntlm/
H A Dntlm.c1397 long long wt; local
1398 wt = unix_time * (uint64_t)10000000 + (uint64_t)NTTIME_EPOCH;
1399 return wt;
/freebsd-10.1-release/sys/x86/iommu/
H A Dintel_idpgtbl.c725 ctx_wait_iotlb_flush(struct dmar_unit *unit, uint64_t wt, int iro) argument
730 DMAR_IOTLB_DR | DMAR_IOTLB_DW | wt);
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dregex.c2827 wctype_t wt;
2831 wt = IS_CHAR_CLASS (str);
2832 if (wt == 0)
2854 *((wctype_t*)alignedp) = wt;
3235 wctype_t wt;
3238 wt = IS_CHAR_CLASS (str);
3239 if (wt == 0)
3251 if (__iswctype (__btowc (ch), wt))
3254 if (iswctype (btowc (ch), wt))
2814 wctype_t wt; local
3222 wctype_t wt; local
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dregex.c2827 wctype_t wt;
2831 wt = IS_CHAR_CLASS (str);
2832 if (wt == 0)
2854 *((wctype_t*)alignedp) = wt;
3235 wctype_t wt;
3238 wt = IS_CHAR_CLASS (str);
3239 if (wt == 0)
3251 if (__iswctype (__btowc (ch), wt))
3254 if (iswctype (btowc (ch), wt))
2814 wctype_t wt; local
3222 wctype_t wt; local
/freebsd-10.1-release/contrib/sendmail/src/
H A Dsrvrsmtp.c573 volatile time_t wt; /* timeout after too many commands */ local
2930 wt = checksmtpattack(&n_verifies, MAXVRFYCOMMANDS,
2932 STOP_IF_ATTACK(wt);
2983 if (wt > 0)
2987 t = wt - (curtime() - previous);
/freebsd-10.1-release/lib/libpmc/
H A Dlibpmc.c1481 __P4MASK(mem-wt, 9),
1495 __P4MASK(mem-wt, 9),
/freebsd-10.1-release/gnu/usr.bin/grep/
H A Ddfa.c552 wctype_t wt; local
554 wt = wctype (str);
561 work_mbc->ch_classes[work_mbc->nch_classes++] = wt;
/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c3857 wctype_t wt = cset->char_classes[i];
3858 if (__iswctype (wc, wt))
3853 wctype_t wt = cset->char_classes[i]; local

Completed in 366 milliseconds