/ast/src/lib/libast/features/ |
H A D | libpath.sh | 24 -x /lib/ld.so /lib/ld-*.so /usr/lib/ld.so /lib/rld \
|
/ast/src/cmd/tests/ |
H A D | strtof.c | 114 _ast_fltmax_t ld; local 144 ld = strtold(s, &p); 145 printf("strtold \"%s\" \"%s\" %.*Le %s\n", s, p, LDBL_DIG - 1, ld, errno == 0 ? "OK" : errno == ERANGE ? "ERANGE" : errno == EINVAL ? "EINVAL" : "ERROR"); 158 ld = strntold(s, n, &p); 159 printf("strntold %2d \"%-.*s\" \"%s\" %.*Le %s\n", n, n, s, p, LDBL_DIG - 1, ld, errno == 0 ? "OK" : errno == ERANGE ? "ERANGE" : errno == EINVAL ? "EINVAL" : "ERROR"); 162 ld = strntold(s, n - 1, &p); 163 printf("strntold %2d \"%-.*s\" \"%s\" %.*Le %s\n", n - 1, n - 1, s, p, LDBL_DIG - 1, ld, errno == 0 ? "OK" : errno == ERANGE ? "ERANGE" : errno == EINVAL ? "EINVAL" : "ERROR");
|
/ast/src/lib/libcmd/ |
H A D | Makefile | 11 /* 2009-04-15 ld.so experiment -- may become a default for all plugins */ 87 pathsetlink == symlink /* ld.so workaround */
|
/ast/src/cmd/INIT/ |
H A D | Makefile | 47 cc ld ldd :PACKAGE_INIT: mamake.c proto.c ratz.c release.c 54 cc.hp.ia64 cc.hp.pa cc.hp.pa64 ld.hp.pa ldd.hp.pa \ 84 * ksh93 ld library path search on PATH
|
H A D | package.sh | 548 '') LD=ld ;; 5516 # check $CC and { ar cc ld ldd } intercepts 5574 1) c=ld 6661 *) $exec egrep -iv '^($||[\+\[]|cc[^-:]|kill |make.*(file system time|has been replaced)|so|[0123456789]+ error|uncrate |[0123456789]+ block|ar: creat|iffe: test: |conf: (check|generate|test)|[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789]*=|gsf@research|ar:.*warning|cpio:|ld:.*(duplicate symbol|to obtain more information)|[0123456789]*$|(checking|creating|touch) [/abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789])| obsolete predefined symbol | is (almost always misused|dangerous|deprecated|not implemented)| trigraph| assigned to | cast .* different size| integer overflow .*<<| optimization may be attained | passed as |::__builtin|pragma.*prototyped|^creating.*\.a$|warning.*not optimized|exceeds size thresh|ld:.*preempts|is unchanged|with value >=|(-l|lib)\*|/(ast|sys)/(dir|limits|param|stropts)\.h.*redefined|usage|base registers|`\.\.\.` obsolete'"$i" $j |
|
/ast/src/lib/libtksh/lib/tksh7.6/ |
H A D | ldAout.tcl | 4 # for the "ld" command when linking an object file that will be 9 # an "ld" command. 12 # The "ld" command is parsed, and the "-o" option determines the 19 # "ld" is executed to bind the objects together. 212 # Now compose and execute the ld command that packages the module 214 set ldCommand ld
|
/ast/src/cmd/ksh93/bltins/ |
H A D | print.c | 48 Sfdouble_t ld; member in union:types_t 540 number.ld = d; 742 value->ld = 0.; 916 value->ld = d; 917 fe->size = sizeof(value->ld);
|
/ast/src/lib/libast/sfio/ |
H A D | sfvscanf.c | 787 argv.ld = _sfdscan((Void_t*)(&scd), _scgetc); 800 *((Sfdouble_t*)value) = argv.ld; 804 *((double*)value) = (double)argv.ld; 805 else *((float*)value) = (float)argv.ld;
|
H A D | sfvprintf.c | 600 argv.ld = va_arg(args,Sfdouble_t); 1168 valp = &argv.ld; 1169 dval = argv.ld;
|
H A D | sftable.c | 436 fp[n].argv.ld = va_arg(args,Sfdouble_t);
|
H A D | sfhdr.h | 726 Sfdouble_t ld; member in union:__anon307
|
/ast/src/cmd/3d/ |
H A D | Makefile | 4 * NOTE: ld -r does not work with $(CC.DLL) so lib3d.o is not possible
|
/ast/src/lib/libvcodex/Vcwindow/ |
H A D | vcwprefix.c | 205 static ssize_t pfsegment(Pffile_t* pf, ssize_t ld, ssize_t lm, ssize_t mn, ssize_t blksz) argument 207 static ssize_t pfsegment(pf, ld, lm, mn, blksz) 209 ssize_t ld; 218 ldt = ld + pf->dtpos; rdt = ldt + mn;
|
/ast/src/cmd/ksh93/sh/ |
H A D | name.c | 1664 Sfdouble_t ld, old=0; local 1668 ld = *((Sfdouble_t*)sp); 1670 ld = *((float*)sp); 1672 ld = *((double*)sp); 1675 ld = sh_arith(shp,sp); 1680 *(up->ldp) = old?ld+old:ld; 1783 Sfdouble_t ld = sh_arith(shp,sp); local 1784 if(ld<0) 1785 l = (int32_t)ld; 2811 Sfdouble_t ld; local [all...] |
/ast/src/cmd/kshlib/dss/ |
H A D | dss.c | 339 Sfdouble_t ld; local 344 ld = sh_strnum(val->string.data, (char**)0, 1); 345 return(ld);
|
/ast/src/lib/libast/vmalloc/ |
H A D | vmhdr.h | 223 _ast_fltmax_t ld, *ldp; member in union:_align_u
|
/ast/src/cmd/html/ |
H A D | troff2html.c | 1510 sfsprintf(b, sizeof(np->value), "%ld", np->number); 1522 sfsprintf(b, sizeof(buf) - 1, "<%ld>", n); 1538 sfsprintf(b, sizeof(buf), "<%ld>", n); 1600 sfsprintf(b, sizeof(np->value), "%0*ld", np->format, np->number); 3529 sfprintf(state.tmp, "FN%ld\t%-.*s", m, t - s, s); 3532 sfprintf(state.tmp, "FN%ld", m);
|
/ast/src/cmd/tests/sfio/ |
H A D | tprintf.c | 61 Sfdouble_t ld; member in union:Value_u 421 sfsprintf(buf1,sizeof(buf1),"%hd%c%hd%ld",(short)1,'1',(short)1,1L);
|
/ast/src/cmd/nmake/ |
H A D | option.c | 1532 sfprintf(sp, (op->flags & Oa) ? "0x%08lx" : "%ld", n);
|
H A D | expand.c | 3954 sfprintf(xp, "%ld", expr(xp, x));
|
H A D | Makerules.mk | 48 set option=';ld-script;s;-;A space-separated list of suffixes of script files to be passed to the linker.;suffix' 1035 .LD.KEEP. = $(CC.SUFFIX.LD) $(-ld-script) 2159 .CC.SHARED.REGISTRY.$(X) := $(LIBDIR)/$(P)/registry.ld 5172 print -um setv LD ld
|
/ast/src/lib/libast/misc/ |
H A D | magic.c | 2454 sfprintf(sp, "%ld", ep->offset);
|