Searched refs:atol (Results 1 - 25 of 59) sorted by relevance

123

/openbsd-current/lib/libc/stdlib/
H A Datol.c1 /* $OpenBSD: atol.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
34 atol(const char *str) function
H A DMakefile.inc6 SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c atoll.c bsearch.c \
28 MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 atoll.3 \
/openbsd-current/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-cmd-break.c122 ignore_count = atol (optarg);
125 thread = atol (optarg);
H A Dmi-main.c794 offset = atol (optarg);
815 word_size = atol (argv[2]);
839 nr_rows = atol (argv[3]);
846 nr_cols = atol (argv[4]);
996 offset = atol (optarg);
1016 word_size = atol (argv[2]);
/openbsd-current/games/boggle/boggle/
H A Dword.c194 dictindex[j].start = atol(buf + 1);
195 dictindex[j].length = atol(buf + 9) - dictindex[j].start;
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dstdlib.h43 using std::atol;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dstdlib.h43 using std::atol;
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstdlib.h80 #undef atol
114 using ::atol;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstdlib.h60 #undef atol macro
94 using ::atol;
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dunimplemented.t15 [atol => 'C-specific, stopped'],
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp300 INTERCEPTOR(long, atol, const char *nptr) {
302 MEMPROF_INTERCEPTOR_ENTER(ctx, atol);
350 MEMPROF_INTERCEPT_FUNC(atol);
/openbsd-current/gnu/llvm/llvm/examples/Fibonacci/
H A Dfibonacci.cpp103 int n = argc > 1 ? atol(argv[1]) : 24;
/openbsd-current/usr.bin/ipcrm/
H A Dipcrm.c148 target_key = atol(optarg);
/openbsd-current/lib/libform/
H A Dfty_int.c230 long val = atol(s);
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp67 INTERCEPT_LIBRARY_FUNCTION(atol); variable
H A Dasan_interceptors.cpp545 INTERCEPTOR(long, atol, const char *nptr) {
547 ASAN_INTERCEPTOR_ENTER(ctx, atol);
549 if (UNLIKELY(!asan_inited)) return REAL(atol)(nptr);
553 return REAL(atol)(nptr);
672 ASAN_INTERCEPT_FUNC(atol);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcfns.h153 "atol",
/openbsd-current/lib/libc/hidden/
H A Dstdlib.h68 PROTO_STD_DEPRECATED(atol); variable
/openbsd-current/include/
H A Dstdlib.h102 long atol(const char *);
/openbsd-current/usr.sbin/btrace/
H A Dmap.c329 bin = atol(mep->mkey);
338 bin = atol(mcur->mkey);
/openbsd-current/gnu/usr.sbin/mkhybrid/src/diag/
H A Disoinfo.c551 toc_offset = atol(optarg);
560 sector_offset = atol(optarg);
/openbsd-current/sbin/swapctl/
H A Dswapctl.c362 priority = atol(s);
/openbsd-current/gnu/llvm/clang/utils/VtableTest/
H A Dgen.cc329 seed = atol(argv[1]);
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm31 atol => undef,
350 abort atexit atof atoi atol bsearch calloc div
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dlibperl.t422 # Its cousins include atol and atoll.
444 $unexpected{atol} = undef; # No Configure symbol for atol.

Completed in 349 milliseconds

123