Home
last modified time | relevance | path

Searched refs:atoll (Results 1 – 25 of 36) sorted by relevance

12

/onnv-gate/usr/src/head/iso/
H A Dstdlib_c99.h72 extern long long atoll(const char *);
92 extern long long atoll();
/onnv-gate/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()
/onnv-gate/usr/src/lib/libntfs/common/include/ntfs/
H A Dcompat.h40 #define atoll _atoi64 macro
/onnv-gate/usr/src/lib/libc/port/gen/
H A Datoll.c47 #define NAME atoll
/onnv-gate/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()
/onnv-gate/usr/src/lib/libpkg/common/
H A Ddevtype.c82 devp->capacity = atoll(name); in devtype()
/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentStringUtilities.cpp55 return atoll( i_sNumber ); in UTF8ToInt64()
H A DSYSCommon.h224 int64 atoll(const char *str);
H A DSYSCommon.c81 int64 atoll(const char *str) in atoll() function
/onnv-gate/usr/src/cmd/mkfile/
H A Dmkfile.c122 size = ((off_t)atoll(argv[1]) * (off_t)mult); in main()
/onnv-gate/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()
/onnv-gate/usr/src/cmd/powertop/common/
H A Dcpufreq.c208 state->speed = HZ2MHZ(atoll(token)); in pt_cpufreq_stat_prepare()
/onnv-gate/usr/src/cmd/mt/
H A Dmt.c226 mt_com.mt_count = (usecnt ? atoll(argv[2]) : 1); in main()
/onnv-gate/usr/src/cmd/rmt/
H A Drmt.c217 rval = llseek(tape, atoll(count), atoi(pos)); in main()
/onnv-gate/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcptab.c217 dt.dt_sig = atoll(fields[DTF_SIG]); in find_dt()
H A Ddhcp_network.c440 dnp->dn_sig = atoll(fields[DNF_SIG]); in record_match()
/onnv-gate/usr/src/lib/c_synonyms/
H A Dsyn_common70 atoll
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/lib/
H A Ddhcptab.c122 dtrec->dt_sig = atoll(str); in create_dtrec()
H A Dnetwork.c148 dnrec->dn_sig = atoll(str); in create_dnrec()
/onnv-gate/usr/src/lib/libbsm/common/
H A Daudit_scf.c1209 *pval_count = (uint64_t)atoll(data->value); in do_setpluginconfig_scf()
/onnv-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c513 *ptr = (int64_t)atoll(buffer); in read_int64()
/onnv-gate/usr/src/lib/libc/amd64/
H A DMakefile333 atoll.o \
/onnv-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com358 atoll.o \
/onnv-gate/usr/src/lib/libc/i386/
H A DMakefile.com363 atoll.o \
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h3999 # define atoll _atoi64 /* secret handshake */ macro
4001 # define Atol atoll

12