OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strtoll
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/stdlib/
strtoll.c
1
/* $OpenBSD:
strtoll
.c,v 1.6 2005/11/10 10:00:17 espie Exp $ */
46
strtoll
(const char *nptr, char **endptr, int base)
function
/external/dbus/tools/
strtoll.c
62
long long
strtoll
(const char*, char **, int);
65
strtoll
(const char * nptr, char ** endptr, int base)
function
dbus-send.c
30
#undef
strtoll
macro
31
#define
strtoll
mystrtoll
macro
32
#include "
strtoll
.c"
105
int64 =
strtoll
(value, NULL, 0);