HomeSort by: relevance | last modified time | path
    Searched defs:strchr_fn (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/string/
t_strchr.c 18 char * (*volatile strchr_fn)(const char *, int); variable in typeref:typename:char * (* volatile)(const char *,int)
40 off = strchr_fn(buf, ch);
250 strchr_fn = dlsym(dl_handle, "test_strchr");
251 if (!strchr_fn)
252 strchr_fn = strchr;
t_strchr.c 18 char * (*volatile strchr_fn)(const char *, int); variable in typeref:typename:char * (* volatile)(const char *,int)
40 off = strchr_fn(buf, ch);
250 strchr_fn = dlsym(dl_handle, "test_strchr");
251 if (!strchr_fn)
252 strchr_fn = strchr;

Completed in 22 milliseconds