Searched refs:atol (Results 1 – 25 of 38) sorted by relevance
12
29 if (rpmatch (argv[2]) != atol (argv[3])) in main()
7 atol
36 CSRC-y += abs.c labs.c atoi.c atol.c strtol.c strtoul.c _stdlib_strto_l.c \79 libc-nomulti-y += $(STDLIB_OUT)/labs.o $(STDLIB_OUT)/atol.o $(STDLIB_OUT)/_stdlib_strto_l.o $(STDLI…
223 long atol(const char *nptr) in libc_hidden_def()229 strong_alias_untyped(atol,atoi) in strong_alias_untyped() argument234 strong_alias_untyped(atol,atoll) in strong_alias_untyped()
43 using std::atol;
57 using std::atol;
85 #undef atol131 using ::atol;
92 #undef atol142 using ::atol;
Completed in 13 milliseconds