Searched refs:atoi (Results 1 - 25 of 1214) sorted by relevance

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/clib/
H A Datoi.c39 * atoi --
42 * PUBLIC: int atoi __P((const char *));
46 atoi(str) function
/macosx-10.10.1/WebKit2-7600.1.25/Shared/unix/
H A DChildProcessMain.cpp39 m_parameters.connectionIdentifier = atoi(argv[1]);
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dansi_stdlib.h27 extern int atoi ();
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dansi_stdlib.h27 extern int atoi ();
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/generic/sha/
H A Dappgen.c7 t = atoi(v[1]);
/macosx-10.10.1/xnu-2782.1.97/osfmk/libsa/
H A Dstdlib.h69 extern int atoi(const char *);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DCommonAST.cpp31 int type = ANTLR_USE_NAMESPACE(std)atoi(t2.c_str());
33 int type = atoi(t2.c_str());
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCDebug.cp56 sDebugFlags = atoi(dbg);
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Datoi.c31 static char sccsid[] = "@(#)atoi.c 8.1 (Berkeley) 6/4/93";
34 __FBSDID("$FreeBSD: src/lib/libc/stdlib/atoi.c,v 1.6 2007/01/09 00:28:09 imp Exp $");
41 atoi(str) function
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/DYLD_LIBRARY_PATH-dyld_env/
H A Dmain.c27 #include <stdlib.h> // for atoi()
38 int expectedResult = atoi(argv[1]);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/DYLD_VERSIONED_LIBRARY_PATH-basic/
H A Dmain.c27 #include <stdlib.h> // for atoi()
38 int expectedResult = atoi(argv[1]);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/DYLD_VERSIONED_LIBRARY_PATH-dyld_env/
H A Dmain.c27 #include <stdlib.h> // for atoi()
38 int expectedResult = atoi(argv[1]);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/DYLD_VERSIONED_LIBRARY_PATH-dyld_env-restrict/
H A Dmain.c27 #include <stdlib.h> // for atoi()
38 int expectedResult = atoi(argv[1]);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/framework-DYLD_LIBRARY_PATH/
H A Dmain.c27 #include <stdlib.h> // for atoi()
37 int expectedResult = atoi(argv[1]);
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dexec_bin.c49 left = atoi(argv[1]);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_x509_tp/lib/
H A DtpTime.c117 x = atoi( szTemp );
145 x = atoi( szTemp );
156 x = atoi( szTemp );
167 x = atoi( szTemp );
177 x = atoi( szTemp );
191 x = atoi( szTemp );
214 x = atoi( szTemp ) * 60 * 60;
220 x = atoi( szTemp ) * 60;
329 year = atoi(tmp);
/macosx-10.10.1/ICU-531.30/icuSources/test/compat/
H A Dtzdate.c51 year = atoi(argv[1]);
52 month = atoi(argv[2]);
53 day = atoi(argv[3]);
54 hour = atoi(argv[4]);
55 minute = atoi(argv[5]);
56 useCurrentTime = atoi(argv[6]);
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Drand_sleep.c81 if ((delay = atoi(argv[1])) <= 0)
83 if ((variation = atoi(argv[2])) < 0)
/macosx-10.10.1/bash-94.1.2/bash-3.2/CWRU/misc/
H A Derrlist.c42 n = atoi(v[i]);
/macosx-10.10.1/tcsh-65/tcsh/win32/msg/
H A Dtest.c18 number = atoi(argv[2]);
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dposix_spawn_bin.c54 left = atoi(argv[1]);
/macosx-10.10.1/misc_cmds-33/calendar/
H A Dcalendar.c101 f_dayAfter = atoi(optarg);
105 f_dayBefore = atoi(optarg);
109 Friday = atoi(optarg);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuTimeStr.cpp94 x = atoi( szTemp );
122 x = atoi( szTemp );
134 x = atoi( szTemp );
145 x = atoi( szTemp );
155 x = atoi( szTemp );
169 x = atoi( szTemp );
256 year = atoi(tmp);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utils/lib/
H A DcuTimeStr.cpp94 x = atoi( szTemp );
122 x = atoi( szTemp );
134 x = atoi( szTemp );
145 x = atoi( szTemp );
155 x = atoi( szTemp );
169 x = atoi( szTemp );
256 year = atoi(tmp);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DtimeStr.cpp70 x = atoi( szTemp );
96 x = atoi( szTemp );
108 x = atoi( szTemp );
119 x = atoi( szTemp );
129 x = atoi( szTemp );
139 x = atoi( szTemp );
253 year = atoi(tmp);

Completed in 243 milliseconds

1234567891011>>