| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | selection.c | 36 #define isspace(c) ((c) == ' ') macro 212 if (!isspace(c)) in vc_selection_store_chars() 241 spc = isspace(sel_pos(ps, unicode)); in vc_do_selection() 243 if ((spc && !isspace(sel_pos(ps, unicode))) || in vc_do_selection() 251 spc = isspace(sel_pos(pe, unicode)); in vc_do_selection() 253 if ((spc && !isspace(sel_pos(pe, unicode))) || in vc_do_selection() 279 isspace(sel_pos(new_sel_end, unicode))) { in vc_do_selection() 281 if (!isspace(sel_pos(pe, unicode)) || in vc_do_selection() 284 if (isspace(sel_pos(pe, unicode))) in vc_do_selection()
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | docproc.c | 223 while (isspace(*p)) in find_export_symbols() 229 while (isspace(*p)) in find_export_symbols() 302 if (isspace(line[i])) { in singfunc() 452 while (*s && !isspace(*s)) s++; in parse_file() 457 while (*s && !isspace(*s)) s++; in parse_file() 462 while (*s && !isspace(*s)) s++; in parse_file() 468 while (*s && !isspace(*s)) s++; in parse_file() 471 while (isspace(*s)) in parse_file() 477 while (*s && !isspace(*s)) s++; in parse_file() 480 while (isspace(*s)) in parse_file() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | token_functions.hpp | 58 #ifdef isspace 59 # undef isspace 70 using ::isspace; 218 static bool isspace(char_type c) in isspace() function 231 static bool isspace(char_type c) in isspace() function 233 return std::isspace(c) != 0; in isspace() 248 static bool isspace(char_type c) in isspace() function 251 return traits_extension_details<traits, sizeof(char_type)>::isspace(c); in isspace() 253 return static_cast< unsigned >(c) <= 255 && std::isspace(c) != 0; in isspace() 551 return Traits::isspace(E) != 0; in is_dropped() [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/ |
| H A D | event-utils.h | 36 if (!isspace(*string)) in strim() 44 if (!isspace(*string)) in strim() 59 if (!isspace(*text)) in has_text()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cctype | 29 int isspace(int c); 83 #ifdef isspace 84 #undef isspace 113 using ::isspace;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cctype | 29 int isspace(int c); 83 #ifdef isspace 84 #undef isspace 113 using ::isspace;
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/media_enquiry/media_enquiry/mediactl/ |
| H A D | v4l2subdev.c | 245 for (; isspace(*p); ++p); in v4l2_subdev_parse_format() 327 for (; isspace(*p); ++p); in v4l2_subdev_parse_frame_interval() 331 for (p = end; isspace(*p); ++p); in v4l2_subdev_parse_frame_interval() 338 for (; isspace(*p); ++p); in v4l2_subdev_parse_frame_interval() 357 for (*p += len; isspace(**p); ++*p); in strhazit() 371 for (; isspace(*p); ++p); in v4l2_subdev_parse_pad_format() 379 for (p = end; isspace(*p); ++p); in v4l2_subdev_parse_pad_format() 387 for (; isspace(*p); p++); in v4l2_subdev_parse_pad_format() 426 for (p = end; isspace(*p); p++); in v4l2_subdev_parse_pad_format()
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/ |
| H A D | names.c | 340 while (isspace(*cp)) in parse() 347 while (isspace(*cp)) in parse() 361 if (buf[0] == 'A' && buf[1] == 'T' && isspace(buf[2])) { in parse() 366 && isspace(buf[3])) { in parse() 373 while (isspace(*cp)) in parse() 390 while (isspace(*cp)) in parse() 429 while (isspace(*cp)) in parse()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | sysctl.c | 101 while (left && isspace(*p)) { in proc_dodebug() 116 if (left && !isspace(*s)) in proc_dodebug() 118 while (left && isspace(*s)) { in proc_dodebug()
|
| /OK3568_Linux_fs/kernel/tools/bootconfig/include/linux/ |
| H A D | string.h | 10 while (isspace(*str)) in skip_spaces() 25 while (end >= s && isspace(*end)) in strim()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | linux_string.c | 22 while (isspace(*str)) in skip_spaces() 46 while (end >= s && isspace(*end)) in strim()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/systemtap/ |
| H A D | 0001-gcc12-c-compatibility-re-tweak-for-rhel6-use-functio.patch | 27 + return !std::isspace(c); 36 - std::not1(std::ptr_fun<int, int>(std::isspace)))); 45 - std::not1(std::ptr_fun<int, int>(std::isspace))).base(), s.end());
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/connman/connman/ |
| H A D | 0002-resolve-musl-does-not-implement-res_ninit.patch | 67 + if (strncmp(line, "nameserver", 10) || !isspace(line[10])) 69 + for (s = &line[11]; isspace(s[0]); s++); 70 + for (i = 0; s[i] && !isspace(s[i]); i++);
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | argv_split.c | 18 if (isspace(*str)) { in count_argc() 81 if (isspace(*argv_str)) { in argv_split()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_events_inject.c | 48 while (isspace(str[i])) in parse_field() 66 while (isspace(str[i])) in parse_field() 71 while (isspace(str[i])) in parse_field() 90 if (c != '\0' && !isspace(c)) in parse_field()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | ini.c | 44 while (p > s && isspace(*--p)) in rstrip() 52 while (*s && isspace(*s)) in lskip() 65 was_whitespace = isspace(*s); in find_char_or_comment()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_encoding/ |
| H A D | standard.hpp | 96 isspace(int ch) in isspace() function 98 return std::isspace(ch) ? true : false; in isspace()
|
| /OK3568_Linux_fs/kernel/arch/s390/boot/ |
| H A D | string.c | 27 while (isspace(*str)) in skip_spaces() 42 while (end >= s && isspace(*end)) in strim()
|
| /OK3568_Linux_fs/kernel/tools/lib/ |
| H A D | string.c | 126 while (isspace(*str)) in skip_spaces() 149 while (end >= s && isspace(*end)) in strim()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | safe-ctype.h | 139 #undef isspace 140 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | safe-ctype.h | 139 #undef isspace 140 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | string.c | 117 if (isspace(*str)) { in __match_glob() 121 if (isspace(*pat)) { in __match_glob()
|
| H A D | config.c | 92 if (isspace(c) && !quote) { in parse_value() 181 } while (isspace(c)); in get_extended_base_var() 221 if (isspace(c)) in get_base_var() 265 if (comment || isspace(c)) in perf_parse_file()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq_3A_server/common/mediactl/ |
| H A D | mediactl.c | 794 for (; isspace(*p); ++p); in media_parse_pad() 821 for (; isspace(*end); ++end); in media_parse_pad() 829 for (p = end + 1; isspace(*p); ++p); in media_parse_pad() 840 for (p = end; isspace(*p); ++p); in media_parse_pad() 913 for (p = end; isspace(*p); p++); in media_parse_setup_link() 920 for (; isspace(*p); p++); in media_parse_setup_link()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/ |
| H A D | skip_spaces.c | 9 while (isspace(*str)) in skip_spaces()
|