Searched refs:tt (Results 1 - 25 of 155) sorted by relevance

1234567

/freebsd-11-stable/usr.sbin/nologin/
H A Dnologin.c39 const char *user, *tt; local
41 if ((tt = ttyname(0)) == NULL)
42 tt = "UNKNOWN";
46 syslog(LOG_CRIT, "Attempted login by %s on %s", user, tt);
/freebsd-11-stable/lib/libc/gen/
H A Dtime.c42 struct timespec tt; local
45 if (clock_gettime(CLOCK_SECOND, &tt) < 0)
48 retval = tt.tv_sec;
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_io.c919 READ_TOKEN_U_INT32(buf, len, tok->tt.hdr32.size, tok->len, err);
923 READ_TOKEN_U_CHAR(buf, len, tok->tt.hdr32.version, tok->len, err);
927 READ_TOKEN_U_INT16(buf, len, tok->tt.hdr32.e_type, tok->len, err);
931 READ_TOKEN_U_INT16(buf, len, tok->tt.hdr32.e_mod, tok->len, err);
935 READ_TOKEN_U_INT32(buf, len, tok->tt.hdr32.s, tok->len, err);
939 READ_TOKEN_U_INT32(buf, len, tok->tt.hdr32.ms, tok->len, err);
953 print_1_byte(fp, tok->tt.hdr32.version, "%u");
956 print_event(fp, tok->tt.hdr32.e_type, oflags);
959 print_evmod(fp, tok->tt.hdr32.e_mod, oflags);
962 print_sec32(fp, tok->tt
[all...]
/freebsd-11-stable/sys/net/
H A Dradix.c82 rn_new_radix_mask(struct radix_node *tt,
398 struct radix_node *tt = nodes, *t = tt + 1; local
401 t->rn_left = tt;
407 tt->rn_mask = NULL;
408 tt->rn_dupedkey = NULL;
409 tt->rn_bmask = 0;
411 tt->rn_bit = -1;
412 tt->rn_key = (caddr_t)v;
413 tt
435 struct radix_node *p, *tt, *x; local
576 rn_new_radix_mask(struct radix_node *tt, struct radix_mask *next) argument
602 struct radix_node *t, *x = NULL, *tt; local
774 struct radix_node *t, *p, *x, *tt; local
1114 struct radix_node *t, *tt, *ttt; local
[all...]
H A Dradix_mpath.c145 struct radix_node *t, *tt; local
150 tt = rn_mpath_next(t);
151 while (tt) {
152 if (tt == (struct radix_node *)rt) {
153 t->rn_dupedkey = tt->rn_dupedkey;
154 tt->rn_dupedkey = NULL;
155 tt->rn_flags &= ~RNF_ACTIVE;
156 tt[1].rn_flags &= ~RNF_ACTIVE;
159 t = tt;
160 tt
[all...]
/freebsd-11-stable/sbin/routed/
H A Dradix.c332 struct radix_node *tt = nodes, *t = tt + 1; local
334 t->rn_l = tt; t->rn_off = b >> 3;
335 tt->rn_b = -1; tt->rn_key = (caddr_t)v; tt->rn_p = t;
336 tt->rn_flags = t->rn_flags = RNF_ACTIVE;
338 tt->rn_info = rn_nodenum++; t->rn_info = rn_nodenum++;
339 tt->rn_twin = t; tt
356 struct radix_node *tt; local
498 rn_new_radix_mask(struct radix_node *tt, struct radix_mask *next) argument
527 struct radix_node *t, *x = NULL, *tt; local
668 struct radix_node *t, *p, *x, *tt; local
857 struct radix_node *t, *tt, *ttt; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/asm/
H A Dcrypt586.pl142 local($a,$b,$tt,$shift,$mask,$last)=@_;
145 &mov( $tt, $a );
151 &xor( $tt, $a );
155 &xor( $tt, $a );
163 local($l,$r,$tt,$lr)=@_;
165 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l);
166 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l);
167 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r);
168 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r);
169 &R_PERM_OP($l,$r,$tt,
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dtasn_fre.c80 const ASN1_TEMPLATE *tt = NULL, *seqtt; local
117 tt = it->templates + i;
118 pchval = asn1_get_field_ptr(pval, tt);
119 ASN1_template_free(pchval, tt);
156 tt = it->templates + it->tcount - 1;
157 for (i = 0; i < it->tcount; tt--, i++) {
159 seqtt = asn1_do_adb(pval, tt, 0);
175 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
178 if (tt->flags & ASN1_TFLG_SK_MASK) {
183 asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt
[all...]
H A Dtasn_new.c71 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
92 const ASN1_TEMPLATE *tt = NULL; local
187 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
188 pseqval = asn1_get_field_ptr(pval, tt);
189 if (!ASN1_template_new(pseqval, tt))
258 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
260 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
262 if (tt->flags & ASN1_TFLG_OPTIONAL) {
263 asn1_template_clear(pval, tt);
299 asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
[all...]
H A Dtasn_utl.c201 ASN1_VALUE **asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
204 if (tt->flags & ASN1_TFLG_COMBINE)
206 pvaltmp = offset2ptr(*pval, tt->offset);
219 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, argument
227 if (!(tt->flags & ASN1_TFLG_ADB_MASK))
228 return tt;
231 adb = ASN1_ADB_ptr(tt->item);
247 if (tt->flags & ASN1_TFLG_ADB_OID)
261 return &atbl->tt;
H A Dtasn_dec.c91 const ASN1_TEMPLATE *tt, char opt,
95 const ASN1_TEMPLATE *tt, char opt,
161 const ASN1_TEMPLATE *tt)
165 return asn1_template_ex_d2i(pval, in, len, tt, 0, &c, 0);
176 const ASN1_TEMPLATE *tt, *errtt = NULL; local
344 tt = it->templates + i;
345 pchptr = asn1_get_field_ptr(pval, tt);
346 ASN1_template_free(pchptr, tt);
355 for (i = 0, tt = it->templates; i < it->tcount; i++, tt
159 ASN1_template_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_TEMPLATE *tt) argument
561 asn1_template_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx, int depth) argument
633 asn1_template_noexp_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx, int depth) argument
[all...]
/freebsd-11-stable/share/doc/usd/22.trofftut/
H A DMakefile41 SRCS= tt.mac tt00 tt01 tt02 tt03 tt04 tt05 tt06 tt07 tt08 tt09 tt10 \
/freebsd-11-stable/usr.bin/last/
H A Dlast.c293 struct idtab *tt; local
298 while ((tt = SLIST_FIRST(&idlist)) != NULL) {
300 free(tt);
330 SLIST_FOREACH(tt, &idlist, list)
331 if (!memcmp(tt->id, bp->ut_id, sizeof bp->ut_id))
334 if (tt == NULL) {
336 tt = malloc(sizeof(struct idtab));
337 if (tt == NULL)
339 tt->logout = currentout;
340 memcpy(tt
365 printentry(struct utmpx *bp, struct idtab *tt) argument
[all...]
/freebsd-11-stable/lib/libutil/
H A Dlogin_times.c110 in_ltm(const login_time_t *ltm, struct tm *tt, time_t *ends) argument
114 if (tt != NULL) {
116 if ((u_char)(0x01 << tt->tm_wday) & ltm->lt_dow) {
118 u_short now = (u_short)((tt->tm_hour * 60) + tt->tm_min);
120 if (tt->tm_sec > 30)
126 tt->tm_hour = (int)(ltm->lt_end / 60);
127 tt->tm_min = (int)(ltm->lt_end % 60);
128 *ends = mktime(tt);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstate.h201 check_exp(novariant((o)->gch.tt) == LUA_TSTRING, &((o)->ts))
203 #define rawgco2u(o) check_exp((o)->gch.tt == LUA_TUSERDATA, &((o)->u))
205 #define gco2lcl(o) check_exp((o)->gch.tt == LUA_TLCL, &((o)->cl.l))
206 #define gco2ccl(o) check_exp((o)->gch.tt == LUA_TCCL, &((o)->cl.c))
208 check_exp(novariant((o)->gch.tt) == LUA_TFUNCTION, &((o)->cl))
209 #define gco2t(o) check_exp((o)->gch.tt == LUA_TTABLE, &((o)->h))
210 #define gco2p(o) check_exp((o)->gch.tt == LUA_TPROTO, &((o)->p))
211 #define gco2uv(o) check_exp((o)->gch.tt == LUA_TUPVAL, &((o)->uv))
212 #define gco2th(o) check_exp((o)->gch.tt == LUA_TTHREAD, &((o)->th))
/freebsd-11-stable/contrib/lua/src/
H A Dlstate.h226 check_exp(novariant((o)->tt) == LUA_TSTRING, &((cast_u(o))->ts))
227 #define gco2u(o) check_exp((o)->tt == LUA_TUSERDATA, &((cast_u(o))->u))
228 #define gco2lcl(o) check_exp((o)->tt == LUA_TLCL, &((cast_u(o))->cl.l))
229 #define gco2ccl(o) check_exp((o)->tt == LUA_TCCL, &((cast_u(o))->cl.c))
231 check_exp(novariant((o)->tt) == LUA_TFUNCTION, &((cast_u(o))->cl))
232 #define gco2t(o) check_exp((o)->tt == LUA_TTABLE, &((cast_u(o))->h))
233 #define gco2p(o) check_exp((o)->tt == LUA_TPROTO, &((cast_u(o))->p))
234 #define gco2th(o) check_exp((o)->tt == LUA_TTHREAD, &((cast_u(o))->th))
239 check_exp(novariant((v)->tt) < LUA_TDEADKEY, (&(cast_u(v)->gc)))
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/time/
H A Dt_mktime.c46 struct tm tt; local
50 localtime_r(&x, &tt);
53 if (t->tm_sec != tt.tm_sec || t->tm_min != tt.tm_min ||
54 t->tm_hour != tt.tm_hour || t->tm_mday != tt.tm_mday)
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dtemplate.c157 unsigned int template_flags = t->tt;
166 switch (t->tt & A1_OP_MASK) {
173 if ((t->tt & A1_OP_MASK) == A1_OP_TYPE) {
180 if (t->tt & A1_FLAG_OPTIONAL) {
186 if ((t->tt & A1_OP_MASK) == A1_OP_TYPE) {
193 if (t->tt & A1_FLAG_OPTIONAL) {
212 ret = der_match_tag_and_length(p, len, A1_TAG_CLASS(t->tt),
213 &dertype, A1_TAG_TAG(t->tt),
216 if (t->tt & A1_FLAG_OPTIONAL)
228 if (dertype != A1_TAG_TYPE(t->tt)
[all...]
/freebsd-11-stable/contrib/netbsd-tests/include/sys/
H A Dt_tree.c40 RB_HEAD(head, mist) tt;
67 RB_INSERT(head, &tt, m);
75 return (!!RB_FIND(head, &tt, m));
85 RB_INIT(&tt);
/freebsd-11-stable/contrib/libreadline/examples/
H A Dhistexamp.c89 time_t tt; local
96 tt = history_get_time (the_list[i]);
97 if (tt)
98 strftime (timestr, sizeof (timestr), "%a %R", localtime(&tt));
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/
H A Dsample.h143 int tt = 0; local
222 tt += (short_retries + 1) * ctsduration;
224 tt += t_difs;
227 tt += (long_retries+1)*ath_hal_pkt_txtime(sc->sc_ah, rt, length, rix,
230 tt += (long_retries+1)*(t_sifs + rt->info[rix].spAckDuration);
234 tt += (t_slot * cw/2);
236 return tt;
/freebsd-11-stable/lib/libc/isc/
H A Dev_timers.c366 idle_timer *tt; local
369 OKNEW(tt);
370 tt->func = func;
371 tt->uap = uap;
372 tt->lastTouched = ctx->lastEventTime;
373 tt->max_idle = max_idle;
375 if (evSetTimer(opaqueCtx, idle_timeout, tt,
378 FREE(tt);
382 tt->timer = opaqueID->opaque;
390 idle_timer *tt local
405 idle_timer *tt = timer->uap; local
421 idle_timer *tt = t->uap; local
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-srio.h122 uint64_t tt : 1; /**< When set, indicates that the first sRIO member in struct:__anon8759::__anon8760::__anon8761
176 uint64_t tt : 1;
268 uint64_t tt : 2; /**< When WORD1[R] is set and WORD1[NTT] is member in struct:__anon8759::__anon8762::__anon8763
287 uint64_t tt : 2;
318 uint64_t tt : 1; /**< When set, the sRIO message segments use a member in struct:__anon8764::__anon8765
367 uint64_t tt : 1;
/freebsd-11-stable/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in132 if($token->[1] eq "tt") {
133 push @fontstack, "tt";
182 if($token->[1] eq "tt") {
184 if($f ne "tt") {
188 elsif ($fontstack[$#fontstack] eq "tt") { $fontswitch = "\\fB"; }
198 elsif ($fontstack[$#fontstack] eq "tt") { $fontswitch = "\\fB"; }
/freebsd-11-stable/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c374 if (difftime((time_t)tok.tt.hdr32.s, p_atime) < 0) {
381 if (difftime(p_btime, (time_t)tok.tt.hdr32.s) < 0) {
393 if (au_preselect(tok.tt.hdr32.e_type, &maskp, AU_PRS_BOTH,
402 if (tok.tt.hdr32.e_type == *ev)
417 if (tok_ret32.tt.ret32.status == 0)
422 if (au_preselect(tok_hdr32.tt.hdr32.e_type, &maskp, sorf,
444 if (!select_auid(tok.tt.proc32.auid))
446 if (!select_euid(tok.tt.proc32.euid))
448 if (!select_egid(tok.tt.proc32.egid))
450 if (!select_rgid(tok.tt
[all...]

Completed in 334 milliseconds

1234567