Searched refs:FPRINTF (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/lib/libnvpair/ |
H A D | nvpair_json.c | 23 #define FPRINTF(fp, ...) \ macro 54 FPRINTF(fp, "\""); in nvlist_print_json_string() 58 FPRINTF(fp, "\\\""); in nvlist_print_json_string() 61 FPRINTF(fp, "\\n"); in nvlist_print_json_string() 64 FPRINTF(fp, "\\r"); in nvlist_print_json_string() 67 FPRINTF(fp, "\\\\"); in nvlist_print_json_string() 70 FPRINTF(fp, "\\f"); in nvlist_print_json_string() 73 FPRINTF(fp, "\\t"); in nvlist_print_json_string() 76 FPRINTF(fp, "\\b"); in nvlist_print_json_string() 86 FPRINTF(fp, "\\u%04x", (int)(0xffff & c)); in nvlist_print_json_string() [all …]
|
/titanic_41/usr/src/cmd/gencat/ |
H A D | gencat.c | 65 #define FPRINTF (void) fprintf macro 173 FPRINTF(stderr, MSG(6)); 291 FPRINTF(stderr, MSG(6)); 427 FPRINTF(stderr, MSG(3), pathname); 536 FPRINTF(stderr, MSG(4), hdr.__hdr_magic); 540 FPRINTF(stderr, MSG(5), pathname); 552 FPRINTF(stderr, MSG(5), pathname); 557 FPRINTF(stderr, MSG(6)); 562 FPRINTF(stderr, MSG(5), pathname); 582 FPRINTF(stderr, MSG(6)); in extend_text() [all …]
|
/titanic_41/usr/src/cmd/ipf/lib/common/ |
H A D | printpooldata.c | 15 #define FPRINTF (void)fprintf macro
|
H A D | printhashdata.c | 15 #define FPRINTF (void)fprintf macro
|
H A D | printhash_live.c | 17 #define FPRINTF (void)fprintf macro
|
H A D | printpool_live.c | 17 #define FPRINTF (void)fprintf macro
|
H A D | printhashnode.c | 12 #define FPRINTF (void)fprintf macro
|
H A D | printpool.c | 15 #define FPRINTF (void)fprintf macro
|
H A D | printhash.c | 15 #define FPRINTF (void)fprintf macro
|
H A D | printstate.c | 11 #define FPRINTF (void)fprintf macro
|
/titanic_41/usr/src/cmd/lp/include/ |
H A D | lp.h | 298 #define FPRINTF (void)fprintf macro
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ipfstat.c | 92 #define FPRINTF (void)fprintf macro 1025 FPRINTF(stderr, "No -i or -o given with -a\n"); 1048 FPRINTF(stderr, "showlist:opts %#x i %d\n", opts, i); 1053 FPRINTF(stderr, "empty list for %s%s\n",
|