Home
last modified time | relevance | path

Searched refs:s_print (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/usr.bin/rpcgen/
HDrpc_cout.c335 s_print(object, vecformat, def->def_name, in emit_union()
338 s_print(object, format, def->def_name, in emit_union()
354 s_print(object, vecformat, def->def_name, in emit_union()
357 s_print(object, format, def->def_name, in emit_union()
418 s_print(ptemp, "%s%s * %d", in inline_struct()
422 s_print(ptemp, "%s%s", plus, in inline_struct()
627 s_print(name, "objp->%s", dec->name); in print_stat()
629 s_print(name, "&objp->%s", dec->name); in print_stat()
HDrpc_scan.c294 s_print(buf, "illegal character in file: "); in get_token()
297 s_print(p, "%c", *where); in get_token()
299 s_print(p, "%d", *where); in get_token()
HDrpc_util.c293 s_print(expectbuf, "expected '%s'", in expected1()
304 s_print(expectbuf, "expected '%s' or '%s'", in expected2()
316 s_print(expectbuf, "expected '%s', '%s' or '%s'", in expected3()
HDrpc_tblout.c95 s_print(progvers, "%s_%s", in write_table()
HDrpc_util.h72 #define s_print (void) sprintf macro
HDrpc_hout.c422 s_print(prefix, "%s ", def->def.ty.old_prefix); in ptypedef()
473 s_print(buf, "%s ", dec->prefix); in pdeclaration()
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/
HDdebug.c46 static void s_print(struct re_guts *, FILE *);
80 s_print(g, d); in regprint()
122 s_print(struct re_guts *g, FILE *d) in s_print() function
/freebsd-13-stable/lib/libc/regex/grot/
HDdebug.c49 s_print(g, d);
57 s_print(g, d) in s_print() function