/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | memleak2.awk | 17 print "INSERT INTO mem VALUES(" strtonum($6) ",'" $0 "');" 20 print "INSERT INTO mem VALUES(" strtonum($10) \ 21 ",(SELECT src FROM mem WHERE loc=" strtonum($8) "));" 22 print "DELETE FROM mem WHERE loc=" strtonum($8) ";" 25 print "DELETE FROM mem WHERE loc=" strtonum($6) ";"
|
/illumos-gate/usr/src/test/libc-tests/tests/err/ |
H A D | err.c | 106 num = strtonum(optarg, 0, 127, &errstr); in main() 112 num = strtonum(optarg, 0, VARIANT_VX, &errstr); in main() 139 num = strtonum(optarg, 0, 127, &errstr); in main()
|
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | Makefile | 68 strtonum \ 120 strtonum.32 := CSTD=$(CSTD_GNU17) 121 strtonum.64 := CSTD=$(CSTD_GNU17)
|
H A D | strtonum.c | 37 val = strtonum(nstr, minval, maxval, &errstr); in runtestx()
|
/illumos-gate/usr/src/cmd/devmgmt/cmds/ |
H A D | devfree.c | 208 lkey = strtonum(*argp, 1, MAXINT, &errstr); in main() 267 lkey = strtonum(*argp, 1, MAXINT, &errstr); in main()
|
H A D | devreserv.c | 271 lkey = strtonum(*argp, 1, MAXINT, &errstr); in main() 344 lkey = strtonum(*argp, 1, MAXINT, &errstr); in main()
|
/illumos-gate/usr/src/cmd/connstat/ |
H A D | connstat_main.c | 190 count = strtonum(optarg, 1, INT_MAX, &errstr); in main() 206 interval = strtonum(optarg, 1, INT_MAX, &errstr); in main() 407 *portp = strtonum(val, 1, UINT16_MAX, &errstr); in process_filter()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | main.c | 368 port = strtonum(argv[2], 1, 65535, &errstr); in setpeer() 677 t = strtonum(argv[1], 0, INT_MAX, &errstr); in setrexmt() 703 t = strtonum(argv[1], 0, INT_MAX, &errstr); in settimeout() 974 b = strtonum(argv[1], 0, MAX_BLKSIZE, &errstr); in setblksize() 1002 t = strtonum(argv[1], 0, MAX_TIMEOUT, &errstr); in setsrexmt()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | netcat.c | 187 iflag = strtonum(optarg, 0, UINT_MAX, &errstr); in main() 236 timeout = strtonum(optarg, 0, INT_MAX / 1000, &errstr); in main() 361 if (strtonum(uport, PORT_MIN, PORT_MAX, in main() 827 lo = strtonum(token, PORT_MIN, PORT_MAX, &errstr); in build_ports() 834 hi = strtonum(n, PORT_MIN, PORT_MAX, &errstr); in build_ports()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | strtonum.c | 76 strtonum(const char *numstr, long long minval, long long maxval, in strtonum() function
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | manpath.c | 296 conf->indent = strtonum(cp, 0, 1000, &errstr); in manconf_output() 307 conf->width = strtonum(cp, 1, 1000, &errstr); in manconf_output()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/ |
H A D | nfsd.c | 191 max_conns_allowed = strtonum(value, -1, INT32_MAX, &errstr); in main() 200 listen_backlog = strtonum(value, 0, INT32_MAX, &errstr); in main() 231 maxservers = strtonum(value, 1, INT32_MAX, &errstr); in main()
|
/illumos-gate/usr/src/cmd/ctfconvert/ |
H A D | ctfconvert.c | 270 argno = strtonum(optarg, 1, UINT_MAX, &errstr); in main() 288 argno = strtonum(optarg, 1, 1024, &errstr); in main()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_subr.c | 264 uint_t val = strtonum(valbuf, 0, UINT_MAX, &errstr); in set_nfsv4_ephemeral_mount_to()
|
/illumos-gate/usr/src/test/nvme-tests/tests/ioctl/ |
H A D | nvme_ioctl_util.c | 150 ll = strtonum(dev + 4, 0, INT32_MAX, &errstr); in nvme_ioctl_test_get_fd()
|
/illumos-gate/usr/src/test/libc-tests/runfiles/ |
H A D | default.run | 150 [/opt/libc-tests/tests/strtonum.32] 151 [/opt/libc-tests/tests/strtonum.64]
|
/illumos-gate/usr/src/boot/include/ |
H A D | stdlib.h | 316 strtonum(const char *, long long, long long, const char **);
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | stdlib_h.cfg | 152 func | strtonum |\
|
/illumos-gate/usr/src/head/ |
H A D | stdlib.h | 331 extern long long strtonum(const char *, long long, long long, const char **);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop.c | 114 n = strtonum(data, 1, 100, &errstr); in process_ocapfile() 139 n = strtonum(ptr, 1, MAXOFF_T, &errstr); in process_ocapfile()
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | crontab.c | 520 (void) strtonum(buf, 0, UINT32_MAX / 60, &errstr); in copycron()
|
/illumos-gate/usr/src/lib/libsec/common/ |
H A D | aclutils.c | 770 rid = strtonum(rid_start + 1, 0, UINT32_MAX, &errstr); in sid_to_id_impl()
|
/illumos-gate/usr/src/cmd/fm/fmstat/common/ |
H A D | fmstat.c | 649 val = strtonum(s, 0, INT_MAX, &errstr); in getint()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-test-libctest.p5m | 228 file path=opt/libc-tests/tests/strtonum.32 mode=0555 229 file path=opt/libc-tests/tests/strtonum.64 mode=0555
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | smbiostbl.c | 1025 type = strtonum(token, 0, 3, &errstr); in smbios_parse()
|