Searched refs:stripped (Results 1 - 25 of 244) sorted by relevance

12345678910

/xsrc/external/mit/fontconfig/dist/src/
H A Dcutout.py40 stripped = re.sub('^\s+', '', l) variable
41 stripped = re.sub('\s*,\s*', ',', stripped) variable
42 if not stripped.isspace() and stripped:
43 out.write('%s\n' % stripped)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_dump_defines.c40 const char *stripped;
43 stripped = name;
45 if(*stripped != *prefix)
48 ++stripped;
51 return stripped;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_dump_defines.c40 const char *stripped;
43 stripped = name;
45 if(*stripped != *prefix)
48 ++stripped;
51 return stripped;
/xsrc/external/mit/xsetmode/dist/
H A Ddepcomp179 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
180 tmpdepfile="$stripped.u"
190 stripped=`echo "$stripped" | sed 's,^.*/,,'`
191 tmpdepfile="$stripped.u"
201 outname="$stripped.o"
H A Daclocal.m4441 # Installed binaries are usually stripped using `strip' when the user
/xsrc/external/mit/xorg-server/dist/hw/xfree86/
H A Dxorg-wrapper.c87 char *stripped, *equals, *key, *value; local in function:parse_config
98 stripped = strip(buf);
99 if (stripped[0] == '#' || stripped[0] == 0)
103 equals = strchr(stripped, '=');
110 key = strip(stripped); /* To remove trailing whitespace from key */
/xsrc/external/mit/libxkbui/dist/
H A Ddepcomp204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
/xsrc/external/mit/xf86-video-imstt/dist/
H A Ddepcomp204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
/xsrc/external/mit/xf86-video-nsc/dist/
H A Ddepcomp204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
/xsrc/external/mit/xf86-input-ws/dist/
H A Ddepcomp204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
/xsrc/external/mit/xsetpointer/dist/
H A Ddepcomp204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
H A Daclocal.m41259 # Installed binaries are usually stripped using `strip' when the user
/xsrc/external/mit/xorg-server.old/dist/
H A Ddepcomp218 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
219 tmpdepfile="$stripped.u"
229 stripped=`echo "$stripped" | sed 's,^.*/,,'`
230 tmpdepfile="$stripped.u"
240 outname="$stripped.o"
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_algebraic.py903 stripped = opcode.rstrip('0123456789')
904 if stripped in conv_opcode_types:
913 opcode = stripped
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_algebraic.py826 stripped = opcode.rstrip('0123456789')
827 if stripped in conv_opcode_types:
836 opcode = stripped
/xsrc/external/mit/util-macros/dist/
H A Daclocal.m4575 # Installed binaries are usually stripped using 'strip' when the user
/xsrc/external/mit/libpthread-stubs/dist/
H A Daclocal.m4990 # Installed binaries are usually stripped using 'strip' when the user
/xsrc/external/mit/xcb-proto/dist/
H A Daclocal.m4987 # Installed binaries are usually stripped using 'strip' when the user
/xsrc/external/mit/mesa-demos/dist/
H A Daclocal.m41268 # Installed binaries are usually stripped using 'strip' when the user
/xsrc/external/mit/fontconfig/dist/
H A Daclocal.m41334 # Installed binaries are usually stripped using 'strip' when the user
/xsrc/external/mit/xproxymanagementprotocol/dist/
H A Daclocal.m4853 # Installed binaries are usually stripped using `strip' when the user
/xsrc/external/mit/xf86dga/dist/
H A Daclocal.m4893 # Installed binaries are usually stripped using `strip' when the user
/xsrc/external/mit/xf86-video-intel-old/dist/
H A Daclocal.m41071 # Installed binaries are usually stripped using `strip' when the user
/xsrc/external/mit/evieext/dist/
H A Daclocal.m4893 # Installed binaries are usually stripped using `strip' when the user
/xsrc/external/mit/libXau/dist/
H A Daclocal.m41123 # Installed binaries are usually stripped using 'strip' when the user

Completed in 31 milliseconds

12345678910