Home
last modified time | relevance | path

Searched refs:isspace (Results 1 – 18 of 18) sorted by relevance

/rk3399_rockchip-uboot/scripts/
H A Ddocproc.c223 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 …]
/rk3399_rockchip-uboot/lib/
H A Dlinux_string.c22 while (isspace(*str)) in skip_spaces()
46 while (end >= s && isspace(*end)) in strim()
H A Dstdlib.c15 while (isspace((int)(unsigned char)*nptr)) in atol()
H A Dslre.c569 if (*ofs < len && isspace(((unsigned char *)s)[*ofs])) { in match()
578 !isspace(((unsigned char *)s)[*ofs])) { in match()
/rk3399_rockchip-uboot/cmd/
H A Dini.c44 while (p > s && isspace(*--p)) in rstrip()
52 while (*s && isspace(*s)) in lskip()
65 was_whitespace = isspace(*s); in find_char_or_comment()
H A Dfdt.c861 while (((*s == '\0') || isprint(*s) || isspace(*s)) && (len > 0)) { in is_printable_string()
H A Dpxe.c915 if ((delim == ' ' && isspace(*e)) || delim == *e) in get_string()
/rk3399_rockchip-uboot/include/bedbug/
H A Dbedbug.h13 #define isblank(c) isspace((int)(c))
/rk3399_rockchip-uboot/include/linux/
H A Dctype.h30 #define isspace(c) ((__ismask(c)&(_S)) != 0) macro
/rk3399_rockchip-uboot/drivers/net/phy/
H A Dcortina.c204 if (isspace(line_temp[i++])) in cs4340_upload_firmware()
/rk3399_rockchip-uboot/fs/reiserfs/
H A Dreiserfs.c736 while (dirname[len] && !isspace (dirname[len])) in reiserfs_dir()
785 if (! *dirname || isspace (*dirname)) in reiserfs_dir()
818 for (rest = dirname; (ch = *rest) && ! isspace (ch) && ch != '/'; rest++); in reiserfs_dir()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dconf.c63 while ((isspace(*p))) in strip()
71 while ((isspace(*p))) in strip()
H A Dmenu.c137 if (isspace(*prompt)) { in menu_add_prop()
139 while (isspace(*prompt)) in menu_add_prop()
H A Dnconf.gui.c484 if ((isgraph(res) || isspace(res))) { in dialog_inputbox()
H A Dconfdata.c155 for (p2 = p; *p2 && !isspace(*p2); p2++) in conf_set_sym_val()
/rk3399_rockchip-uboot/tools/buildman/
H A Dkconfiglib.py890 (not line.isspace() and _indentation(line) < indent):
1288 while i < strlen and s[i].isspace():
3162 if line is None or not line.isspace():
/rk3399_rockchip-uboot/fs/zfs/
H A Dzfs.c1339 while (*fsname && !isspace(*fsname) && *fsname != '/') in get_filesystem_dnode()
/rk3399_rockchip-uboot/common/
H A Dedid.c2081 while (s >= string && (isspace(*s) || *s == '\n' || *s == '\r' || in snip()