MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / perror

Function perror

dbug/dbug.c:2395–2401  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

2393
2394#ifndef HAVE_PERROR
2395static void perror(s)
2396char *s;
2397{
2398 if (s && *s != '\0')
2399 (void) fprintf(stderr, "%s: ", s);
2400 (void) fprintf(stderr, "<unknown system error>\n");
2401}
2402#endif /* HAVE_PERROR */
2403
2404

Callers 6

sql_perrorFunction · 0.85
get_page_sizeFunction · 0.85
open_fileFunction · 0.85
innochecksum.ccFile · 0.85
DBUGOpenFileFunction · 0.85
DBUGCloseFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected