Home
last modified time | relevance | path

Searched full:atoll (Results 1 – 25 of 34) sorted by relevance

12

/titanic_50/usr/src/man/man3c/
H A Dstrtol.3c12 strtol, strtoll, atol, atoll, atoi, lltostr, ulltostr \- string conversion
35 \fBlong long\fR \fBatoll\fR(\fBconst char *\fR\fIstr\fR);
119 .SS "\fBatol()\fR, \fBatoll()\fR and \fBatoi()\fR"
126 Except for behavior on error, \fBatoll()\fR is equivalent to: \fBstrtoll(str,
156 \fBatoll()\fR, and \fBatoi()\fR return the converted value, if any. If no
208 to \fBstrtol()\fR, and calls to \fBatoll()\fR might be faster than
210 the \fBatoi()\fR, \fBatol()\fR, or \fBatoll()\fR functions unless they know the
233 The \fBstrtol()\fR, \fBstrtoll()\fR, \fBatol()\fR, \fBatoll()\fR, and
H A DMakefile587 atoll.3c \
2323 atoll.3c := LINKSRC = strtol.3c
/titanic_50/usr/src/test/zfs-tests/cmd/randfree_file/
H A Drandfree_file.c64 filesize = atoll(optarg); in main()
67 start_off = atoll(optarg); in main()
70 off_len = atoll(optarg); in main()
/titanic_50/usr/src/lib/libc/port/gen/
H A Datoll.c37 #define ATOLL macro
47 #define NAME atoll
/titanic_50/usr/src/cmd/emul64ioctl/
H A Demul64ioctl.c89 tr.emul64_blkrange.emul64_sb = atoll(optarg); in main()
93 tr.emul64_blkrange.emul64_blkcnt = atoll(optarg); in main()
/titanic_50/usr/src/cmd/logadm/
H A Dopts.c342 off_t ret = atoll(optarg); in opts_parse_atopi()
360 off_t ret = atoll(optarg); in opts_parse_bytes()
403 ret = atoll(optarg); in opts_parse_seconds()
/titanic_50/usr/src/head/iso/
H A Dstdlib_c99.h80 extern long long atoll(const char *);
/titanic_50/usr/src/lib/libpkg/common/
H A Ddevtype.c82 devp->capacity = atoll(name); in devtype()
/titanic_50/usr/src/lib/c_synonyms/
H A Dsyn_common70 atoll
/titanic_50/usr/src/test/zfs-tests/cmd/file_write/
H A Dfile_write.c78 offset = atoll(optarg); in main()
/titanic_50/usr/src/cmd/mkfile/
H A Dmkfile.c122 size = ((off_t)atoll(argv[1]) * (off_t)mult); in main()
/titanic_50/usr/src/lib/libnwam/common/
H A Dlibnwam_files.c243 valint[nelem - 1] = (int64_t)atoll(nextval); in nwam_line_to_object()
246 valuint[nelem - 1] = (uint64_t)atoll(nextval); in nwam_line_to_object()
/titanic_50/usr/src/man/man3lib/
H A Dlibc.3lib98 \fBatoll\fR \fBatomic_add_16\fR
/titanic_50/usr/src/cmd/mt/
H A Dmt.c226 mt_com.mt_count = (usecnt ? atoll(argv[2]) : 1); in main()
/titanic_50/usr/src/cmd/rmt/
H A Drmt.c217 rval = llseek(tape, atoll(count), atoi(pos)); in main()
/titanic_50/usr/src/cmd/powertop/common/
H A Dcpufreq.c208 state->speed = HZ2MHZ(atoll(token)); in pt_cpufreq_stat_prepare()
/titanic_50/usr/src/data/zoneinfo/
H A Daustralasia827 # "We started our letdown to Kwajalein Atoll and landed there at 5:00 AM
1670 # "The nearly 3,000 Americans living on this remote Pacific atoll have a good
1763 # 1915 January telecommunication record on the Jaluit Atoll shows they use
1765 # longitude of the atoll.
/titanic_50/usr/src/cmd/spell/
H A Dextra310 atoll
/titanic_50/usr/src/lib/libc/amd64/
H A DMakefile355 atoll.o \
/titanic_50/usr/src/lib/libc/sparcv9/
H A DMakefile.com374 atoll.o \
/titanic_50/usr/src/lib/libc/i386/
H A DMakefile.com387 atoll.o \
/titanic_50/usr/src/lib/libc/sparc/
H A DMakefile.com412 atoll.o \
/titanic_50/usr/src/lib/libbsm/common/
H A Daudit_scf.c1209 *pval_count = (uint64_t)atoll(data->value); in do_setpluginconfig_scf()
/titanic_50/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c513 *ptr = (int64_t)atoll(buffer); in read_int64()
/titanic_50/usr/src/cmd/zevadm/
H A Dzevadm.c1760 guid_filter[num_guid_filter++] = atoll(optarg); in main()

12