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

1234567891011>>

/freebsd-10.3-release/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dh_ifunc.c42 return ifunc() != atoi(argv[1]);
/freebsd-10.3-release/contrib/libreadline/
H A Dansi_stdlib.h27 extern int atoi ();
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/ssp/
H A Dh_read.c47 size_t len = atoi(argv[1]);
60 size_t len = atoi(argv[1]);
H A Dh_readlink.c49 size_t len = atoi(argv[1]);
60 size_t len = atoi(argv[1]);
H A Dh_fgets.c41 int len = atoi(argv[1]);
H A Dh_getcwd.c43 size_t len = atoi(argv[1]);
H A Dh_memcpy.c42 int len = atoi(argv[1]);
H A Dh_memmove.c42 int len = atoi(argv[1]);
H A Dh_memset.c42 size_t len = atoi(argv[1]);
H A Dh_snprintf.c41 size_t len = atoi(argv[1]);
H A Dh_strncat.c42 int len = atoi(argv[1]);
H A Dh_strncpy.c42 int len = atoi(argv[1]);
/freebsd-10.3-release/contrib/gdb/gdb/config/rs6000/
H A Dxm-rs6000.h87 val = atoi (termdef (fd, 'l')); \
90 val = atoi (termdef (fd, 'c')); \
/freebsd-10.3-release/lib/libc/stdlib/
H A Datoi.c36 static char sccsid[] = "@(#)atoi.c 8.1 (Berkeley) 6/4/93";
39 __FBSDID("$FreeBSD: releng/10.3/lib/libc/stdlib/atoi.c 251069 2013-05-28 20:57:40Z emaste $");
45 atoi(str) function
/freebsd-10.3-release/contrib/ipfilter/lib/
H A Dgetproto.c24 return atoi(name);
/freebsd-10.3-release/bin/sh/
H A Dmystring.c88 return atoi(s);
/freebsd-10.3-release/tools/tools/wtap/vis_map/
H A Dvis_map.c98 l.id1 = atoi(argv[2]);
99 l.id2 = atoi(argv[3]);
108 l.id1 = atoi(argv[2]);
109 l.id2 = atoi(argv[3]);
/freebsd-10.3-release/contrib/unbound/util/
H A Dconfigparser.y229 if(atoi($2) == 0 && strcmp($2, "0") != 0)
231 else cfg_parser->cfg->num_threads = atoi($2);
238 if(atoi($2) == 0 && strcmp($2, "0") != 0)
240 else cfg_parser->cfg->verbosity = atoi($2);
249 else if(atoi($2) == 0)
251 else cfg_parser->cfg->stat_interval = atoi($2);
276 if(atoi($2) == 0)
278 else cfg_parser->cfg->port = atoi($2);
313 if(atoi($2) == 0)
315 else cfg_parser->cfg->outgoing_num_ports = atoi(
[all...]
/freebsd-10.3-release/crypto/heimdal/lib/com_err/
H A Dlex.l67 [0-9]+ { yylval.number = atoi(yytext); return NUMBER; }
/freebsd-10.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c168 vlan_id = atoi(pos);
514 attr->type = atoi(value);
556 wpabuf_put_be32(attr->val, atoi(pos));
778 list[count++] = atoi(pos);
833 i = atoi(value);
891 queue->aifs = atoi(val);
898 queue->cwmin = atoi(val);
905 queue->cwmax = atoi(val);
1476 realm->encoding = atoi(pos);
1517 eap->eap_method = atoi(po
[all...]
/freebsd-10.3-release/contrib/opie/libopie/
H A Dunlock.c75 if (!(pid = atoi(buffer)))
78 if (!(t = atoi(c)))
/freebsd-10.3-release/contrib/sendmail/src/
H A Dsysexits.c47 code2 = atoi(dsncode);
52 code3 = atoi(dsncode);
/freebsd-10.3-release/sbin/devd/
H A Dtoken.l64 [0-9]+ { yylval.i = atoi(yytext); return NUMBER; }
/freebsd-10.3-release/contrib/com_err/
H A Dlex.l67 [0-9]+ { yylval.number = atoi(yytext); return NUMBER; }
/freebsd-10.3-release/usr.sbin/lpr/lptest/
H A Dlptest.c62 len = atoi(argv[1]);
66 count = atoi(argv[2]);

Completed in 212 milliseconds

1234567891011>>