Lines Matching refs:llarg
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;
593 fmt_args(env, cw, fw, *fmptr, &arg, &llarg);
615 (void) snprintf(fmtbuf, bsize, tbuf, llarg);