Searched refs:scmp (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/libc/gen/
H A Dgetttyent.c131 #define scmp(e) !strncmp(p, e, sizeof(e) - 1) && isspace((unsigned char)p[sizeof(e) - 1]) macro
149 if (scmp(_TTYS_DIALUP))
151 else if (scmp(_TTYS_NETWORK))
158 if (scmp(_TTYS_OFF))
160 else if (scmp(_TTYS_ON))
162 else if (scmp(_TTYS_ONIFCONSOLE))
164 else if (scmp(_TTYS_SECURE))
166 else if (scmp(_TTYS_INSECURE))
168 else if (scmp(_TTYS_DIALUP))
170 else if (scmp(_TTYS_NETWOR
[all...]

Completed in 83 milliseconds