| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | strcasestr.c | 42 * Find the first occurrence of find in s, ignore case. 46 xstrcasestr(const char *s, const char *find) argument 51 if ((c = *find++) != 0) { 53 len = strlen(find); 59 } while (strncasecmp(s, find, len) != 0);
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | strcasestr.c | 41 * Find the first occurrence of find in s, ignore case. 45 xstrcasestr(const char *s, const char *find) argument 50 if ((c = *find++) != 0) { 52 len = strlen(find); 58 } while (strncasecmp(s, find, len) != 0);
|
| /xsrc/external/mit/imake/dist/ |
| H A D | cleanlinks | 11 find . -type l -print | 24 #find . -type d -depth -print | xargs rmdir > /dev/null 2>&1 25 find . -depth -type d -empty -print -exec rmdir {} \;
|
| /xsrc/external/mit/brotli/dist/python/ |
| H A D | Makefile | 27 EXT_SOURCES=$(shell find . -name '*.cc') 50 @find .. -name '*.pyc' | xargs rm -v 51 @find .. -name '*.so' | xargs rm -v 52 @find .. -type d -name '__pycache__' | xargs rm -v -r 53 @find .. -type d -name '*.egg-info' | xargs rm -v -r
|
| /xsrc/external/mit/libdrm/dist/tests/ttmtest/ |
| H A D | configure.ac | 8 [AC_MSG_ERROR(Could not find X installation.)]) 13 AC_MSG_ERROR(Could not find X installation. Aborting.) 24 [AC_MSG_ERROR(Could not find libdrm installation. Use --with-libdrm=<libdrm_installation_prefix>)]) 26 [AC_MSG_ERROR(Could not find libdrm installation. Use --with-libdrm=<libdrm_installation_prefix>)])
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/common/ |
| H A D | capture-devcoredump.sh | 4 devcds=`find /sys/devices/virtual/devcoredump/ -name data 2>/dev/null`
|
| H A D | init-stage2.sh | 22 # Make sure Python can find all our imports 30 DEVFREQ_GOVERNOR=`find /sys/devices -name governor | grep gpu || true` 37 GPU_AUTOSUSPEND=`find /sys/devices -name autosuspend_delay_ms | grep gpu | head -1`
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/ |
| H A D | build-piglit.sh | 11 find -name .git -o -name '*ninja*' -o -iname '*cmake*' -o -name '*.[chao]' | xargs rm -rf 14 find ! -regex "^\.$" \
|
| H A D | build-apitrace.sh | 17 find . -not -path './build' -not -path './build/*' -delete
|
| H A D | build-hang-detection.sh | 15 find . -not -path './build' -not -path './build/*' -delete
|
| H A D | container_pre_build.sh | 23 find /usr/bin -name \*-ld -o -name ld | \
|
| H A D | build-gfxreconstruct.sh | 18 find . -not -path './build' -not -path './build/*' -delete
|
| H A D | create-rootfs.sh | 94 find /lib/firmware -type f -print0 | \ 240 find usr etc -name '*systemd-resolve*' -prune -exec rm -r {} \; 243 find usr etc -name '*networkd*' -prune -exec rm -r {} \; 246 find usr etc -name '*timesyncd*' -prune -exec rm -r {} \; 249 find usr etc -name '*systemd-hwdb*' -prune -exec rm -r {} \; 252 find usr etc -name '*fuse*' -prune -exec rm -r {} \;
|
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | fuzzer-find-diff.pl | 4 fuzzer-find-diff.pl reference_binary new_binary [number_of_tests_to_run] 14 fuzzer-find-diff.pl ./blitters-test-with-sse-disabled ./blitters-test 9000000 15 fuzzer-find-diff.pl ./blitters-test \"ssh ppc64_host /path/to/blitters-test\"
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | maplist.h | 54 Mapdesc * find( long );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
| H A D | gen_knobs.cpp | 47 while ((start = text.find("${'${'}")) != std::string::npos) 49 size_t end = text.find("}"); 56 while ((start = text.find("%")) != std::string::npos) 58 size_t end = text.find("%", start + 1);
|
| /xsrc/external/mit/MesaLib/dist/src/tool/pps/ |
| H A D | pps_algorithm.h | 13 #define FIND(c, e) (std::find(std::begin(c), std::end(c), e))
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_physical_device_features.py | 154 assert p.find('./type').text == 'VkBool32' 155 flags.append(p.find('./name').text) 182 # find Vulkan structure type 191 m_name = p.find('./name').text 197 assert p.find('./type').text == 'VkBool32'
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imstb_textedit.h | 5 // Grep for [DEAR IMGUI] to find the changes. 407 // search rows to find one that straddles 'y' 514 // find the x/y location of a character, and remember info about the previous row in 516 static void stb_textedit_find_charpos(StbFindState *find, STB_TEXTEDIT_STRING *str, int n, int single_line) argument 524 // if it's at the end, then find the last line -- simpler than trying to 528 find->y = 0; 529 find->first_char = 0; 530 find->length = z; 531 find->height = r.ymax - r.ymin; 532 find 859 StbFindState find; local in function:stb_textedit_key 910 StbFindState find; local in function:stb_textedit_key [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imstb_textedit.h | 5 // Grep for [DEAR IMGUI] to find the changes. 407 // search rows to find one that straddles 'y' 514 // find the x/y location of a character, and remember info about the previous row in 516 static void stb_textedit_find_charpos(StbFindState *find, STB_TEXTEDIT_STRING *str, int n, int single_line) argument 524 // if it's at the end, then find the last line -- simpler than trying to 528 find->y = 0; 529 find->first_char = 0; 530 find->length = z; 531 find->height = r.ymax - r.ymin; 532 find 859 StbFindState find; local in function:stb_textedit_key 910 StbFindState find; local in function:stb_textedit_key [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ci/ |
| H A D | create-rootfs.sh | 153 find usr etc -name '*systemd-resolve*' -prune -exec rm -r {} \; 156 find usr etc -name '*networkd*' -prune -exec rm -r {} \; 159 find usr etc -name '*timesyncd*' -prune -exec rm -r {} \; 162 find usr etc -name '*systemd-hwdb*' -prune -exec rm -r {} \; 165 find usr etc -name '*fuse*' -prune -exec rm -r {} \;
|
| /xsrc/external/mit/MesaLib.old/dist/scons/ |
| H A D | source_list.py | 30 deref_pos = val.find('$', cur) 36 deref_end = val.find(')', deref_pos + 2) 60 op_pos = line.find('=')
|
| /xsrc/external/mit/freetype/dist/builds/atari/ |
| H A D | gen-purec-patch.sh | 20 ( cd ${TOP_DIR} && find . -name '*.[CHch]' -type f | fgrep -v builds/atari/tmp | cpio -o ) | \ 27 for f in `cd orig && find . -type f`
|
| /xsrc/external/mit/libxcb/dist/doc/ |
| H A D | Makefile.am | 45 echo "test ! -d '$(DESTDIR)$(htmldir)/'$$d || { find '$(DESTDIR)$(htmldir)/'$$d -type d ! -perm -200 -exec chmod u+w '{}' ';' && rm -rf '$(DESTDIR)$(htmldir)/'$$d; }"; \ 46 test ! -d '$(DESTDIR)$(htmldir)/'$$d || { find '$(DESTDIR)$(htmldir)/'$$d -type d ! -perm -200 -exec chmod u+w '{}' ';' && rm -rf '$(DESTDIR)$(htmldir)/'$$d; }; \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
| H A D | gen_knobs.cpp | 50 while ((start = text.find("${'${'}")) != std::string::npos) 52 size_t end = text.find("}"); 59 while ((start = text.find("%")) != std::string::npos) 61 size_t end = text.find("%", start + 1);
|