Searched refs:s_print (Results 1 – 8 of 8) sorted by relevance
| /freebsd/usr.bin/rpcgen/ |
| H A D | rpc_cout.c | 327 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 D | rpc_scan.c | 286 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 D | rpc_util.c | 285 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 D | rpc_tblout.c | 87 s_print(progvers, "%s_%s", in write_table()
|
| H A D | rpc_util.h | 68 #define s_print (void) sprintf macro
|
| H A D | rpc_hout.c | 414 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 D | debug.c | 46 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 D | debug.c | 48 s_print(g, d); 56 s_print(g, d) in s_print() function
|