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

12345

/freebsd-10.1-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.1-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.1-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.1-release/sys/net/
H A Dradix.c93 rn_new_radix_mask(struct radix_node *tt,
409 struct radix_node *tt = nodes, *t = tt + 1; local
412 t->rn_left = tt;
418 tt->rn_mask = NULL;
419 tt->rn_dupedkey = NULL;
420 tt->rn_bmask = 0;
422 tt->rn_bit = -1;
423 tt->rn_key = (caddr_t)v;
424 tt
446 struct radix_node *p, *tt, *x; local
575 struct radix_node *tt; local
604 rn_new_radix_mask(struct radix_node *tt, struct radix_mask *next) argument
630 struct radix_node *t, *x = 0, *tt; local
802 struct radix_node *t, *p, *x, *tt; local
1142 struct radix_node *t, *tt, *ttt; local
[all...]
H A Dradix_mpath.c137 struct radix_node *t, *tt; local
142 tt = rn_mpath_next(t);
143 while (tt) {
144 if (tt == (struct radix_node *)rt) {
145 t->rn_dupedkey = tt->rn_dupedkey;
146 tt->rn_dupedkey = NULL;
147 tt->rn_flags &= ~RNF_ACTIVE;
148 tt[1].rn_flags &= ~RNF_ACTIVE;
151 t = tt;
152 tt
[all...]
/freebsd-10.1-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.1-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.1-release/crypto/openssl/crypto/asn1/
H A Dtasn_fre.c83 const ASN1_TEMPLATE *tt = NULL, *seqtt; local
120 tt = it->templates + i;
121 pchval = asn1_get_field_ptr(pval, tt);
122 ASN1_template_free(pchval, tt);
159 tt = it->templates + it->tcount - 1;
160 for (i = 0; i < it->tcount; tt--, i++) {
162 seqtt = asn1_do_adb(pval, tt, 0);
178 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
181 if (tt->flags & ASN1_TFLG_SK_MASK) {
186 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
186 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
187 pseqval = asn1_get_field_ptr(pval, tt);
188 if (!ASN1_template_new(pseqval, tt))
254 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
256 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
258 if (tt->flags & ASN1_TFLG_OPTIONAL) {
259 asn1_template_clear(pval, tt);
295 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.c83 const ASN1_TEMPLATE *tt, char opt,
87 const ASN1_TEMPLATE *tt, char opt,
153 const ASN1_TEMPLATE *tt)
157 return asn1_template_ex_d2i(pval, in, len, tt, 0, &c);
169 const ASN1_TEMPLATE *tt, *errtt = NULL; local
313 tt = it->templates + i;
314 pchptr = asn1_get_field_ptr(pval, tt);
315 ASN1_template_free(pchptr, tt);
324 for (i = 0, tt = it->templates; i < it->tcount; i++, tt
151 ASN1_template_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_TEMPLATE *tt) argument
520 asn1_template_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx) argument
592 asn1_template_noexp_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx) argument
[all...]
H A Dtasn_prn.c163 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx);
192 const ASN1_TEMPLATE *tt; local
261 tt = it->templates + i;
262 tmpfld = asn1_get_field_ptr(fld, tt);
263 if (!asn1_template_print_ctx(out, tmpfld, indent, tt, pctx))
290 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
292 seqtt = asn1_do_adb(fld, tt, 1);
321 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx)
325 flags = tt
320 asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx) argument
[all...]
/freebsd-10.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-srio.h122 uint64_t tt : 1; /**< When set, indicates that the first sRIO member in struct:__anon7311::__anon7312::__anon7313
176 uint64_t tt : 1;
268 uint64_t tt : 2; /**< When WORD1[R] is set and WORD1[NTT] is member in struct:__anon7311::__anon7314::__anon7315
287 uint64_t tt : 2;
318 uint64_t tt : 1; /**< When set, the sRIO message segments use a member in struct:__anon7316::__anon7317
367 uint64_t tt : 1;
/freebsd-10.1-release/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-10.1-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.1-release/contrib/ntp/ntpd/
H A Drefclock_shm.c532 time_t tt; local
593 tt = (time_t)shm_stat.tvt.tv_sec;
594 ts = time_to_vint64(&tt);
606 tt = shm_stat.tvc.tv_sec - shm_stat.tvr.tv_sec;
607 if (tt < 0 || tt > up->max_delay) {
609 refnumtoa(&peer->srcadr), (long long)tt));
612 (long long)tt);
617 tt = shm_stat.tvr.tv_sec - shm_stat.tvt.tv_sec - (shm_stat.tvr.tv_nsec < shm_stat.tvt.tv_nsec);
618 if (tt <
[all...]
/freebsd-10.1-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...]

Completed in 301 milliseconds

12345