Searched refs:flprintf (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | ipcp.c | 1993 (void) flprintf(strptr, "%s disabled\n", proto_name); 1997 (void) flprintf(strptr, "%s state: %s", proto_name, 1999 (void) flprintf(strptr, "%s local %I remote %I", proto_name, go->ouraddr,
|
H A D | pppd.h | 463 extern int flprintf __P((FILE *, const char *, ...)); /* fprintf++ */
|
H A D | utils.c | 131 flprintf __V((FILE *strptr, const char *fmt, ...)) in flprintf() function
|
H A D | sys-solaris.c | 3518 (void) flprintf(strptr, "%d: %s", i, in getbits() 3535 (void) flprintf(strptr, "%s: %s\n", name, sbuf); in getbits() 3553 (void) flprintf(strptr, "serial link is not active"); in sys_print_state()
|
H A D | main.c | 2572 (void) flprintf(strptr, "In %s phase\n", phase_name(phase));
|