Home
last modified time | relevance | path

Searched refs:strpbrk (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Dplatform_stdlib_rtl8721d.h51 #undef strpbrk
86 #define strpbrk(cs, ct) _strpbrk(cs, ct) // for B-cut ROM macro
/AliOS-Things-master/components/SDL2/
A Dlibtool5430 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
5432 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
/AliOS-Things-master/components/SDL2/build-scripts/
A Dltmain.sh4991 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
4993 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
/AliOS-Things-master/components/SDL2/src/gfx/
A Dltmain.sh4991 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
4993 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dltmain.sh4991 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
4993 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dltmain.sh6369 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
6371 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dltmain.sh6369 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
6371 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dltmain.sh6369 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
6371 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffcrop.c1754 opt_offset = strpbrk(opt_ptr, ":="); in process_command_opts()
1942 sep = strpbrk(opt_ptr, ":-"); in process_command_opts()
2025 sep = strpbrk(optarg, ",:"); in process_command_opts()

Completed in 68 milliseconds