Searched refs:strtoll (Results 1 - 12 of 12) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/stdlib/
H A Dstrtol.c32 long long strtoll(const char* restrict s, char** restrict p, int base) { function
45 return strtoll(s, p, base);
/fuchsia/zircon/system/uapp/psutils/
H A Dkill.c38 zx_koid_t task_id = strtoll(arg, &endptr, 10);
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dsystem.h73 #define strtoimax strtoll
/fuchsia/zircon/kernel/lib/libc/
H A Drules.mk24 $(LOCAL_DIR)/strtoll.c \
H A Dstrtoll.c1 /* $OpenBSD: strtoll.c,v 1.6 2005/11/10 10:00:17 espie Exp $ */
45 strtoll(const char *nptr, char **endptr, int base) function
/fuchsia/zircon/kernel/lib/libc/include/
H A Dstdlib.h27 long long strtoll(const char *nptr, char **endptr, int base);
/fuchsia/zircon/third_party/uapp/mkfs-msdosfs/
H A Dnewfs_msdos.c63 l = strtoll(b, &eb, 0);
186 x = strtoll(arg, &s, 0);
/fuchsia/zircon/kernel/kernel/
H A Dcmdline.cpp148 long long value = strtoll(value_str, &end, 0);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstdlib.h26 long long strtoll(const char* __restrict, char** __restrict, int);
/fuchsia/zircon/system/host/bootserver/
H A Dbootserver.c388 block_size = strtoll(argv[2], NULL, 10);
403 window_size = strtoll(argv[2], NULL, 10);
417 us_between_packets = strtoll(argv[2], NULL, 10);
/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dflat_ast.h669 long long value = strtoll(string_data.data(), nullptr, 0);
701 long long value = strtoll(string_data.data(), nullptr, 0);
/fuchsia/zircon/system/uapp/gpt/
H A Dgpt.c698 long long int v = strtoll(s, &end, 10);

Completed in 111 milliseconds