Searched refs:strtoull (Results 26 - 50 of 68) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Dreplace.h206 #define strtoull rep_strtoull macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstrtol.c44 /* Nonzero if we are defining `strtoul' or `strtoull', operating on
94 # define strtol strtoull
114 /* If QUAD is defined, we are defining `strtoll' or `strtoull',
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Ddtc-parser.y370 val = strtoull(s, &e, base);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstrtol.c44 /* Nonzero if we are defining `strtoul' or `strtoull', operating on
94 # define strtol strtoull
114 /* If QUAD is defined, we are defining `strtoll' or `strtoull',
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Dget_header_tar.c27 v = strtoull(str, &str, 8);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dread.c29 #define STRTOULL strtoull /* defined in stdlib.h if you try hard enough */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/linux24_compat/
H A Dhotplug2-coldplug-2.4.c82 return strtoull(seqnum, NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dm_ipt.c138 number = strtoull(s, &end, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_seeking/
H A Dmain.c403 /* There's no strtoull() in MSVC6 so we just write a specialized one */
444 samples = strtoull(argv[3], 0, 10);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dparse-options.c173 *(u64 *)opt->value = strtoull(arg, (char **)&s, 10);
H A Dsvghelper.c226 freq = strtoull(buf, NULL, 10);
H A Dtrace-event-parse.c168 item->addr = strtoull(addr_str, NULL, 16);
306 item->addr = strtoull(addr_str, NULL, 16);
2069 return strtoull(arg->atom.atom, NULL, 0);
2206 return strtoull(flag, NULL, 0);
H A Dparse-events.c587 addr = strtoull(target, &endaddr, 0);
H A Dhist.c1057 line_ip = strtoull(tmp, &tmp2, 16);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Dutils.c71 res = strtoull(arg, &ptr, base);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/test/
H A Dtestsuite.c620 printf("test: strtoull\n");
622 #define TEST_STRTOULL(str,base,res,diff,errnoo) TEST_STRTO_X(uint64_t,"%llu",strtoull,str,base,res,diff,errnoo)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Dhotplug2-dnode.c98 return strtoull(seqnum, NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dtime.c378 return strtoull(s, NULL, 0);
H A Dutil_str.c2384 lval = strtoull(str, &end, 10 /* base */);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Doption.c1273 //device_id = strtoull(arg, &endptr, 16);
1274 device_id = strtoull(argv, &endptr, 16);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwxchar.h764 #define wxStrtoull strtoull
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-timechart.c773 pid = strtoull(string, NULL, 10);
H A Dbuiltin-top.c248 src->eip = strtoull(src->line, &sep, 16);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h104 # define STRTOOFF strtoull
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doptions.c844 /* There's no strtoull() in MSVC6 so we just write a specialized one */
869 *dest = strtoull(src, 0, 10);

Completed in 291 milliseconds

123