Searched refs:uu_strtoint (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/libuutil/ |
H A D | Makefile.com | 39 uu_strtoint.o 60 ../common/uu_strtoint.c
|
/titanic_50/usr/src/cmd/ctrun/ |
H A D | ctrun.c | 406 if (uu_strtoint(optarg, &opt_adopt, sizeof (opt_adopt), in main() 424 if (uu_strtoint(optarg, &opt_count, sizeof (opt_adopt), in main()
|
/titanic_50/usr/src/lib/libuutil/common/ |
H A D | mapfile-vers | 111 uu_strtoint;
|
H A D | libuutil.h | 104 extern int uu_strtoint(const char *, void *, size_t, int, int64_t, int64_t);
|
H A D | uu_strtoint.c | 164 uu_strtoint(const char *s, void *v, size_t sz, int base, in uu_strtoint() function
|
/titanic_50/usr/src/cmd/ctwatch/ |
H A D | ctwatch.c | 287 if (uu_strtoint(argv[i], &id, sizeof (id), 10, 1, INT_MAX)) { in main()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/inetadm/ |
H A D | inetadm.c | 815 if (uu_strtoint(value, &new_int, sizeof (new_int), NULL, in modify_inst_props_cb() 943 if (uu_strtoint(value, &new_int, sizeof (new_int), NULL, in modify_defaults()
|
/titanic_50/usr/src/cmd/ctstat/ |
H A D | ctstat.c | 75 if (uu_strtoint(arg, &result, sizeof (result), 10, 0, INT_MAX) == -1) { in mystrtoul()
|
/titanic_50/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 240 uu_strtoint(debug, &default_debug, sizeof (default_debug), in lowlevel_init()
|