HomeSort by relevance Sort by last modified time
    Searched refs:ln (Results 26 - 50 of 191) sorted by null

12 3 4 5 6 7 8

  /external/icu4c/config/
mh-aix-va 93 ln -f $< $(SHARED_OBJECT_NO_VERSION)
97 ln -f $< $(SHARED_OBJECT_NO_VERSION)
134 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@
136 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@
mh-alpha-linux-gcc 67 $(RM) $@ && ln -s ${<F} $@
69 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
mh-beos 90 $(RM) $@ && ln -s ${<F} $@
92 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
mh-hpux-gcc 77 $(RM) $@ && ln -s ${<F} $@
79 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
mh-irix 70 $(RM) $@ && ln -s ${<F} $@
72 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
mh-linux 68 $(RM) $@ && ln -s ${<F} $@
70 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
mh-linux-va 72 $(RM) $@ && ln -s ${<F} $@
74 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
mh-mpras 61 $(RM) $@ && ln -s ${<F} $@
63 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
mh-solaris-gcc 70 $(RM) $@ && ln -s ${<F} $@
72 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
  /external/iproute2/misc/
Makefile 31 ln -sf lnstat $(DESTDIR)$(SBINDIR)/rtstat
32 ln -sf lnstat $(DESTDIR)$(SBINDIR)/ctstat
  /external/libpcap/packaging/
pcap.spec 40 ln -sf libpcap.so.0.9.4 libpcap.so.$V1
42 ln -sf libpcap.so.$V1 libpcap.so.$V2
43 ln -sf libpcap.so.$V2 libpcap.so
45 ln -sf libpcap.so.$V1 libpcap.so
  /bionic/libc/unistd/
exec.c 137 int cnt, lp, ln, len; local
179 ln = strlen(name);
186 if (lp + ln + 2 > (int)sizeof(buf)) {
200 bcopy(name, buf + lp + 1, ln);
201 buf[lp + ln + 1] = '\0';
  /external/clang/utils/
SummarizeErrors 68 for ln in lnIter:
69 m = kStackDumpLineRE.match(ln)
72 for ln in lnIter:
73 m = kStackDumpLineRE.match(ln)
79 prevLine = ln
FuzzTest 271 for ln in f:
272 ln = ln.strip()
273 if ln:
274 input_files.append(ln)
300 for ln in f:
301 ln = ln[:-1]
302 if ln:
303 replacements.append(ln)
    [all...]
  /external/openssl/crypto/bn/
bn_sqr.c 210 BN_ULONG ln,lo,*p; local
278 ln=(lo+c1)&BN_MASK2;
279 *p=ln;
283 if (ln < (BN_ULONG)c1)
288 ln=(lo+1)&BN_MASK2;
289 *p=ln;
290 } while (ln == 0);
  /external/clang/utils/ABITest/
Enumeration.py 241 for ln in a[::-1]:
242 if ''.join(ln).strip():
243 print ' '.join(ln)
245 for ln in b[::-1]:
246 if ''.join(ln).strip():
247 print ' '.join(ln)
259 for ln in a[::-1]:
260 if ''.join(ln).strip():
261 print ' '.join(ln)
  /build/tools/
merge-event-log-tags.py 132 for fn, ln, msg in errors:
133 print >> sys.stderr, "%s:%d: error: %s" % (fn, ln, msg)
137 for fn, ln, msg in warnings:
138 print >> sys.stderr, "%s:%d: warning: %s" % (fn, ln, msg)
  /device/samsung/tuna/
Android.mk 43 $(hide) ln -sf $(HDCP_KEYS_FILE) $(SYMLINK)
  /external/iproute2/testsuite/iproute2/
Makefile 11 ln -s ../.. iproute2-this; \
  /external/llvm/utils/lit/lit/
TestFormats.py 40 for ln in lines:
41 if not ln.strip():
46 while ln[index*2:index*2+2] == ' ':
51 ln = ln[index*2:]
52 if ln.endswith('.'):
53 nested_tests.append(ln)
55 yield ''.join(nested_tests) + ln
  /external/openssl/crypto/asn1/
a_object.c 306 * for ->sn or ->ln */
333 ret->ln=NULL;
361 ret->ln=NULL;
373 if (a->ln != NULL) OPENSSL_free((void *)a->ln);
375 a->sn=a->ln=NULL;
388 const char *sn, const char *ln)
393 o.ln=ln;
  /external/openssl/crypto/objects/
objxref.pl 24 my $ln = 1;
35 $xref_tbl{$xr} = [$p1, $p2, $ln];
obj_dat.c 85 DECLARE_OBJ_BSEARCH_CMP_FN(const ASN1_OBJECT *, unsigned int, ln);
109 { return(strcmp((*a)->ln,nid_objs[*b].ln)); }
111 IMPLEMENT_OBJ_BSEARCH_CMP_FN(const ASN1_OBJECT *, unsigned int, ln);
133 ret=lh_strhash(a->ln);
168 if (a->ln == NULL) return(-1);
169 else if (b->ln == NULL) return(1);
170 else return(strcmp(a->ln,b->ln));
261 if (o->ln != NULL
    [all...]
  /external/bluetooth/glib/
glib-gettextize.in 151 ($try_ln_s && ln -s $gettext_dir/$file "$srcdir/$auxdir$file" && $echo "Symlinking file $file") 2>/dev/null ||
156 ($try_ln_s && ln -s $gettext_dir/$file "$srcdir/$file" && $echo "Symlinking file $file") 2>/dev/null ||
166 ($try_ln_s && ln -s $gettext_dir/po/$file "$srcdir/po/$file" && $echo "Symlinking file po/$file") 2>/dev/null ||
  /external/webrtc/src/modules/audio_processing/main/test/process_test/
apmtest.m 211 system(['ln -s -f ' inpath 'vqeFar.pcm ' farFile]);
213 system(['ln -s -f ' inpath 'apm_far.pcm ' farFile]);
217 system(['ln -s -f ' inpath 'vqeNear.pcm ' nearFile]);
219 system(['ln -s -f ' inpath 'apm_near.pcm ' nearFile]);
223 system(['ln -s -f ' inpath 'vqeEvent.dat ' eventFile]);
225 system(['ln -s -f ' inpath 'apm_event.dat ' eventFile]);
229 system(['ln -s -f ' inpath 'vqeBuf.dat ' delayFile]);
231 system(['ln -s -f ' inpath 'apm_delay.dat ' delayFile]);
235 system(['ln -s -f ' inpath 'vqeSkew.dat ' driftFile]);
237 system(['ln -s -f ' inpath 'vqeDrift.dat ' driftFile])
    [all...]

Completed in 1703 milliseconds

12 3 4 5 6 7 8