Home
last modified time | relevance | path

Searched refs:err_string (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.bin/top/
Dcommands.c58 static char *err_string(void);
190 err_string(void) in err_string() function
379 return (err_string()); in kill_procs()
432 return (err_string()); in renice_procs()
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_log_config.c992 const char *err_string = NULL; in log_format() local
1002 parse_log_string(cmd->pool, fmt, &err_string); in log_format()
1003 if (err_string == NULL) { in log_format()
1009 mls->default_format = parse_log_string(cmd->pool, fmt, &err_string); in log_format()
1011 return err_string; in log_format()
1018 const char *err_string = NULL; in add_custom_log() local
1042 cls->format = parse_log_string(cmd->pool, fmt, &err_string); in add_custom_log()
1046 return err_string; in add_custom_log()
Dmod_include.c776 char err_string[MAX_STRING_LEN]; in include_cmd_child() local
820 snprintf(err_string, sizeof(err_string), in include_cmd_child()
823 write(STDERR_FILENO, err_string, strlen(err_string)); in include_cmd_child()