Searched refs:xlate (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/libxcurses/src/libc/i18n/
H A Dm_text.c57 * the codeset of the compiled program. xlate will convert from that codeset,
61 xlate(char *s) function
85 #define xlate(s) (s) macro
130 return (xlate((char *)str));
146 return (xlate((char *)str));
152 return xlate(cp);
/osnet-11/usr/src/lib/libdtrace/common/
H A Dsched.d51 xlate <cpuinfo_t> (D->disp_cpu).cpu_id;
53 xlate <cpuinfo_t> (D->disp_cpu).cpu_pset;
55 xlate <cpuinfo_t> (D->disp_cpu).cpu_chip;
57 xlate <cpuinfo_t> (D->disp_cpu).cpu_lgrp;
60 (processor_info_t)xlate <cpuinfo_t> (D->disp_cpu).cpu_info;
63 inline cpuinfo_t *curcpu = xlate <cpuinfo_t *> (curthread->t_cpu);
H A Dprocfs.d.in264 pr_nlwp = xlate <psinfo_t> (T->t_procp).pr_nlwp;
265 pr_pid = xlate <psinfo_t> (T->t_procp).pr_pid;
266 pr_ppid = xlate <psinfo_t> (T->t_procp).pr_ppid;
267 pr_pgid = xlate <psinfo_t> (T->t_procp).pr_pgid;
268 pr_sid = xlate <psinfo_t> (T->t_procp).pr_sid;
269 pr_uid = xlate <psinfo_t> (T->t_procp).pr_uid;
270 pr_euid = xlate <psinfo_t> (T->t_procp).pr_euid;
271 pr_gid = xlate <psinfo_t> (T->t_procp).pr_gid;
272 pr_egid = xlate <psinfo_t> (T->t_procp).pr_egid;
273 pr_addr = xlate <psinfo_
[all...]
H A Dio.d.in200 inline fileinfo_t fds[int fd] = xlate <fileinfo_t> (
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsyslog.pl81 $num = &xlate($_); # Translate word to number.
101 $numfac = &xlate($facility);
143 sub xlate { subroutine
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Drwbytype.d70 self->type = xlate <struct vtype2str *>(args[0]->v_type)->code;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/
H A Drwbytype.d70 self->type = xlate <struct vtype2str *>(args[0]->v_type)->code;
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt.c375 adt_translation_t **xlate, void (*preload)(au_event_t, adt_event_data_t *))
381 state->as_xlate = xlate;
1849 adt_getXlateTable(adt_translation_t **xlate, au_event_t event_id) argument
1852 adt_translation_t **p_xlate = xlate;
1995 adt_translation_t *xlate; local
2017 xlate = adt_getXlateTable(event_state->ae_session->as_xlate,
2020 if (xlate == NULL) {
2024 DPRINTF(("got event %d\n", xlate->tx_internal_event));
2026 if (adt_selected(event_state, xlate->tx_internal_event, status)) {
2027 return (adt_generate_event(event, event_state, xlate));
374 adt_load_table(const adt_session_data_t *session_data, adt_translation_t **xlate, void (*preload)(au_event_t, adt_event_data_t *)) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dpl2pm.PL106 s/([\$\@%&*])'(\w+)/&xlate($1,"",$2,$newpack,$oldpack,\%export)/eg;
107 s/([\$\@%&*]?)(\w+)'(\w+)/&xlate($1,$2,$3,$newpack,$oldpack,\%export)/eg;
146 sub xlate {
/osnet-11/usr/src/lib/libadt_jni/
H A Dauditxml_jni897 my ($xlate, $jni) =
900 push (@xlateEntryList, $xlate);
940 my ($xlate, $jni) =
944 push (@xlateEntryList, $xlate);
/osnet-11/usr/src/lib/libbsm/
H A Dauditxml754 my ($xlate, $jni) =
757 push (@xlateEntryList, $xlate);
798 my ($xlate, $jni) =
802 push (@xlateEntryList, $xlate);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm331 $num = xlate($word); # Translate word to number.
352 $numfac = xlate($facility);
493 # xlate()
497 sub xlate { subroutine
741 $logopt += xlate($opt) if $options{$opt}
744 openlog_xs($ident, $logopt, xlate($facility));

Completed in 54 milliseconds