Home
last modified time | relevance | path

Searched refs:gt (Results 1 – 22 of 22) sorted by relevance

/titanic_50/usr/src/cmd/dlutil/
H A Ddltraninfo.c236 dld_ioc_gettran_t gt; in dltran_dump_transceivers() local
253 bzero(&gt, sizeof (gt)); in dltran_dump_transceivers()
254 gt.dgt_linkid = linkid; in dltran_dump_transceivers()
255 gt.dgt_tran_id = DLDIOC_GETTRAN_GETNTRAN; in dltran_dump_transceivers()
257 if (ioctl(dladm_dld_fd(hdl), DLDIOC_GETTRAN, &gt) != 0) { in dltran_dump_transceivers()
267 count = gt.dgt_tran_id; in dltran_dump_transceivers()
275 bzero(&gt, sizeof (gt)); in dltran_dump_transceivers()
276 gt.dgt_linkid = linkid; in dltran_dump_transceivers()
277 gt.dgt_tran_id = i; in dltran_dump_transceivers()
279 if (ioctl(dladm_dld_fd(hdl), DLDIOC_GETTRAN, &gt) != 0) { in dltran_dump_transceivers()
[all …]
/titanic_50/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c342 Gettext_t *gt = global_gt; in process_nlspath() local
350 cur_nls = gt->c_n_node; in process_nlspath()
359 nnp = gt->n_node; in process_nlspath()
365 gt->c_n_node = nnp; in process_nlspath()
551 nnp->next = gt->n_node; in process_nlspath()
552 gt->n_node = nnp; in process_nlspath()
553 gt->c_n_node = nnp; in process_nlspath()
642 Gettext_t *gt = global_gt; in _real_bindtextdomain_u() local
670 bind = FIRSTBIND(gt); in _real_bindtextdomain_u()
732 FIRSTBIND(gt) = bind; in _real_bindtextdomain_u()
[all …]
H A Dgettext_util.c170 Gettext_t *gt = global_gt; in check_cache() local
177 cur_msg = gt->c_m_node; /* current Msg_node */ in check_cache()
191 mnp = gt->m_node; in check_cache()
206 gt->c_m_node = mnp; in check_cache()
398 Gettext_t *gt = global_gt; in printlist() local
404 ppp = FIRSTBIND(gt); in printlist()
617 printgt(Gettext_t *gt, int level) in printgt() argument
620 gprintf(level, " cur_domain: \"%s\"\n", gt->cur_domain); in printgt()
621 if (gt->dbind) { in printgt()
622 printdbind(gt->dbind, level+1); in printgt()
[all …]
H A Dgettext.h169 #define CURRENT_DOMAIN(gt) (gt)->cur_domain argument
170 #define FIRSTBIND(gt) (gt)->dbind argument
/titanic_50/usr/src/cmd/sgs/lex/common/
H A Dnrform79 if(r .gt. 0){
123 if (state .gt. 0) r = stoff(state)
124 if (state .gt. 0 .and. r .ne. 0)
133 while (lsp .gt. 1){
137 if (yyfnd .gt. 0)
138 if (vstop(yyfnd) .gt. 0){
/titanic_50/usr/src/cmd/zevadm/
H A Dzevadm.c1307 zev_guidtrack_t *gt; in zev_eventstat() local
1316 gt = avl_find(&zevstat.guids_runtime, &to_find, &where); in zev_eventstat()
1317 if (!gt) { in zev_eventstat()
1318 gt = malloc(sizeof(*gt)); in zev_eventstat()
1319 if (!gt) { in zev_eventstat()
1323 gt->guid = rec->guid; in zev_eventstat()
1324 avl_insert(&zevstat.guids_runtime, gt, where); in zev_eventstat()
1328 avl_insert(&zevstat.guids_interval, gt, where); in zev_eventstat()
1336 zev_guidtrack_t *gt; in zev_eventstat_interval() local
1363 while (gt = avl_first(&zevstat.guids_interval)) in zev_eventstat_interval()
[all …]
/titanic_50/usr/src/cmd/filesync/
H A Deval.c880 glob_t gt; in add_glob() local
884 i = glob(expr, GLOB_NOSORT, 0, &gt); in add_glob()
894 for (i = 0; i < gt.gl_pathc; i++) { in add_glob()
896 s = basename(gt.gl_pathv[i]); in add_glob()
898 fprintf(stderr, gettext(WARN_ignore), gt.gl_pathv[i]); in add_glob()
903 errs |= add_file_arg(bp, gt.gl_pathv[i]); in add_glob()
906 globfree(&gt); in add_glob()
/titanic_50/usr/src/cmd/sh/
H A Dsh.xcl184 msgid "-gt"
/titanic_50/usr/src/tools/scripts/
H A Dwdiff.pl287 s/>/&gt;/g;
/titanic_50/usr/src/cmd/lp/model/
H A Dalert.proto32 if [ "`ulimit`" -gt -ULIMIT- ]
/titanic_50/usr/src/cmd/sgs/libelf/common/
H A Dlibelf.32.msg37 @ MSG_STR_GT "gt"
/titanic_50/usr/src/lib/libpp/common/
H A Dpp.probe344 then if test `wc -c < f` -gt `wc -c < e`
465 int main () { return gt(2,1) + gt(2.0,1.0); }' > ptr.$src
467 template<class T> int gt(T a, T b) { return a > b; }' > ptrdef.$src
468 echo 'template<class T> int gt(T a, T b);' > ptrdef.h
/titanic_50/usr/src/cmd/nscd/
H A Dnscd_cfgdef.h841 #define NSCD_CFG_DB_DEFAULT_PARAM(db, gf, pf, gt, defaddr, deflen) \ argument
844 offsetof(gt, pf), defaddr, deflen \
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c130 struct ttree_s *lt, *gt; /* < and > next node */ member
782 t = t->gt; in ttree_line_parse()
888 treev[ix - 1].gt = &treev[ix + inc - 1]; in ttree_build()
891 treev[ix - 1].gt = 0; in ttree_build()
/titanic_50/usr/src/lib/libshell/common/scripts/
H A Drssread.sh286 ["gt"]='>'
/titanic_50/usr/src/lib/libshell/common/
H A DOBSOLETE51 .LI "\fIexp1\fP \fB\-gt\fP \fIexp2\fP"
/titanic_50/usr/src/lib/libast/common/port/
H A Dlc.tab205 gt guatemala es
/titanic_50/usr/src/cmd/vgrind/
H A Dvgrindefs.src84 eq equal findattr firstchild ge getattr getfield gt hash label\
/titanic_50/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth48 2drop 1 ( gt )
52 1 ( gt )
/titanic_50/usr/src/cmd/terminfo/
H A Dtermcap.src7974 wy99gt|wyse99gt|Wyse 99gt:\
7980 wy99gt-w|wyse99gt-w|wyse 99gt 132-column:\
7985 wy99gt-25|wyse99gt-25|wyse 99gt 80-column 25-lines:\
7989 wy99gt-25-w|wyse99gt-25-w|wyse 99gt 132-column 25-lines:\
7993 wy99gt-vb|wyse99gt-vb|Wyse 99gt visible bell:\
7996 wy99gt-w-vb|wy99gt-wvb|wyse99gt-wvb|Wyse 99gt 132-column visible bell:\
8074 # The Wyse 160 is combination of the WY-60 and the WY-99gt.
8509 # Wyse 99gt Tektronix 4010/4014 emulator,
8511 wy99gt-tek|Wyse 99gt Tektronix 4010/4014 emulator:\
H A Dterminfo.src8916 wy99gt|wyse99gt|Wyse 99gt,
8924 wy99gt-w|wyse99gt-w|wyse 99gt 132-column,
8930 wy99gt-25|wyse99gt-25|wyse 99gt 80-column 25-lines,
8934 wy99gt-25-w|wyse99gt-25-w|wyse 99gt 132-column 25-lines,
8938 wy99gt-vb|wyse99gt-vb|Wyse 99gt visible bell,
8941 wy99gt-w-vb|wy99gt-wvb|wyse99gt-wvb|Wyse 99gt 132-column visible bell,
9035 # The Wyse 160 is combination of the WY-60 and the WY-99gt.
9560 # Wyse 99gt Tektronix 4010/4014 emulator,
9562 wy99gt-tek|Wyse 99gt Tektronix 4010/4014 emulator,
/titanic_50/usr/src/data/zoneinfo/
H A Dnorthamerica3248 # http://www.sieca.org.gt/Sitio_publico/Energeticos/Doc/Medidas/Cambio_Horario_Nac_190406.pdf