Searched refs:lo (Results 276 - 300 of 456) sorted by relevance

<<111213141516171819

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dltmain.sh591 lo2o="s/\\.lo\$/.${objext}/"
592 o2lo="s/\\.${objext}\$/.lo/"
891 # True iff FILE is a libtool `.la' library or `.lo' object file.
902 # True iff FILE is a libtool `.la' library or `.lo' object file.
1211 # If the user specifies -o file.o, it is replaced with file.lo
1223 *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
1495 library object suffix, \`.lo'."
1597 only library objects (\`.lo' files) may be specified, and \`-rpath' is
1603 If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file
1682 *.lo)
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dltmain.sh591 lo2o="s/\\.lo\$/.${objext}/"
592 o2lo="s/\\.${objext}\$/.lo/"
891 # True iff FILE is a libtool `.la' library or `.lo' object file.
902 # True iff FILE is a libtool `.la' library or `.lo' object file.
1211 # If the user specifies -o file.o, it is replaced with file.lo
1223 *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
1495 library object suffix, \`.lo'."
1597 only library objects (\`.lo' files) may be specified, and \`-rpath' is
1603 If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file
1682 *.lo)
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dmakefile169 *.idx *.toc *.log *.aux *.dvi *.lof *.ind *.ilg *.ps *.log *.s mpi.c *.da *.dyn *.dpi tommath.tex `find . -type f | grep [~] | xargs` *.lo *.la
/macosx-10.9.5/cups-372.4/cups/filter/
H A DMakefile310 $(DSO) $(ARCHFLAGS) $(DSOFLAGS) -o $@ $(IMAGEOBJS:.o=.lo) $(DSOLIBS) \
/macosx-10.9.5/cups-372.4/cups/ppdc/
H A DMakefile382 $(CC) $(ARCHFLAGS) $(DSOFLAGS) -o $@ $(LIBOBJS:.o=.lo) -rpath $(LIBDIR) \
/macosx-10.9.5/lsof-52/lsof/
H A Dlsof.h654 int lo; /* range start (if nm NULL) */ member in struct:fd_lst
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/java/
H A DMakefile129 SASL_DB_BACKEND = db_ndbm.lo
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/java/javax/
H A DMakefile145 SASL_DB_BACKEND = db_ndbm.lo
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/java/javax/security/
H A DMakefile145 SASL_DB_BACKEND = db_ndbm.lo
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/java/javax/security/auth/
H A DMakefile145 SASL_DB_BACKEND = db_ndbm.lo
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/java/javax/security/auth/callback/
H A DMakefile145 SASL_DB_BACKEND = db_ndbm.lo
/macosx-10.9.5/ruby-104/ruby/enc/unicode/
H A Dname2ctype.h.blt26219 char uniname2ctype_pool_str460[sizeof("lo")];
26861 "lo",
/macosx-10.9.5/swig-10/Source/DOH/
H A Ddoh.h316 extern void DohSortList(DOH *lo, int (*cmp) (const DOH *, const DOH *));
/macosx-10.9.5/tcl-102/tcl84/tcl/library/msgcat/
H A Dmsgcat.tcl129 54 lo 0454 lo_LA
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/acorn/
H A DMakefile257 -rm -f *.lo
/macosx-10.9.5/vim-53/runtime/lang/
H A Dmenu_cs_cz.iso_8859-2.vim26 menutrans Sa&ve-Exit<Tab>:wqa U&lo�it\ -\ Konec<Tab>:wqa
37 menutrans &Paste<Tab>"+gP V&lo�it<Tab>"+gP
H A Dmenu_czech_czech_republic.1250.vim26 menutrans Sa&ve-Exit<Tab>:wqa U&lo�it\ -\ Konec<Tab>:wqa
37 menutrans &Paste<Tab>"+gP V&lo�it<Tab>"+gP
H A Dmenu_es_es.latin1.vim196 menutrans Vie&w\ Cursor\ Line\ only<Tab>zMzx Ve&r\ s�lo\ la\ l�nea\ del\ cursor<Tab>zMzx
307 menutrans Set\ '&syntax'\ only Activar\ s�lo\ sintaxis
/macosx-10.9.5/vim-53/src/
H A Dif_python.c831 RBAssSlice(BufferObject *self, PyInt lo, PyInt hi, PyObject *val, PyInt start, PyInt end, PyInt *new_end) argument
843 if (lo < 0)
844 lo = 0;
845 else if (lo > size)
846 lo = size;
849 if (hi < lo)
850 hi = lo;
854 if (SetBufferLineList(self->buf, lo + start, hi + start,
1014 BufferSlice(PyObject *self, PyInt lo, PyInt hi) argument
1016 return RBSlice((BufferObject *)(self), lo, h
1029 BufferAssSlice(PyObject *self, PyInt lo, PyInt hi, PyObject *val) argument
1079 RangeAssSlice(PyObject *self, PyInt lo, PyInt hi, PyObject *val) argument
1437 SetBufferLineList(buf_T *buf, PyInt lo, PyInt hi, PyObject *list, PyInt *len_change) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A DdecNumber.c409 uInt hi=0, lo; /* .. */ local
411 lo=*up; /* get 1 to 9 digits */
413 hi=lo/10;
414 lo=lo%10;
420 if (hi>214748364 || (hi==214748364 && lo>7)) { /* out of range? */
422 if (dn->bits&DECNEG && hi==214748364 && lo==8) return 0x80000000;
426 Int i=X10(hi)+lo;
445 uInt hi=0, lo; /* .. */ local
447 lo
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/
H A Dltmain.sh837 lo2o="s/\\.lo\$/.${objext}/"
838 o2lo="s/\\.${objext}\$/.lo/"
889 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
1227 # True iff FILE is a libtool `.la' library or `.lo' object file.
1238 # True iff FILE is a libtool `.la' library or `.lo' object file.
2057 # If the user specifies -o file.o, it is replaced with file.lo
2069 *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
2341 library object suffix, \`.lo'."
2450 only library objects (\`.lo' files) may be specified, and \`-rpath' is
2456 If OUTPUT-FILE ends in \`.lo' o
[all...]
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Dltmain.sh837 lo2o="s/\\.lo\$/.${objext}/"
838 o2lo="s/\\.${objext}\$/.lo/"
889 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
1227 # True iff FILE is a libtool `.la' library or `.lo' object file.
1238 # True iff FILE is a libtool `.la' library or `.lo' object file.
2057 # If the user specifies -o file.o, it is replaced with file.lo
2069 *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
2341 library object suffix, \`.lo'."
2450 only library objects (\`.lo' files) may be specified, and \`-rpath' is
2456 If OUTPUT-FILE ends in \`.lo' o
[all...]
/macosx-10.9.5/curl-78.94.1/curl/
H A Dltmain.sh833 lo2o="s/\\.lo\$/.${objext}/"
834 o2lo="s/\\.${objext}\$/.lo/"
885 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
1228 # True iff FILE is a libtool `.la' library or `.lo' object file.
1239 # True iff FILE is a libtool `.la' library or `.lo' object file.
2058 # If the user specifies -o file.o, it is replaced with file.lo
2070 *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
2342 library object suffix, \`.lo'."
2451 only library objects (\`.lo' files) may be specified, and \`-rpath' is
2457 If OUTPUT-FILE ends in \`.lo' o
[all...]
/macosx-10.9.5/sudo-72/src/
H A Dltmain.sh833 lo2o="s/\\.lo\$/.${objext}/"
834 o2lo="s/\\.${objext}\$/.lo/"
885 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
1228 # True iff FILE is a libtool `.la' library or `.lo' object file.
1239 # True iff FILE is a libtool `.la' library or `.lo' object file.
2058 # If the user specifies -o file.o, it is replaced with file.lo
2070 *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
2342 library object suffix, \`.lo'."
2451 only library objects (\`.lo' files) may be specified, and \`-rpath' is
2457 If OUTPUT-FILE ends in \`.lo' o
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dlocmap.c448 ILCID_POSIX_ELEMENT_ARRAY(0x0454, lo, lo_LA)
800 ILCID_POSIX_MAP(lo), /* lo Lao 0x54 */

Completed in 380 milliseconds

<<111213141516171819