Searched refs:FPRINTF (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair_json.c | 24 #define FPRINTF(fp, ...) \ macro 53 FPRINTF(fp, "\""); in nvlist_print_json_string() 64 FPRINTF(fp, "\\\""); in nvlist_print_json_string() 67 FPRINTF(fp, "\\n"); in nvlist_print_json_string() 70 FPRINTF(fp, "\\r"); in nvlist_print_json_string() 73 FPRINTF(fp, "\\\\"); in nvlist_print_json_string() 76 FPRINTF(fp, "\\f"); in nvlist_print_json_string() 79 FPRINTF(fp, "\\t"); in nvlist_print_json_string() 82 FPRINTF(fp, "\\b"); in nvlist_print_json_string() 92 FPRINTF(fp, "\\u%04x", (int)(0xffff & c)); in nvlist_print_json_string() [all …]
|
/freebsd/sbin/ipf/ipfstat/ |
H A D | ipfstat.c | 47 #define FPRINTF (void)fprintf macro 392 FPRINTF(stderr, "No -i, -o, or -t given with -4 or -6\n"); in main() 394 FPRINTF(stderr, "No -i or -o given with -4 or -6\n"); in main() 1015 FPRINTF(stderr, "No -i or -o given with -a\n"); in showlist() 1029 FPRINTF(stderr, "showlist:opts %#x i %d\n", opts, i); in showlist() 1039 FPRINTF(stderr, "# empty list for %s%s\n", in showlist() 1045 FPRINTF(stderr, "# empty list for %s%s\n", in showlist()
|
/freebsd/sbin/ipf/common/ |
H A D | ipf.h | 103 #define FPRINTF (void)fprintf macro
|
/freebsd/sbin/ipf/libipf/ |
H A D | printnat.c | 82 FPRINTF(stderr, "unknown value for in_redir: %#x\n", in printnat()
|
/freebsd/sbin/ipf/ipnat/ |
H A D | ipnat_y.y | 1077 FPRINTF(stderr, 1169 FPRINTF(stderr, 1316 FPRINTF(stderr, "fopen(%s) failed: %s\n", filename, in ipnat_parsefile()
|