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

12345

/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/openbsm/libbsm/
H A Dbsm_io.c920 READ_TOKEN_U_INT32(buf, len, tok->tt.hdr32.size, tok->len, err);
924 READ_TOKEN_U_CHAR(buf, len, tok->tt.hdr32.version, tok->len, err);
928 READ_TOKEN_U_INT16(buf, len, tok->tt.hdr32.e_type, tok->len, err);
932 READ_TOKEN_U_INT16(buf, len, tok->tt.hdr32.e_mod, tok->len, err);
936 READ_TOKEN_U_INT32(buf, len, tok->tt.hdr32.s, tok->len, err);
940 READ_TOKEN_U_INT32(buf, len, tok->tt.hdr32.ms, tok->len, err);
954 print_1_byte(fp, tok->tt.hdr32.version, "%u");
957 print_event(fp, tok->tt.hdr32.e_type, oflags);
960 print_evmod(fp, tok->tt.hdr32.e_mod, oflags);
963 print_sec32(fp, tok->tt
[all...]
/freebsd-10.0-release/sys/net/
H A Dradix.c93 rn_new_radix_mask(struct radix_node *tt,
395 register struct radix_node *tt = nodes, *t = tt + 1; local
398 t->rn_left = tt;
404 tt->rn_mask = NULL;
405 tt->rn_dupedkey = NULL;
406 tt->rn_bmask = 0;
408 tt->rn_bit = -1;
409 tt->rn_key = (caddr_t)v;
410 tt
435 struct radix_node *tt; local
569 struct radix_node *tt; local
629 register struct radix_node *t, *x = 0, *tt; local
803 register struct radix_node *t, *p, *x, *tt; local
1149 register struct radix_node *t, *tt, *ttt; local
[all...]
H A Dradix_mpath.c132 struct radix_node *t, *tt; local
137 tt = rn_mpath_next(t);
138 while (tt) {
139 if (tt == (struct radix_node *)rt) {
140 t->rn_dupedkey = tt->rn_dupedkey;
141 tt->rn_dupedkey = NULL;
142 tt->rn_flags &= ~RNF_ACTIVE;
143 tt[1].rn_flags &= ~RNF_ACTIVE;
146 t = tt;
147 tt
[all...]
/freebsd-10.0-release/sbin/routed/
H A Dradix.c331 struct radix_node *tt = nodes, *t = tt + 1; local
333 t->rn_l = tt; t->rn_off = b >> 3;
334 tt->rn_b = -1; tt->rn_key = (caddr_t)v; tt->rn_p = t;
335 tt->rn_flags = t->rn_flags = RNF_ACTIVE;
337 tt->rn_info = rn_nodenum++; t->rn_info = rn_nodenum++;
338 tt->rn_twin = t; tt
355 struct radix_node *tt; local
497 rn_new_radix_mask(struct radix_node *tt, struct radix_mask *next) argument
526 struct radix_node *t, *x = 0, *tt; local
667 struct radix_node *t, *p, *x, *tt; local
856 struct radix_node *t, *tt, *ttt; local
[all...]
/freebsd-10.0-release/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-10.0-release/crypto/openssl/crypto/asn1/
H A Dtasn_fre.c81 const ASN1_TEMPLATE *tt = NULL, *seqtt; local
121 tt = it->templates + i;
122 pchval = asn1_get_field_ptr(pval, tt);
123 ASN1_template_free(pchval, tt);
162 tt = it->templates + it->tcount - 1;
163 for (i = 0; i < it->tcount; tt--, i++)
166 seqtt = asn1_do_adb(pval, tt, 0);
183 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
186 if (tt->flags & ASN1_TFLG_SK_MASK)
193 asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt
[all...]
H A Dtasn_new.c70 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
91 const ASN1_TEMPLATE *tt = NULL; local
198 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
200 pseqval = asn1_get_field_ptr(pval, tt);
201 if (!ASN1_template_new(pseqval, tt))
266 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
268 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
270 if (tt->flags & ASN1_TFLG_OPTIONAL)
272 asn1_template_clear(pval, tt);
311 asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
[all...]
H A Dtasn_utl.c203 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
206 if (tt->flags & ASN1_TFLG_COMBINE)
208 pvaltmp = offset2ptr(*pval, tt->offset);
220 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, argument
228 if (!(tt->flags & ASN1_TFLG_ADB_MASK))
229 return tt;
232 adb = ASN1_ADB_ptr(tt->item);
249 if (tt->flags & ASN1_TFLG_ADB_OID)
264 return &atbl->tt;
H A Dtasn_prn.c165 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx);
195 const ASN1_TEMPLATE *tt; local
274 tt = it->templates + i;
275 tmpfld = asn1_get_field_ptr(fld, tt);
276 if (!asn1_template_print_ctx(out, tmpfld, indent, tt, pctx))
308 for(i = 0, tt = it->templates; i < it->tcount; i++, tt++)
311 seqtt = asn1_do_adb(fld, tt, 1);
340 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx)
344 flags = tt
339 asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx) argument
[all...]
/freebsd-10.0-release/usr.bin/last/
H A Dlast.c243 struct idtab *tt; local
248 while ((tt = SLIST_FIRST(&idlist)) != NULL) {
250 free(tt);
280 SLIST_FOREACH(tt, &idlist, list)
281 if (!memcmp(tt->id, bp->ut_id, sizeof bp->ut_id))
284 if (tt == NULL) {
286 tt = malloc(sizeof(struct idtab));
287 if (tt == NULL)
289 tt->logout = currentout;
290 memcpy(tt
315 printentry(struct utmpx *bp, struct idtab *tt) argument
[all...]
/freebsd-10.0-release/lib/libc/string/
H A Dstrcoll.c47 char *tt, *tt2; local
58 t = tt = __collate_substitute(table, s);
61 tt = tt2 = NULL;
91 free(tt);
/freebsd-10.0-release/share/doc/usd/22.trofftut/
H A DMakefile41 SRCS= tt.mac tt00 tt01 tt02 tt03 tt04 tt05 tt06 tt07 tt08 tt09 tt10 \
/freebsd-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/sys/dev/ath/ath_rate/sample/
H A Dsample.h144 int tt = 0; local
223 tt += (short_retries + 1) * ctsduration;
225 tt += t_difs;
228 tt += (long_retries+1)*ath_hal_pkt_txtime(sc->sc_ah, rt, length, rix,
231 tt += (long_retries+1)*(t_sifs + rt->info[rix].spAckDuration);
235 tt += (t_slot * cw/2);
237 return tt;
/freebsd-10.0-release/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-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-srio.h122 uint64_t tt : 1; /**< When set, indicates that the first sRIO member in struct:__anon7106::__anon7107::__anon7108
176 uint64_t tt : 1;
268 uint64_t tt : 2; /**< When WORD1[R] is set and WORD1[NTT] is member in struct:__anon7106::__anon7109::__anon7110
287 uint64_t tt : 2;
318 uint64_t tt : 1; /**< When set, the sRIO message segments use a member in struct:__anon7111::__anon7112
367 uint64_t tt : 1;
H A Dcvmx-npi.h77 cvmx_pow_tag_type_t tt : 2; /**< POW Tag type */ member in struct:__anon7003::__anon7004
81 cvmx_pow_tag_type_t tt : 2;
/freebsd-10.0-release/contrib/mdocml/
H A Dtbl_html.c95 struct tag *tt; local
107 tt = print_otag(h, TAG_TR, 0, NULL);
119 print_stagq(h, tt);
140 print_tagq(h, tt);
/freebsd-10.0-release/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c371 if (difftime((time_t)tok.tt.hdr32.s, p_atime) < 0) {
378 if (difftime(p_btime, (time_t)tok.tt.hdr32.s) < 0) {
390 if (au_preselect(tok.tt.hdr32.e_type, &maskp, AU_PRS_BOTH,
399 if (tok.tt.hdr32.e_type == *ev)
414 if (tok_ret32.tt.ret32.status == 0)
419 if (au_preselect(tok_hdr32.tt.hdr32.e_type, &maskp, sorf,
441 if (!select_auid(tok.tt.proc32.auid))
443 if (!select_euid(tok.tt.proc32.euid))
445 if (!select_egid(tok.tt.proc32.egid))
447 if (!select_rgid(tok.tt
[all...]
/freebsd-10.0-release/contrib/apr-util/test/
H A Dtest_apu.h94 apr_time_t tt = apr_time_now(); \
96 time = apr_time_now() - tt; \
/freebsd-10.0-release/games/pom/
H A Dpom.c84 time_t tt; local
113 time(&tt);
116 localtime_r(&tt, &tmd);
132 tt = mktime(&tmd);
135 gmtime_r(&tt, &GMT);

Completed in 142 milliseconds

12345