Home
last modified time | relevance | path

Searched defs:t (Results 101 – 125 of 1548) sorted by relevance

12345678910>>...62

/titanic_53/usr/src/cmd/refer/
H A Drefer5.c47 char t[100], t1[MXSIG], t2[100], format[10], *sd, *stline; in putsig() local
266 tokeytab(char *t, int nref) in tokeytab()
274 keylet(char *t, int nref) in keylet()
295 mycpy(char *s, char *t) in mycpy()
303 mycpy2(char *s, char *t, int n) in mycpy2()
/titanic_53/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_open.c99 BTREE *t; local
355 nroot(t) in nroot() argument
462 BTREE *t; local
/titanic_53/usr/src/cmd/mandoc/
H A Dmdoc_html.c336 struct tag *t, *tt; in print_mdoc() local
386 struct tag *t; in print_mdoc_node() local
474 struct tag *t, *tt; in mdoc_root_post() local
498 struct tag *t, *tt; in mdoc_root_pre() local
1025 struct tag *t; in mdoc_ex_pre() local
1316 struct tag *t; in mdoc_fa_pre() local
1349 struct tag *t; in mdoc_fd_pre() local
1442 struct tag *t; in mdoc_fn_pre() local
1619 struct tag *t; in mdoc_mt_pre() local
1643 struct tag *t; in mdoc_fo_pre() local
[all …]
/titanic_53/usr/src/lib/libnsl/netdir/
H A Dnetdir.c129 struct translator *t; in add_to_xlate_list() local
214 struct translator *t; /* pointer to translator list */ in __classic_netdir_getbyname() local
343 struct translator *t; /* pointer to translator list */ in __classic_netdir_getbyaddr() local
401 struct translator *t; /* pointer to translator list */ in netdir_options() local
452 struct translator *t; /* pointer to translator list */ in uaddr2taddr() local
511 struct translator *t; /* pointer to translator list */ in taddr2uaddr() local
633 struct translator *t; in load_xlate() local
/titanic_53/usr/src/cmd/mdb/common/kmdb/
H A Dkvm_cpu.c56 kmt_cpu_create(mdb_tgt_t *t) in kmt_cpu_create()
83 kmt_cpu_step_branch(mdb_tgt_t *t, kmt_cpu_t *cpu) in kmt_cpu_step_branch()
/titanic_53/usr/src/lib/libm/common/R/
H A Dnextafterf.c67 volatile float t; in nextafterf() local
73 volatile float t; in nextafterf() local
/titanic_53/usr/src/cmd/csh/
H A Dsh.exec.c51 doexec(struct command *t) in doexec()
192 texec(struct command *cmd, tchar *f, tchar **t) in texec()
316 execash(tchar **t, struct command *kp) in execash()
333 xechoit(tchar **t) in xechoit()
/titanic_53/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_mem.c36 struct mem_data *t = (struct mem_data *)id->data; in rc_store() local
110 struct mem_data *t; in krb5_rc_mem_get_span() local
131 struct mem_data *t = (struct mem_data *)id->data; in krb5_rc_mem_init_locked() local
181 struct mem_data *t = 0; in krb5_rc_mem_resolve() local
/titanic_53/usr/src/uts/common/sys/
H A Dsobject.h71 #define SOBJ_UNSLEEP(sobj_ops, t) (*(sobj_ops->sobj_unsleep))(t) argument
72 #define SOBJ_CHANGE_PRI(sobj_ops, t, pri) \ argument
74 #define SOBJ_CHANGE_EPRI(sobj_ops, t, pri) \ argument
/titanic_53/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c116 pt_read_instr(mdb_tgt_t *t) in pt_read_instr()
130 mdb_tgt_t *t = mdb.m_target; in pt_regs() local
258 mdb_tgt_t *t = mdb.m_target; in pt_fpregs() local
417 pt_getfpreg(mdb_tgt_t *t, mdb_tgt_tid_t tid, ushort_t rd_num, in pt_getfpreg()
467 pt_putfpreg(mdb_tgt_t *t, mdb_tgt_tid_t tid, ushort_t rd_num, in pt_putfpreg()
535 pt_addfpregs(mdb_tgt_t *t) in pt_addfpregs()
684 pt_step_out(mdb_tgt_t *t, uintptr_t *p) in pt_step_out()
717 pt_next(mdb_tgt_t *t, uintptr_t *p) in pt_next()
/titanic_53/usr/src/cmd/praudit/
H A Dtoktable.c44 #define table_init(i, n, f, t) \ argument
51 #define table_initx(i, n, tn, f, t) \ argument
/titanic_53/usr/src/lib/libnisdb/
H A Dnis_hashitem.h99 #define nis_insert_item(i, t) __nis_insert_item_mt(i, t, -1) argument
100 #define nis_insert_item_rw(i, t, rw) __nis_insert_item_mt(i, t, rw) argument
101 #define nis_insert_name(n, t) __nis_insert_name_mt(n, t) argument
102 #define nis_find_item(i, t) __nis_find_item_mt(i, t, -1, 0) argument
103 #define nis_find_item_rw(i, t, rw) __nis_find_item_mt(i, t, rw, 0) argument
H A Dnis_parse_ldap_map.c100 __nis_table_mapping_t *t; in add_mapping_attribute() local
1039 token_type t; in get_mapping_rule() local
1143 token_type t; in get_lhs() local
1246 token_type t; in get_lhs_match() local
1371 token_type t; in get_lhs_paren_item() local
1443 token_type t; in get_rhs() local
1593 token_type t; in get_print_mapping_element() local
1717 token_type t; in get_mapping_item() local
1855 token_type t; in get_print_sub_element() local
1944 token_type t; in get_subElement() local
[all …]
H A Dldap_parse.c94 __nis_table_mapping_t *t, *told, *x, **seqNext; in linked2hash() local
329 __nis_table_mapping_t *t, *o; in dbids2objs() local
379 char *s, *t; in internal_table_name() local
558 __nis_table_mapping_t *t, *x; in getObjMapping() local
/titanic_53/usr/src/cmd/tr/
H A Dcset.c211 cset_rangecmp(struct csnode *t, wchar_t ch) in cset_rangecmp()
222 cset_splay(struct csnode *t, wchar_t ch) in cset_splay()
272 cset_delete(struct csnode *t, wchar_t ch) in cset_delete()
/titanic_53/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dgmt_mktime.c39 time_t krb5int_gmt_mktime(struct tm *t) in krb5int_gmt_mktime()
100 time_t t; in main() local
/titanic_53/usr/src/lib/libresolv2/common/nameser/
H A Dns_newmsg.c127 u_char *t; in ns_newmsg_q() local
162 u_char *t; in ns_newmsg_rr() local
201 u_char *t; in ns_newmsg_done() local
223 u_char *t = p + NS_INT16SZ; in rdcpy() local
/titanic_53/usr/src/boot/lib/libstand/
H A Dtftp.c141 struct tftphdr t; in tftp_senderr() member
167 struct tftphdr t; in tftp_sendack() member
184 struct tftphdr *t; in recvtftp() local
281 struct tftphdr t; in tftp_makereq() member
288 struct tftphdr *t; in tftp_makereq() local
377 struct tftphdr t; in tftp_getnextblock() member
382 struct tftphdr *t; in tftp_getnextblock() local
617 time_t t, t1, tleft; in sendrecv_tftp() local
/titanic_53/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_amd64util.c199 mdb_amd64_kvm_stack_iter(mdb_tgt_t *t, const mdb_tgt_gregset_t *gsp, in mdb_amd64_kvm_stack_iter()
305 int t = mdb_ctf_type_kind(args_types[i]); in mdb_amd64_kvm_stack_iter() local
356 long t = fr_argv[i]; in mdb_amd64_kvm_stack_iter() local
414 mdb_amd64_step_out(mdb_tgt_t *t, uintptr_t *p, kreg_t pc, kreg_t fp, kreg_t sp, in mdb_amd64_step_out()
449 mdb_amd64_next(mdb_tgt_t *t, uintptr_t *p, kreg_t pc, mdb_instr_t curinstr) in mdb_amd64_next()
/titanic_53/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_close.c67 BTREE *t; local
118 BTREE *t; local
H A Drec_open.c65 BTREE *t; local
229 BTREE *t; local
/titanic_53/usr/src/lib/librstp/common/
H A Dtimes.c62 #define STP_SET_TIME(f, t) \ in STP_set_times() argument
73 STP_copy_times (OUT TIMEVALUES_T *t, IN TIMEVALUES_T *f) in STP_copy_times()
/titanic_53/usr/src/cmd/sh/
H A Dfunc.c49 freetree(struct trenod *t) in freetree()
221 prcmd(struct trenod *t) in prcmd()
229 prf(struct trenod *t) in prf()
/titanic_53/usr/src/boot/sys/sys/
H A Dioccom.h58 #define _IOR(g,n,t) _IOC(IOC_OUT, (g), (n), sizeof(t)) argument
59 #define _IOW(g,n,t) _IOC(IOC_IN, (g), (n), sizeof(t)) argument
61 #define _IOWR(g,n,t) _IOC(IOC_INOUT, (g), (n), sizeof(t)) argument
/titanic_53/usr/src/lib/libm/common/Q/
H A Drndintl.c48 long double t, w; in aintl() local
62 long double t, w, z; in anintl() local

12345678910>>...62