Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 25 of 52) sorted by relevance

123

/trunk/main/vcl/source/fontsubset/
H A Dlist.cxx55 lnode *head, *tail, *cptr; member
77 if (pThis->tail != 0) { in appendPrim()
78 flink = &(pThis->tail->next); in appendPrim()
79 blink = pThis->tail; in appendPrim()
87 pThis->tail = ptr; in appendPrim()
105 blink = &pThis->tail; in prependPrim()
204 return pThis->cptr == pThis->tail; in listAtLast()
277 if (pThis->cptr != pThis->tail) { in listToLast()
278 pThis->cptr = pThis->tail; in listToLast()
331 pThis->tail = ptr; in listInsertAfter()
[all …]
/trunk/main/oox/
H A DPackage_generated.mk32 oox/source/token/namespaces.hxx.tail \
36 oox/source/token/tokens.hxx.tail \
40 oox/source/token/properties.hxx.tail \
/trunk/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx910 Ligature **tail = &(temp->ligs); in parseCharMetrics() local
911 Ligature *node = *tail; in parseCharMetrics()
913 if (*tail != NULL) in parseCharMetrics()
917 tail = &(node->next); in parseCharMetrics()
920 *tail = (Ligature *) calloc(1, sizeof(Ligature)); in parseCharMetrics()
922 (*tail)->succ = (char *)strdup(keyword); in parseCharMetrics()
924 (*tail)->lig = (char *)strdup(keyword); in parseCharMetrics()
/trunk/main/oox/source/token/
H A DMakefile35 …IR_TOKEN)/namespaces.hxx.head $(WORKDIR_TOKEN)/namespaceids.inc $(SRCDIR_TOKEN)/namespaces.hxx.tail
59 …hxx : $(SRCDIR_TOKEN)/tokens.hxx.head $(WORKDIR_TOKEN)/tokenids.inc $(SRCDIR_TOKEN)/tokens.hxx.tail
89 …DIR_TOKEN)/properties.hxx.head $(WORKDIR_TOKEN)/propertyids.inc $(SRCDIR_TOKEN)/properties.hxx.tail
/trunk/main/solenv/inc/
H A D_tg_def.mk101 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL1TARGET).exp | sed '/^;/d' >>$@.tmpfile
385 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL2TARGET).exp | sed '/^;/d' >>$@.tmpfile
669 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL3TARGET).exp | sed '/^;/d' >>$@.tmpfile
953 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL4TARGET).exp | sed '/^;/d' >>$@.tmpfile
1237 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL5TARGET).exp | sed '/^;/d' >>$@.tmpfile
1521 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL6TARGET).exp | sed '/^;/d' >>$@.tmpfile
1805 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL7TARGET).exp | sed '/^;/d' >>$@.tmpfile
2089 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL8TARGET).exp | sed '/^;/d' >>$@.tmpfile
2373 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL9TARGET).exp | sed '/^;/d' >>$@.tmpfile
2657 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL10TARGET).exp | sed '/^;/d' >>$@.tmpfile
H A Dtg_def.mk106 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL$(TNR)TARGET).exp | sed '/^;/d' >>$@.tmpfile
/trunk/main/setup_native/scripts/
H A Dinstall_linux.sh75 tail -n +$TAILLINE $FILENAME | gunzip | (cd $UNPACKDIR; tar xvf -)
256 tail -n +$linenum $0 > $FAKEDBRPM
H A Dinstall_solaris.sh79 tail +$TAILLINE $FILENAME | gunzip | (cd $UNPACKDIR; tar xvf -)
289 tail +$linenum $0 > $GETUID_SO
H A Duninstall_solaris.sh42 tail +$linenum `basename $0` > $GETUID_SO
H A Dfake-db.spec53 Provides: /usr/bin/tail
H A Djavaloader.sh422 javaoutput=`$java_runtime -version 2>&1 | tail ${tail_args} -1`
/trunk/main/offapi/com/sun/star/sdb/
H A DSQLContext.idl37 most recent context is appended to the list's tail.
49 most recent context is appended to the list's tail
/trunk/main/soltools/cpp/
H A DTest.txt82 #define tail _Test
83 // Txt_##tail // Txt_##_Test
/trunk/main/solenv/bin/
H A Ddownload_external_dependencies.pl281 my ($head,$name,$tail) = ($1,$2,$3);
284 $text = $head.$value.$tail;
/trunk/main/writerfilter/source/ooxml/
H A Dstage1.sh29 cat $1 | tail -n +2
/trunk/main/icu/
H A Dicu4c-4_0_1-src.patch109 -CURR_FULL_DIR=$(subst \,/,$(shell cmd /c cd | tail --bytes=+3))#M# for Cygwin shell
113 -CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd | tail --bytes=+3))#M# for Cygwin shell
/trunk/main/odk/
H A Dsetsdkenv_unix28 OOVERSION=`cat $OO_SDK_HOME/settings/dk.mk | tail -3 | head -n 1 | cut -d"=" -f2 | cut -d"." -f1,2`
/trunk/main/odk/settings/
H A Dstd.mk58 JAVA_BITS := $(shell $(OO_SDK_JAVA_HOME)/$(JAVABIN)/java -version 2>&1 | tail -1 | cut -d " " -f3)
/trunk/main/offapi/com/sun/star/logging/
H A DXConsoleHandler.idl39 <p>Note that a console handler will ignore its formatter's head and tail, since
/trunk/main/icc/
H A DSampleICC-1.3.2.patch218 - const char* tail = strdup(s);
219 - const char* last_slash = strrchr(tail, '/');
221 - tail = last_slash + 1;
222 - return tail;
547 + const char* tail = strdup(s);
548 + const char* last_slash = strrchr(tail, '/');
550 + tail = last_slash + 1;
551 + return tail;
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx847 log.head = log.tail = NULL; in verifyCertificate()
983 log.head = log.tail = NULL; in verifyCertificate()
/trunk/main/odk/util/
H A Dodk_rules.pmk172 …tr -d "\015" < $(SOLARENV)/src/component.map | tail -n +3 | head -3 | sed -e 's/.*component/_compo…
/trunk/main/basegfx/test/
H A Dboxclipper.cxx276 if( rRange.getElement(i).tail.head == ORIENTATION_NEGATIVE ) in validatePoly()
/trunk/main/offapi/com/sun/star/i18n/
H A DXBreakIterator.idl174 like excluding or including tail spaces for spellchecker
/trunk/main/
H A Dconfigure.ac3921 …`xcodebuild -showsdks | $EGREP "sdk macosx10.(10|11|12|13|14|15)" | sed -e "s/.*sdk //" | tail -n1`
3924 …sdk_found=`xcodebuild -showsdks | $EGREP "sdk macosx11.(0|1|2|3)" | sed -e "s/.*sdk //" | tail -n1`
3928 … sdk_found=`xcodebuild -showsdks | $EGREP "sdk macosx12.(0|1|2)" | sed -e "s/.*sdk //" | tail -n1`
3937 … sdk_found=`xcodebuild -showsdks | $EGREP "sdk macosx${sdk_path}" | sed -e "s/.*sdk //" | tail -n1`

Completed in 136 milliseconds

123