/titanic_50/usr/src/man/man3c/ |
H A D | strtol.3c | 12 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 D | Makefile | 587 atoll.3c \ 2323 atoll.3c := LINKSRC = strtol.3c
|
/titanic_50/usr/src/test/zfs-tests/cmd/randfree_file/ |
H A D | randfree_file.c | 64 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 D | atoll.c | 37 #define ATOLL macro 47 #define NAME atoll
|
/titanic_50/usr/src/cmd/emul64ioctl/ |
H A D | emul64ioctl.c | 89 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 D | opts.c | 342 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 D | stdlib_c99.h | 80 extern long long atoll(const char *);
|
/titanic_50/usr/src/lib/libpkg/common/ |
H A D | devtype.c | 82 devp->capacity = atoll(name); in devtype()
|
/titanic_50/usr/src/lib/c_synonyms/ |
H A D | syn_common | 70 atoll
|
/titanic_50/usr/src/test/zfs-tests/cmd/file_write/ |
H A D | file_write.c | 78 offset = atoll(optarg); in main()
|
/titanic_50/usr/src/cmd/mkfile/ |
H A D | mkfile.c | 122 size = ((off_t)atoll(argv[1]) * (off_t)mult); in main()
|
/titanic_50/usr/src/lib/libnwam/common/ |
H A D | libnwam_files.c | 243 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 D | libc.3lib | 98 \fBatoll\fR \fBatomic_add_16\fR
|
/titanic_50/usr/src/cmd/mt/ |
H A D | mt.c | 226 mt_com.mt_count = (usecnt ? atoll(argv[2]) : 1); in main()
|
/titanic_50/usr/src/cmd/rmt/ |
H A D | rmt.c | 217 rval = llseek(tape, atoll(count), atoi(pos)); in main()
|
/titanic_50/usr/src/cmd/powertop/common/ |
H A D | cpufreq.c | 208 state->speed = HZ2MHZ(atoll(token)); in pt_cpufreq_stat_prepare()
|
/titanic_50/usr/src/data/zoneinfo/ |
H A D | australasia | 827 # "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 D | extra | 310 atoll
|
/titanic_50/usr/src/lib/libc/amd64/ |
H A D | Makefile | 355 atoll.o \
|
/titanic_50/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 374 atoll.o \
|
/titanic_50/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 387 atoll.o \
|
/titanic_50/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 412 atoll.o \
|
/titanic_50/usr/src/lib/libbsm/common/ |
H A D | audit_scf.c | 1209 *pval_count = (uint64_t)atoll(data->value); in do_setpluginconfig_scf()
|
/titanic_50/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_db.c | 513 *ptr = (int64_t)atoll(buffer); in read_int64()
|
/titanic_50/usr/src/cmd/zevadm/ |
H A D | zevadm.c | 1760 guid_filter[num_guid_filter++] = atoll(optarg); in main()
|