Home
last modified time | relevance | path

Searched refs:_SIMPLE_STRING (Results 1 – 4 of 4) sorted by relevance

/NextBSD/include/
HD_simple.h29 typedef void *_SIMPLE_STRING; typedef
54 _SIMPLE_STRING _simple_salloc(void);
62 int _simple_vsprintf(_SIMPLE_STRING __b, const char *__fmt, va_list __ap);
70 int _simple_sprintf(_SIMPLE_STRING __b, const char *__fmt, ...);
77 int _simple_vesprintf(_SIMPLE_STRING __b, _esc_func __esc, const char *__fmt, va_list __ap);
84 int _simple_esprintf(_SIMPLE_STRING __b, _esc_func __esc, const char *__fmt, ...);
90 char *_simple_string(_SIMPLE_STRING __b);
96 void _simple_sresize(_SIMPLE_STRING __b);
102 int _simple_sappend(_SIMPLE_STRING __b, const char *__str);
109 int _simple_esappend(_SIMPLE_STRING __b, _esc_func __esc, const char *__str);
[all …]
/NextBSD/lib/libosxsupport/
HDassumes.c225 _os_construct_message(uint64_t code, _SIMPLE_STRING asl_message, Dl_info *info, char *buff, size_t …
266 _SIMPLE_STRING asl_message = _simple_asl_msg_new();
292 _SIMPLE_STRING asl_message = _simple_asl_msg_new();
334 _SIMPLE_STRING asl_message = _simple_asl_msg_new();
355 _SIMPLE_STRING asl_message = _simple_asl_msg_new();
/NextBSD/include/os/
HDassumes.h78 typedef bool (*os_log_callout_t)(_SIMPLE_STRING asl_message, void *ctx, const char *);
/NextBSD/sbin/launchd/
HDcore.c501 static bool jobmgr_log_bug(_SIMPLE_STRING asl_message, void *ctx, const char *message);
839 static bool job_log_bug(_SIMPLE_STRING asl_message, void *ctx, const char *message);
5389 jobmgr_log_bug(_SIMPLE_STRING asl_message __attribute__((unused)), void *ctx, const char *message) in jobmgr_log_bug()
5398 job_log_bug(_SIMPLE_STRING asl_message __attribute__((unused)), void *ctx, const char *message) in job_log_bug()