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

123456

/macosx-10.10.1/BerkeleyDB-21/db/clib/
H A Datol.c39 * atol --
42 * PUBLIC: long atol __P((const char *));
46 atol(str) function
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Datol.c31 static char sccsid[] = "@(#)atol.c 8.1 (Berkeley) 6/4/93";
34 __FBSDID("$FreeBSD: src/lib/libc/stdlib/atol.c,v 1.5 2007/01/09 00:28:09 imp Exp $");
41 atol(str) function
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/demos/
H A DpkgIndex.tcl13 package ifneeded Atol 0.1 [list source [file join $dir atol.tcl]]
H A Datol.tcl2 # atol for long return check
11 ffidl-proc atol {pointer-utf8} long [ffidl-symbol [ffidl-find-lib c] atol]
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Drec_type.h141 #define REC_TYPE_WARN_SCAN(cp, tv) ((tv) = atol(cp))
152 (tv).tv_sec = atol(_p); \
155 (tv).tv_usec = atol(_p); \
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddoze.c65 if (argc != 2 || (delay = atol(argv[1])) == 0)
H A Dsane_time.c113 if (argc == 2 && (delay = atol(argv[1]) * 1000) > 0)
/macosx-10.10.1/tcl-105/tcl/tcl/compat/
H A Dstdlib.h28 extern long atol _ANSI_ARGS_((CONST char *string));
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Dstdlib.h28 extern long atol _ANSI_ARGS_((CONST char *string));
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/compat/
H A Dstdlib.h28 extern long atol _ANSI_ARGS_((CONST char *string));
/macosx-10.10.1/tcl-105/tk/tk/compat/
H A Dstdlib.h28 extern long atol _ANSI_ARGS_((CONST char *string));
/macosx-10.10.1/tcl-105/tk84/tk/compat/
H A Dstdlib.h28 extern long atol _ANSI_ARGS_((CONST char *string));
/macosx-10.10.1/security_systemkeychain-55202/src/
H A Dcs_misc.cpp42 if (pid_t pid = (pid_t)atol(target)) {
119 if (pid_t pid = (pid_t)atol(target)) {
/macosx-10.10.1/system_cmds-643.1.1/pwd_mkdb.tproj/
H A Dpw_scan.c127 pw->pw_change = atol(p);
132 pw->pw_expire = atol(p);
/macosx-10.10.1/BerkeleyDB-21/db/dbinc_auto/
H A Dclib_ext.h13 long atol __P((const char *));
/macosx-10.10.1/SecurityTokend-55108/lib/
H A Dserver.cpp64 if (atol(versionString) != TDPROTOVERSION) {
/macosx-10.10.1/SecurityTokend-55108/security_tokend_client/
H A Dserver.cpp64 if (atol(versionString) != TDPROTOVERSION) {
/macosx-10.10.1/less-25/less/
H A Dscrsize.c98 get_winsize(dpy, (Window) atol(cp), &size[0], &size[1]);
/macosx-10.10.1/IOHIDFamily-606.1.7/tools/
H A DIOHIDReportTest.c234 long value = atol(argv[++argi]);
244 long value = atol(argv[++argi]);
254 long value = atol(argv[++argi]);
264 long value = atol(argv[++argi]);
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dgetflags.h158 #define GETLONG(s) {s = atol(*++av); ac--;}
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffset.c203 ((uint32 *)array)[i] = atol(argv[arg_index+i]);
208 ((uint32 *)array)[i] = atol(argv[arg_index+i]);
246 atol(argv[arg_index++]));
/macosx-10.10.1/zlib-55/zlib/contrib/testzlib/
H A Dtestzlib.c175 BlockSizeCompress=atol(argv[2]);
178 BlockSizeUncompress=atol(argv[3]);
181 cprLevel=(int)atol(argv[4]);
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/libipsec/
H A Dpolicy_parse.y187 p_priority_offset = atol(offset_buf);
209 p_priority_offset = atol($4.buf);
242 p_priority_offset = atol($5.buf);
264 p_priority_offset = atol($5.buf);
337 p_reqid = atol($1.buf); /* atol() is good. */
/macosx-10.10.1/patch_cmds-17/patch/
H A Dpch.c341 if (atol(s + 4) == 0)
574 p_first = (LINENUM) atol(s);
582 p_ptrn_lines = ((LINENUM) atol(s)) - p_first + 1;
641 p_newfirst = (LINENUM) atol(s);
649 p_repl_lines = ((LINENUM) atol(s)) -
849 p_first = (LINENUM) atol(s);
853 p_ptrn_lines = (LINENUM) atol(++s);
862 p_newfirst = (LINENUM) atol(s);
866 p_repl_lines = (LINENUM) atol(++s);
1014 p_first = (LINENUM) atol(bu
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dmktime.c388 time_t from = atol (argv[1]);
389 time_t by = atol (argv[2]);
390 time_t to = atol (argv[3]);

Completed in 508 milliseconds

123456