Home
last modified time | relevance | path

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

/openbsd/usr.bin/top/
H A Dcommands.c58 static char *err_string(void);
159 err_string(void) in err_string() function
335 return (err_string()); in kill_procs()
396 return (err_string()); in renice_procs()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBError.cpp178 const char *err_string = GetCString(); in GetDescription() local
180 (err_string != nullptr ? err_string : "")); in GetDescription()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp30 auto err_string = packet_ref.substr(4); in GetResponseType() local
31 for (auto e : err_string) in GetResponseType()
/openbsd/sys/kern/
H A Dsubr_hibernate.c565 char err_string[128], *dl_ret; in get_hibernate_info() local
584 dl_ret = disk_readlabel(&dl, hib->dev, err_string, sizeof(err_string)); in get_hibernate_info()