/titanic_41/usr/src/lib/libsqlite/tool/ |
H A D | memleak2.awk | 20 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 D | mdb_lex.l | 319 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 D | mdb_string.h | 45 extern uintmax_t strtonum(const char *, int);
|
H A D | mdb_string.c | 113 strtonum(const char *s, int base) in strtonum() function
|
H A D | mdb_evset.c | 113 strtonum(argv->a_un.a_str, 10); in cmd_evset()
|
H A D | mdb_modapi.c | 244 return (strtonum(s, radix)); in mdb_strtoull()
|
H A D | mdb_cmds.c | 2783 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 D | spa_errlog.c | 76 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 D | dsl_deadlist.c | 85 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 D | dsl_userhold.c | 343 return (dsl_dataset_hold_obj(dp, strtonum(dsobj, NULL), tag, dsp)); in dsl_dataset_hold_obj_string()
|
H A D | spa_misc.c | 1465 strtonum(const char *str, char **nptr) in strtonum() function
|
H A D | dsl_scan.c | 1348 dsobj = strtonum(za.za_name, NULL); in dsl_scan_visit()
|
H A D | zfs_vfsops.c | 665 fuid = strtonum(fuidstr, NULL); in fuidstr_to_sid()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | strtonum.h | 28 strtonum(const char *numstr, unsigned int minval, unsigned int maxval,
|
H A D | netcat.c | 179 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 D | Makefile | 27 OBJS= atomicio.o netcat.o socks.o strtonum.o
|
H A D | strtonum.c | 31 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 D | util.h | 42 extern ulong_t strtonum(topo_mod_t *, char *, int *);
|
H A D | util.c | 53 strtonum(topo_mod_t *mp, char *str, int *err) in strtonum() function
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4/ioboard/ |
H A D | ioboard.c | 242 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 D | hb_sun4.c | 55 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 D | spa.h | 820 extern uint64_t strtonum(const char *str, char **nptr);
|