Searched refs:strpbrk (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/ |
A D | platform_stdlib_rtl8721d.h | 51 #undef strpbrk 86 #define strpbrk(cs, ct) _strpbrk(cs, ct) // for B-cut ROM macro
|
/AliOS-Things-master/components/SDL2/ |
A D | libtool | 5430 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 D | ltmain.sh | 4991 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 D | ltmain.sh | 4991 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 D | ltmain.sh | 4991 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 D | ltmain.sh | 6369 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 D | ltmain.sh | 6369 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 D | ltmain.sh | 6369 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 D | tiffcrop.c | 1754 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