Home
last modified time | relevance | path

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

/freebsd/usr.bin/rpcgen/
H A Drpc_cout.c327 s_print(object, vecformat, def->def_name, in emit_union()
330 s_print(object, format, def->def_name, in emit_union()
346 s_print(object, vecformat, def->def_name, in emit_union()
349 s_print(object, format, def->def_name, in emit_union()
410 s_print(ptemp, "%s%s * %d", in inline_struct()
414 s_print(ptemp, "%s%s", plus, in inline_struct()
619 s_print(name, "objp->%s", dec->name); in print_stat()
621 s_print(name, "&objp->%s", dec->name); in print_stat()
H A Drpc_scan.c286 s_print(buf, "illegal character in file: "); in get_token()
289 s_print(p, "%c", *where); in get_token()
291 s_print(p, "%d", *where); in get_token()
H A Drpc_util.c285 s_print(expectbuf, "expected '%s'", in expected1()
296 s_print(expectbuf, "expected '%s' or '%s'", in expected2()
308 s_print(expectbuf, "expected '%s', '%s' or '%s'", in expected3()
H A Drpc_tblout.c87 s_print(progvers, "%s_%s", in write_table()
H A Drpc_util.h68 #define s_print (void) sprintf macro
H A Drpc_hout.c414 s_print(prefix, "%s ", def->def.ty.old_prefix); in ptypedef()
465 s_print(buf, "%s ", dec->prefix); in pdeclaration()
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.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/lib/libc/regex/grot/
H A Ddebug.c48 s_print(g, d);
56 s_print(g, d) in s_print() function