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

Function strend

strings/strend.c:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#include "m_string.h"
31
32char *strend(register const char *s)
33{
34 while (*s++);
35 return (char*) (s-1);
36}
37

Callers 15

send_client_reply_packetFunction · 0.85
client.cFile · 0.85
fix_pathsFunction · 0.85
find_uniq_filenameFunction · 0.85
build_table_filenameFunction · 0.85
my_dirFunction · 0.85
find_typeFunction · 0.85
fn_extFunction · 0.85
symdirgetFunction · 0.85
expand_tildeFunction · 0.85
my_pathFunction · 0.85
get_dateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected