Searched refs:llarg (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/efcode/engine/ |
H A D | env.c | 379 * llarg, as appropriate). When a column width is specified for output, 384 * necessary, and caller's arg(or llarg) is adjusted to obtain the 391 long long *llarg) 456 *llarg = POP(DS); 467 if (snprintf(cbuf, cbsize, "%p", *llarg) < 0) 473 if (snprintf(cbuf, cbsize, "%lx", *llarg) < 0) 478 if (snprintf(cbuf, cbsize, "%ld", *llarg) < 0) 496 *llarg = strtoll(cbuf, (char **)NULL, cnv); 532 long long llarg; local 593 fmt_args(env, cw, fw, *fmptr, &arg, &llarg); 390 fmt_args(fcode_env_t *env, int cw, int fw, char format, long *arg, long long *llarg) argument [all...] |
Completed in 19 milliseconds