Searched refs:fprintf_stderr (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.1.9/libsyscall/mach/ |
| H A D | mach_error.c | 68 int fprintf_stderr(const char *format, ...) __printflike(1, 2); 84 fprintf_stderr("%s %s\n", str, err_str); in mach_error()
|
| H A D | fprintf_stderr.c | 53 fprintf_stderr(const char *format, ...) in fprintf_stderr() function
|
| /xnu-12377.1.9/bsd/skywalk/core/ |
| H A D | skywalk_common.h | 43 extern int fprintf_stderr(const char *format, ...); 49 (void) fprintf_stderr("%s\n", msg); \ 54 (void) fprintf_stderr("%s: cause 0x%x\n", msg, cause); \
|
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | cpu_in_cksum_gen.c | 79 #define CKSUM_ERR(fmt, args...) fprintf_stderr(fmt, ## args)
|
| /xnu-12377.1.9/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 241 …D24114B00600000D8B9 /* fprintf_stderr.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCD7114… 664 …0600000D8B9 /* fprintf_stderr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 800 C9D9BCD7114B00600000D8B9 /* fprintf_stderr.c */, 1514 C9D9BD24114B00600000D8B9 /* fprintf_stderr.c in Sources */,
|