Searched defs:gt (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/filesync/ |
H A D | eval.c | 880 glob_t gt; local 884 i = glob(expr, GLOB_NOSORT, 0, >); 894 for (i = 0; i < gt.gl_pathc; i++) { 896 s = basename(gt.gl_pathv[i]); 898 fprintf(stderr, gettext(WARN_ignore), gt.gl_pathv[i]); 903 errs |= add_file_arg(bp, gt.gl_pathv[i]); 906 globfree(>);
|
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | gettext_util.c | 170 Gettext_t *gt = global_gt; local 177 cur_msg = gt->c_m_node; /* current Msg_node */ 191 mnp = gt->m_node; 206 gt->c_m_node = mnp; 398 Gettext_t *gt = global_gt; local 404 ppp = FIRSTBIND(gt); 617 printgt(Gettext_t *gt, int level) argument 619 gprintf(level, "=== gt ===\n"); 620 gprintf(level, " cur_domain: \"%s\"\n", gt->cur_domain); 621 if (gt [all...] |
H A D | gettext_real.c | 342 Gettext_t *gt = global_gt; local 350 cur_nls = gt->c_n_node; 359 nnp = gt->n_node; 365 gt->c_n_node = nnp; 551 nnp->next = gt->n_node; 552 gt->n_node = nnp; 553 gt->c_n_node = nnp; 642 Gettext_t *gt = global_gt; local 670 bind = FIRSTBIND(gt); 732 FIRSTBIND(gt) 762 Gettext_t *gt = global_gt; local 1043 Gettext_t *gt = global_gt; local [all...] |
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | nl7chttp.c | 130 struct ttree_s *lt, *gt; /* < and > next node */ member in struct:ttree_s 782 t = t->gt; 888 treev[ix - 1].gt = &treev[ix + inc - 1]; 891 treev[ix - 1].gt = 0;
|
Completed in 51 milliseconds