Searched refs:fromto (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/idmap/idmapd/ |
H A D | idmapd.c | 565 trace_id(nvlist_t *entry, char *fromto, idmap_id *id, char *name, char *domain) in trace_id() argument 567 trace_int(entry, fromto, IDMAP_TRACE_TYPE, (int64_t)id->idtype); in trace_id() 576 trace_str(entry, fromto, IDMAP_TRACE_NAME, str); in trace_id() 581 trace_sid(entry, fromto, IDMAP_TRACE_SID, in trace_id() 586 trace_str(entry, fromto, IDMAP_TRACE_NAME, name); in trace_id() 588 trace_int(entry, fromto, IDMAP_TRACE_UNIXID, in trace_id()
|
/titanic_41/usr/src/cmd/eqn/ |
H A D | e.y | 108 | box from box tbox %prec FROM { fromto($1, $3, $4); fromflg=0; } 109 | box to box %prec TO { fromto($1, 0, $3); }
|
H A D | fromto.c | 20 fromto(int p1, int p2, int p3) in fromto() function
|
/titanic_41/usr/src/cmd/eqn/neqn.d/ |
H A D | Makefile | 10 CSRCS = diacrit.c eqnbox.c font.c fromto.c funny.c \
|
/titanic_41/usr/src/cmd/eqn/eqn.d/ |
H A D | Makefile | 10 CSRCS = diacrit.c eqnbox.c font.c fromto.c funny.c \
|
/titanic_41/usr/src/lib/libidmap/common/ |
H A D | idmap_api.c | 2332 idmap_trace_print_id(FILE *out, nvlist_t *entry, char *fromto) in idmap_trace_print_id() argument 2337 if (idmap_trace_get_int(entry, fromto, IDMAP_TRACE_TYPE, &i64)) { in idmap_trace_print_id() 2366 if (idmap_trace_get_str(entry, fromto, IDMAP_TRACE_NAME, &s)) in idmap_trace_print_id() 2369 if (idmap_trace_get_str(entry, fromto, IDMAP_TRACE_SID, &s)) in idmap_trace_print_id() 2372 if (idmap_trace_get_int(entry, fromto, IDMAP_TRACE_UNIXID, &i64)) in idmap_trace_print_id()
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ipf_y.y | 706 | fromto 740 fromto: from srcobject to dstobject { yyexpectaddr = 0; yycont = NULL; }
|