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

/freebsd-9.3-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-9.3-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-9.3-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;
1186 long long wt; local
1193 wt = unix2nttime(entry->princ_expire_time);
1195 asprintf(&tv[0], "%llu", wt);
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dpac.c510 long long wt; local
511 wt = unix_time * (uint64_t)10000000 + (uint64_t)NTTIME_EPOCH;
512 return wt;
/freebsd-9.3-release/crypto/heimdal/lib/ntlm/
H A Dntlm.c1072 long long wt; local
1073 wt = unix_time * (uint64_t)10000000 + (uint64_t)NTTIME_EPOCH;
1074 return wt;
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/lib/libpmc/
H A Dlibpmc.c1444 __P4MASK(mem-wt, 9),
1458 __P4MASK(mem-wt, 9),
/freebsd-9.3-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-9.3-release/gnu/lib/libregex/
H A Dregexec.c3807 wctype_t wt = cset->char_classes[i];
3808 if (__iswctype (wc, wt))
3803 wctype_t wt = cset->char_classes[i]; local

Completed in 269 milliseconds