OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strntol
(Results
1 - 4
of
4
) sorted by null
/external/fio/lib/
strntol.h
4
long
strntol
(const char *str, size_t sz, char **end, int base);
strntol.c
5
#include "
strntol
.h"
7
long
strntol
(const char *str, size_t sz, char **end, int base)
function
pattern.c
8
#include "
strntol
.h"
89
lval =
strntol
(beg, num, &_end, 10);
/external/fio/
Makefile
212
lib/
strntol
.o lib/gauss.o t/genzipf.o oslib/strcasestr.o
224
T_GEN_RAND_OBJS += t/log.o t/debug.o lib/rand.o lib/pattern.o lib/
strntol
.o \
Completed in 704 milliseconds