Searched refs:ln (Results 1 – 6 of 6) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/string/ |
D | mkwidthA | 8 then ln -s /usr/share/unicode/ucd/EastAsianWidth.txt . || exit 1 11 then ln -s /usr/share/unicode/ucd/UnicodeData.txt . || exit 1 14 then ln -s /usr/share/unicode/ucd/Blocks.txt . || exit 1
|
D | mkwide | 9 then ln -s /usr/share/unicode/ucd/EastAsianWidth.txt . || exit 1 12 then ln -s /usr/share/unicode/ucd/UnicodeData.txt . || exit 1 15 then ln -s /usr/share/unicode/ucd/Blocks.txt . || exit 1
|
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/ces/ |
D | mkdeps.pl | 129 for (my $ln = 1; my $l = <INFILE>; $ln += 1) 138 err "(input file line $ln) Unexpected marker: \"$l\". ${marker_section} " 143 err "(input file line $ln) Section name isn't found" 147 err "(input file line $ln) Unexpected \"${marker_section_end}\" marker " 154 for (; $l = <INFILE>; $ln += 1) 167 err "(input file line $ln) \"No $marker_section_end\" marker found"
|
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/ccs/ |
D | mktbl.pl | 148 for (my $ln = 1; my $l = <INFILE>; $ln += 1) 165 print("Warning (line $ln): no CCS column, skip.\n") if $Verbose; 170 print("Warning (line $ln): no UCS column, skip.\n") if $Verbose; 181 print("Warning (line $ln): $ccs CCS code isn't recognized, skip.\n") 187 print("Warning (line $ln): $ucs UCS code isn't recognized, skip.\n") 198 printf "Warning (line $ln): only one to one mapping is supported, " 210 printf("Warning (line $ln): UCS code should fit 16 bits, " 219 print("Warning (line $ln): $ccs is > 16 bit, plane number should be specified," 233 print("Warning (line $ln): $InvCode is reserved to mark invalid codes and "
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | ldtoa.c | 3752 long ld, ln; in eiremain() local 3758 ln = num[E]; in eiremain() 3759 ln -= enormlz (num); in eiremain() 3761 while (ln >= ld) in eiremain() 3775 ln -= 1; in eiremain() 3777 emdnorm (num, 0, 0, ln, 0, ldp); in eiremain()
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 19535 * Makefile.am: Add check for ln failing when creating libg.a 25766 * libc/machine/Makefile.in: Fix typo in ln stuff. 25770 * Makefile.in (libm.a, crt0.o): Use cp if ln fails.
|