Searched refs:fromto (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.c593 trace_id(nvlist_t *entry, char *fromto, idmap_id *id, char *name, char *domain) argument
595 trace_int(entry, fromto, IDMAP_TRACE_TYPE, (int64_t)id->idtype);
604 trace_str(entry, fromto, IDMAP_TRACE_NAME, str);
609 trace_sid(entry, fromto, IDMAP_TRACE_SID,
614 trace_str(entry, fromto, IDMAP_TRACE_NAME, name);
616 trace_int(entry, fromto, IDMAP_TRACE_UNIXID,
/illumos-gate/usr/src/cmd/eqn/
H A Dfromto.c20 fromto(int p1, int p2, int p3) function
H A De.y108 | box from box tbox %prec FROM { fromto($1, $3, $4); fromflg=0; }
109 | box to box %prec TO { fromto($1, 0, $3); }
/illumos-gate/usr/src/cmd/eqn/eqn.d/
H A DMakefile10 CSRCS = diacrit.c eqnbox.c font.c fromto.c funny.c \
/illumos-gate/usr/src/cmd/eqn/neqn.d/
H A DMakefile10 CSRCS = diacrit.c eqnbox.c font.c fromto.c funny.c \
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_api.c2333 idmap_trace_print_id(FILE *out, nvlist_t *entry, char *fromto) argument
2338 if (idmap_trace_get_int(entry, fromto, IDMAP_TRACE_TYPE, &i64)) {
2367 if (idmap_trace_get_str(entry, fromto, IDMAP_TRACE_NAME, &s))
2370 if (idmap_trace_get_str(entry, fromto, IDMAP_TRACE_SID, &s))
2373 if (idmap_trace_get_int(entry, fromto, IDMAP_TRACE_UNIXID, &i64))
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y706 | fromto
740 fromto: from srcobject to dstobject { yyexpectaddr = 0; yycont = NULL; } label

Completed in 103 milliseconds