Home
last modified time | relevance | path

Searched refs:strtonum (Results 1 – 22 of 22) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/tool/
H A Dmemleak2.awk20 print "INSERT INTO mem VALUES(" strtonum($6) ",'" $0 "');"
23 print "INSERT INTO mem VALUES(" strtonum($10) \
24 ",(SELECT src FROM mem WHERE loc=" strtonum($8) "));"
25 print "DELETE FROM mem WHERE loc=" strtonum($8) ";"
28 print "DELETE FROM mem WHERE loc=" strtonum($6) ";"
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.l319 yylval.l_immediate = strtonum(yytext, 10);
418 yylval.l_immediate = strtonum(yytext + 2, 2);
427 yylval.l_immediate = strtonum(yytext + 2, 8);
446 d = (double)strtonum(yytext + 2, 10);
464 yylval.l_immediate = strtonum(yytext + 2, 10);
473 yylval.l_immediate = strtonum(yytext + 2, 16);
491 yylval.l_immediate = strtonum(yytext, mdb.m_radix);
H A Dmdb_string.h45 extern uintmax_t strtonum(const char *, int);
H A Dmdb_string.c113 strtonum(const char *s, int base) in strtonum() function
H A Dmdb_evset.c113 strtonum(argv->a_un.a_str, 10); in cmd_evset()
H A Dmdb_modapi.c244 return (strtonum(s, radix)); in mdb_strtoull()
H A Dmdb_cmds.c2783 spec.spec_id = (int)(intmax_t)strtonum(argv->a_un.a_str, 10); in cmd_delete()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa_errlog.c76 zb->zb_objset = strtonum(buf, &buf); in name_to_bookmark()
78 zb->zb_object = strtonum(buf + 1, &buf); in name_to_bookmark()
80 zb->zb_level = (int)strtonum(buf + 1, &buf); in name_to_bookmark()
82 zb->zb_blkid = strtonum(buf + 1, &buf); in name_to_bookmark()
H A Ddsl_deadlist.c85 dle->dle_mintxg = strtonum(za.za_name, NULL); in dsl_deadlist_load_tree()
480 uint64_t mintxg = strtonum(za.za_name, NULL); in dsl_deadlist_merge()
H A Ddsl_userhold.c343 return (dsl_dataset_hold_obj(dp, strtonum(dsobj, NULL), tag, dsp)); in dsl_dataset_hold_obj_string()
H A Dspa_misc.c1465 strtonum(const char *str, char **nptr) in strtonum() function
H A Ddsl_scan.c1348 dsobj = strtonum(za.za_name, NULL); in dsl_scan_visit()
H A Dzfs_vfsops.c665 fuid = strtonum(fuidstr, NULL); in fuidstr_to_sid()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dstrtonum.h28 strtonum(const char *numstr, unsigned int minval, unsigned int maxval,
H A Dnetcat.c179 iflag = strtonum(optarg, 0, UINT_MAX, &errstr); in main()
214 timeout = strtonum(optarg, 0, INT_MAX / 1000, &errstr); in main()
334 if (strtonum(uport, PORT_MIN, PORT_MAX, in main()
799 lo = strtonum(token, PORT_MIN, PORT_MAX, &errstr); in build_ports()
806 hi = strtonum(n, PORT_MIN, PORT_MAX, &errstr); in build_ports()
H A DMakefile27 OBJS= atomicio.o netcat.o socks.o strtonum.o
H A Dstrtonum.c31 strtonum(const char *numstr, unsigned int minval, unsigned int maxval, in strtonum() function
/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dutil.h42 extern ulong_t strtonum(topo_mod_t *, char *, int *);
H A Dutil.c53 strtonum(topo_mod_t *mp, char *str, int *err) in strtonum() function
/titanic_41/usr/src/lib/fm/topo/modules/sun4/ioboard/
H A Dioboard.c242 bc = strtonum(mod, bac, &e); in split_bus_address()
250 ac = strtonum(mod, comma + 1, &e); in split_bus_address()
/titanic_41/usr/src/lib/fm/topo/modules/sun4/hostbridge/
H A Dhb_sun4.c55 pp->br_ba_bc = strtonum(mod, bac, &e); in busorrc_new()
70 pp->br_ba_ac = strtonum(mod, comma + 1, &e); in busorrc_new()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h820 extern uint64_t strtonum(const char *str, char **nptr);