Searched refs:isspace (Results 1 – 25 of 30) sorted by relevance
12
33 #define isspace(c) ((c) == ' ') macro230 spc = isspace(sel_pos(ps)); in set_selection_kernel()233 if ((spc && !isspace(sel_pos(ps))) || in set_selection_kernel()240 spc = isspace(sel_pos(pe)); in set_selection_kernel()243 if ((spc && !isspace(sel_pos(pe))) || in set_selection_kernel()269 isspace(sel_pos(new_sel_end))) { in set_selection_kernel()271 if (!isspace(sel_pos(pe)) || in set_selection_kernel()274 if (isspace(sel_pos(pe))) in set_selection_kernel()322 if (!isspace(c)) in set_selection_kernel()
181 while (isspace(*wr_buf_ptr)) in dp_link_settings_write()194 while (isspace(*wr_buf_ptr)) in dp_link_settings_write()357 while (isspace(*wr_buf_ptr)) in dp_phy_settings_write()370 while (isspace(*wr_buf_ptr)) in dp_phy_settings_write()533 while (isspace(*wr_buf_ptr) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()542 while ((!isspace(*wr_buf_ptr)) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()560 while (isspace(*wr_buf_ptr) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()
122 while (isspace(*cmd)) in hmcdrv_ftp_parse()132 while ((*cmd != '\0') && !isspace(*cmd)) in hmcdrv_ftp_parse()
60 while (word_start < isize && isspace(in[word_start])) in parse_hex_sentence()68 while (word_end < isize && !isspace(in[word_end])) in parse_hex_sentence()
32 if (!isspace(*end++)) in set_cidmode()
315 while (count && isspace(*s)) { in ide_settings_proc_write()350 if (n > 0 && !isspace(*p)) in ide_settings_proc_write()352 while (n > 0 && isspace(*p)) { in ide_settings_proc_write()
71 while (buf[offset] && isspace(buf[offset])) in reboot_store()90 while (buf[offset] && !isspace(buf[offset])) in reboot_store()
235 while (*buf && isspace(*buf)) in led_rgb_store()274 while (*buf && !isspace(*buf)) in led_rgb_store()
213 while (isspace((u8)**string)) { in acpi_ut_remove_whitespace()
46 if (!isspace(c) && c != '\0') in hex2sprom()
132 while (*msg && isspace(*msg)) in smsg_app_callback()
200 while ((ival >= 0) && isspace(str[ival])) { in hotmod_handler()
1407 while (isspace(*s1)) in strcmp_nospace()1409 while (isspace(*s2)) in strcmp_nospace()
151 if (!strlen(config) || isspace(config[0])) { in configure_kgdboc()
274 if (strncmp(str, "set", 3) == 0 && isspace(str[3])) { in dasd_stats_proc_write()
372 while ((i >= 0) && (isspace(buf[i]) || (buf[i] == 0))) { in cio_ignore_write()
1211 if (isspace(*endp)) in overlay_alpha_store()1249 if (isspace(*endp)) in overlay_mode_store()1293 if (isspace(*endp)) in overlay_position_store()1329 if (isspace(*endp)) in overlay_rop3_store()
1074 if (!strlen(config) || isspace(config[0])) in configure_kgdbts()
679 while (isspace(*++tmp_str)); in amdgpu_set_pp_od_clk_voltage()688 while (isspace(*tmp_str)) in amdgpu_set_pp_od_clk_voltage()1286 while (isspace(*++buf)) in amdgpu_set_pp_power_profile_mode()1298 while (isspace(*tmp_str)) in amdgpu_set_pp_power_profile_mode()
1203 if (isspace(buf[i])) in mipi_dbi_debugfs_command_write()
308 while (ret > 0 && isspace(buf[ret - 1])) in show_text_leaf()
534 if (!(isdigit(*p) || isspace(*p))) in bond_opt_parse()
936 if (isspace(buf[len-1])) \
609 if (isspace(*end)) in dm_split_args()
982 for (cnt = len; cnt > 0 && (c = *ptr++) && isspace(c); cnt--); in sym_skip_spaces()