Searched refs:oldext (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Dnewext15 usage="Usage: newext [-th] <oldext> <newext> [filename ...]"
20 Rename all given files that end in oldext with newext replacing oldext.
22 in oldext are acted on (no filename is equivalent to '*').
39 oldext=$1
53 *$oldext)
54 newname="${file%$oldext}$newext"
61 echo "No files ending in \"$oldext\"."
/macosx-10.10/BerkeleyDB-21/db/qam/
H A Dqam_files.c46 u_int32_t i, extid, maxext, numext, lflags, offset, oldext, openflags; local
89 numext = offset = oldext = 0;
122 oldext = array->n_extent;
165 oldext = 0;
231 memset(&array->mpfarray[oldext], 0,
232 (array->n_extent - oldext) *
/macosx-10.10/swig-12/Source/Modules/
H A Dlang.cxx349 int oldext; local
357 oldext = Extend;
376 Extend = oldext;

Completed in 139 milliseconds