Searched refs:atoi (Results 401 - 425 of 1300) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl2/groff/dist/src/preproc/grn/
H A Dmain.cpp740 i = atoi(str2);
786 int idx = atoi(str1 + 1), val;
794 val = atoi(str2);
/netbsd-current/usr.bin/bthset/
H A Dbthset.c177 channel = atoi(optarg);
363 level = atoi(buf + 7);
376 level = atoi(buf + 7);
/netbsd-current/usr.sbin/lastlogin/
H A Dlastlogin.c148 hostlen = atoi(optarg);
157 linelen = atoi(optarg);
163 namelen = atoi(optarg);
/netbsd-current/tests/lib/libc/stdio/
H A Dh_intr.c478 i = atoi(optarg);
486 i = atoi(optarg);
525 i = atoi(optarg);
/netbsd-current/common/dist/zlib/examples/
H A Denough.c510 syms = atoi(argv[1]);
512 g.root = atoi(argv[2]);
514 g.max = atoi(argv[3]);
/netbsd-current/external/gpl3/binutils/dist/zlib/examples/
H A Denough.c510 syms = atoi(argv[1]);
512 g.root = atoi(argv[2]);
514 g.max = atoi(argv[3]);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ts/
H A Dts_conf.c391 secs = atoi(val->value);
394 millis = atoi(val->value);
397 micros = atoi(val->value);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ts/
H A Dts_conf.c398 secs = atoi(val->value);
401 millis = atoi(val->value);
404 micros = atoi(val->value);
/netbsd-current/external/gpl3/gdb/dist/zlib/examples/
H A Denough.c510 syms = atoi(argv[1]);
512 g.root = atoi(argv[2]);
514 g.max = atoi(argv[3]);
/netbsd-current/external/bsd/tmux/dist/
H A Dstyle.c145 sy->range_argument = atoi(found + 1);
155 sy->range_argument = atoi(found);
167 sy->range_argument = atoi(found + 1);
/netbsd-current/external/gpl3/binutils.old/dist/zlib/examples/
H A Denough.c510 syms = atoi(argv[1]);
512 g.root = atoi(argv[2]);
514 g.max = atoi(argv[3]);
/netbsd-current/external/bsd/ipf/dist/l4check/
H A Dl4check.c438 *portp = htons(atoi(port));
622 ctimeout = atoi(t);
627 frequency = atoi(t);
698 rtimeout = atoi(t);
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dload_http.c90 port = atoi(u);
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipsyncm.c95 sin.sin_port = htons(atoi(argv[2]));
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_nisplus.c295 if (!alldig(col_field) || (dict_nisplus->column = atoi(col_field)) < 1)
/netbsd-current/games/hack/
H A Dhack.options.c182 num = atoi(op);
/netbsd-current/lib/libc/gdtoa/test/
H A DQtest.c104 ndig = atoi(s+1);
H A Dddtest.c98 ndig = atoi(s+1);
H A DxLtest.c98 ndig = atoi(s+1);
H A Dxtest.c100 ndig = atoi(s+1);
/netbsd-current/libexec/lfs_cleanerd/
H A Dcleansrv.c177 pid = atoi(scratch);
/netbsd-current/regress/sys/kern/select/
H A Dselect.c186 secs = atoi(argv[1]);
/netbsd-current/sys/arch/x68k/stand/boot/
H A Dswitch.c303 num = atoi(arg);
/netbsd-current/share/examples/refuse/pcifs/
H A Dpcifs.c192 bus = atoi(optarg);
/netbsd-current/share/examples/rump/virtual_ip_router/
H A Drumprouter.c74 s = atoi(ifname + strlen(ifname) - 1); /* XXX FIXME XXX */

Completed in 203 milliseconds

<<11121314151617181920>>