Searched refs:isspace (Results 1 - 25 of 578) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libmail/common/
H A Dskipspace.c42 while (*p && isspace(*p)) {
H A Dxgetenv.c179 while (*from &&isspace((int)*from))
183 while (*from && (*from != '=') && !isspace((int)*from))
187 while (*from && isspace((int)*from))
195 while (*from && isspace((int)*from))
203 while ((to > svfrom) && isspace((int)to[-1]))
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.c37 while (isspace(*s))
42 if (!isspace(c))
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetservent.c50 while (*keyp && linep < limit && !isspace(*linep) && *keyp == *linep) {
54 if (*keyp == '\0' && linep < limit && isspace(*linep)) {
62 while (linep < limit && !isspace(*linep))
65 while (linep < limit && isspace(*linep))
68 while (linep < limit && !isspace(*linep) && *linep != '/')
76 while (linep < limit && !isspace(*linep))
80 while (*keyp && linep < limit && !isspace(*linep) &&
86 if (*keyp || (linep < limit && !isspace(*linep)))
97 while (linep < limit && isspace(*linep))
102 while (*keyp && linep < limit && !isspace(*line
[all...]
H A Dbootparams_getbyname.c128 while (p < limit && isspace(*p)) {
134 while (p < limit && !isspace(*p)) {
144 while (p < limit && isspace(*p)) {
H A Dgetnetent.c64 while (linep < limit && !isspace(*linep))
67 while (linep < limit && isspace(*linep))
73 while (linep < limit && !isspace(*linep))
/illumos-gate/usr/src/cmd/mail/
H A Distext.c46 if ((!isprint(c)) && (!isspace(c)) &&
H A DpickFrom.c45 if (isspace (*lineptr))
58 if (isspace (*lineptr))
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dmapfile_skel60 isspace;
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetinput.c52 while (isspace((unsigned char)*pt))
61 while (isspace((unsigned char)*copy))
/illumos-gate/usr/src/lib/libast/common/string/
H A Dfmtident.c45 while (isspace(*s))
54 else if (s[0] == '$' && s[1] == 'I' && s[2] == 'd' && s[3] == ':' && isspace(s[4]))
68 while (t > s && isspace(t[-1]))
H A Dstropt.c77 while (isspace(*s) || *s == ',') s++;
94 if (!*t || isspace(*v) || *v == ',' || *v == '=')
114 while (*v && !isspace(*v) && *v != '=' && *v != ',')
149 else if (c == ',' || isspace(c))
H A Dstrelapsed.c51 while (isspace(*s) || *s == '_')
58 if (*s == '0' && (!(c = *(s + 1)) || isspace(c) || c == '_'))
80 while (isspace(c) || c == '_')
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dstringlib.c45 if (ptr != string && isspace(*(--ptr))) {
60 while ((--ptr >= string) && isspace(*ptr));
/illumos-gate/usr/src/lib/libshare/common/
H A Dparser.c64 if (isspace(c)) {
65 while (*curp && isspace(*curp))
88 if (*curp == '\0' || isspace(c)) {
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetservent.c81 while (*keyp && linep < limit && !isspace(*linep) && *keyp == *linep) {
85 if (*keyp == '\0' && linep < limit && isspace(*linep)) {
93 while (linep < limit && !isspace(*linep))
96 while (linep < limit && isspace(*linep))
99 while (linep < limit && !isspace(*linep) && *linep != '/')
107 while (linep < limit && !isspace(*linep))
111 while (*keyp && linep < limit && !isspace(*linep) &&
117 if (*keyp || (linep < limit && !isspace(*linep)))
128 while (linep < limit && isspace(*linep))
133 while (*keyp && linep < limit && !isspace(*line
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstrptime.c131 || isspace((unsigned char)c))
149 || isspace((unsigned char)c))
163 || isspace((unsigned char)c))
183 || isspace((unsigned char)c))
194 && !isspace((unsigned char)c)) {
202 || isspace((unsigned char)c))
247 && !isspace((unsigned char)c)) {
255 || isspace((unsigned char)c))
302 if (isspace((unsigned char)c)) {
304 && isspace((unsigne
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Disreloc.c145 while (*entry && !isspace(*entry)) {
151 while (*entry && isspace(*entry)) {
167 while (*entry && !isspace(*entry)) {
172 while (*entry && isspace(*entry)) {
203 while (*eopath && !isspace(*eopath))
/illumos-gate/usr/src/lib/libnsl/saf/
H A Ddoconfig.c113 while (*p && isspace(*p))
118 while (*p && !isspace(*p))
185 while (*p && !isspace(*p) && (*p != '='))
193 if (isspace(*p)) {
195 while (*p && isspace(*p))
236 while (*tp && !isspace(*tp))
285 while (*tp && !isspace(*tp) && (*tp != ','))
332 while (*p && !isspace(*p))
390 for (tp = p; *tp && !isspace(*tp); ++tp)
417 for (ep = tp; *ep && !isspace(*e
[all...]
/illumos-gate/usr/src/psm/stand/bootlst/common/
H A Dbootlst.c63 while (isspace(*title_str))
90 while (isspace(*dataset_str))
95 if (isspace(*cp))
116 while (isspace(*cp))
127 for (ep = cp + strlen(cp) - 1; isspace(*ep); ep--)
162 for (ep = cp; !isspace(*ep) && *ep; ep++)
/illumos-gate/usr/src/common/ficl/softcore/
H A Dmakesoftcore.c118 (((x[0] == '\\') && isspace(x[1])) || \
119 ((x[0] == '/') && (x[1] == '/') && isspace(x[2])))
121 ((x[0] == '(') && isspace(x[1]) && isspace(x[-1]))
126 while (isspace(*src))
150 while (isspace(*dst))
167 if (!isspace(*src))
170 while (isspace(*src))
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmparse.c50 while (isspace(*ptr)) {
61 if (isspace(*ptr))
77 while (isspace(*ptr)) {
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dtable.c186 *tmp != '\0' && !isspace(*tmp);
202 while (isspace(*begin)) {
254 if (!isspace(*begin)) {
259 while (isspace(*begin)) {
272 *tmp != '\0' && !isspace(*tmp);
299 while (isspace(*begin)) {
366 while (isspace(*begin)) {
379 *tmp != '\0' && !isspace(*tmp);
391 while (isspace(*begin)) {
400 *tmp != '\0' && !isspace(*tm
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_trace.c125 while (isspace(*p))
130 while (*p && *p != '=' && !isspace(*p))
137 while (*p && !isspace(*p))
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.fingerd.c74 while (isspace(*sp))
94 while (isspace(*sp))
103 while ((*sp != '\0') && !isspace(*sp))

Completed in 81 milliseconds

1234567891011>>