/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.lltostr.d | 31 printf("%s\n", lltostr(0)); 32 printf("%s\n", lltostr(1)); 33 printf("%s\n", lltostr(-1)); 34 printf("%s\n", lltostr(123456789)); 35 printf("%s\n", lltostr(-123456789)); 36 printf("%s\n", lltostr(1LL << 62)); 37 printf("%s\n", lltostr(-(1LL << 62)));
|
H A D | tst.lltostrbase.d | 54 printf(" %s\n", lltostr(val[i], base));
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | lltostr.c | 49 #pragma weak _lltostr = lltostr 57 lltostr(longlong_t value, char *ptr) in lltostr() function
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/multiaggs/ |
H A D | tst.sortpos.d | 48 setopt("aggsortpos", lltostr(j));
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.subr.d | 80 STRFUNC(lltostr(12373))
|
/illumos-gate/usr/src/head/ |
H A D | stdlib.h | 313 extern char *lltostr(long long, char *);
|
/illumos-gate/usr/src/lib/libsec/common/ |
H A D | acltext.c | 793 idstr = lltostr(aclp->a_id, &id[ID_STR_MAX - 1]); in aclent_acltotext() 967 idstr = lltostr(UID_NOBODY, in ace_acltotext() 970 idstr = lltostr(aclp->a_who, in ace_acltotext()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | ip.d.in | 334 lltostr((uint64_t)I->ipha_protocol); 367 lltostr((uint64_t)I->ip6_ctlun.ip6_un1.ip6_un1_nxt);
|
H A D | io.d.in | 99 lltostr(B->b_dip == NULL ? getminor(B->b_file->v_vfsp->vfs_dev) :
|
/illumos-gate/usr/src/lib/libndmp/common/ |
H A D | libndmp_prop.c | 551 (void) strncpy(valstr, lltostr(valint, in ndmp_smf_get_property()
|
/illumos-gate/usr/src/cmd/fruadm/ |
H A D | fruadm.c | 373 ret = (char *)lltostr(result, "\n"); in convertBinaryToDecimal()
|
/illumos-gate/usr/src/lib/c_synonyms/ |
H A D | syn_common | 445 lltostr
|
/illumos-gate/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 484 lltostr.o \
|
/illumos-gate/usr/src/lib/libc/amd64/ |
H A D | Makefile | 466 lltostr.o \
|
/illumos-gate/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 504 lltostr.o \
|
/illumos-gate/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 527 lltostr.o \
|
/illumos-gate/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_getldap.c | 2445 lltostr((long long)current_admin.ldap_stat.ldap_ttl, in perform_update()
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1019 lltostr.3c \ 2625 lltostr.3c := LINKSRC = strtol.3c
|
/illumos-gate/usr/src/lib/libsun_ima/common/ |
H A D | ima.c | 3294 ptr = lltostr(value, &tmp[MAX_LONG_LONG_STRING_LEN -1]); in SUN_IMA_GetTunableProperties()
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_config.c | 2879 cp = lltostr((long)expire, &tmbuf[31]); in dupParam()
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2301 lltostr;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-dtrace-tests.p5m | 778 file path=opt/SUNWdtrt/tst/common/funcs/tst.lltostr.d mode=0444 779 file path=opt/SUNWdtrt/tst/common/funcs/tst.lltostr.d.out mode=0444
|
H A D | system-library.man3c.inc | 664 link path=usr/share/man/man3c/lltostr.3c target=strtol.3c
|