Searched refs:strchr (Results 51 - 75 of 154) sorted by relevance

1234567

/barrelfish-2018-10-04/lib/numa/
H A Dutilities.c157 char *output = strchr(skb_get_output(), '\n') + 1;
203 output = strchr(output, '\n') + 1;
254 output = strchr(output, '\n') + 1;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/
H A Dread_pwd.c254 } while (strchr(buf,'\n') == NULL);
368 if ((p=(char *)strchr(buf,'\n')) != NULL)
378 if ((p=(char *)strchr(buff,'\n')) != NULL)
/barrelfish-2018-10-04/lib/libc/rpc/
H A Dgetnetconfig.c716 tmp = strchr(tmp, '\0') + 1;
718 tmp = strchr(tmp, '\0') + 1;
720 tmp = strchr(tmp, '\0') + 1;
730 tmp = strchr(tmp, '\0') + 1;
/barrelfish-2018-10-04/usr/bench/xomp_bench/
H A Dspawn_bench.c61 char *p = strchr(argv[i], '=');
H A Dwork_bench.c72 char *p = strchr(argv[i], '=');
/barrelfish-2018-10-04/lib/libc/gen/
H A Dfnmatch.c142 strchr(string, '/') == NULL ?
147 if ((string = strchr(string, '/')) == NULL)
/barrelfish-2018-10-04/lib/libc/iconv/
H A Dcitrus_iconv.c307 if (strchr(realsrc, '/') != NULL || strchr(realdst, '/'))
H A Dcitrus_prop.c91 p = strchr(xdigit, _bcs_toupper(ch)); \
/barrelfish-2018-10-04/lib/libc/locale/
H A Dsetlocale.c149 if ((r = strchr(locale, '/')) == NULL) {
238 strchr(new, '/') != NULL) {
/barrelfish-2018-10-04/lib/lua/src/
H A Dlobject.c182 const char *e = strchr(fmt, '%');
272 const char *nl = strchr(source, '\n'); /* find first new line (if any) */
H A Dloslib.c175 if (*conv != '\0' && strchr(options[i], *conv) != NULL) {
182 strchr(options[i + 1], *(conv + 1)) != NULL) {
H A Dloadlib.c342 l = strchr(path, *LUA_PATH_SEP); /* find next separator */
423 mark = strchr(modname, *LUA_IGMARK);
448 const char *p = strchr(name, '.');
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Da_mbstr.c392 if ((ch == ' ') || strchr("'()+,-./:=?", ch)) return 1;
397 if ((ch == os_toascii[' ']) || strchr("'()+,-./:=?", os_toebcdic[ch])) return 1;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/easy_tls/
H A Dtest.c57 if (strchr(argv[1], '.')) {
230 while ((eol = strchr(info, '\n')) != NULL) {
/barrelfish-2018-10-04/lib/libc/stdlib/
H A Dgetenv.c124 * Cheaper here than peforming a strchr() later.
357 envVars[envNdx].value = strchr(envVars[envNdx].name, '=');
560 if ((equals = strchr(*env, '=')) == NULL) {
614 if (string == NULL || (equals = strchr(string, '=')) == NULL ||
H A Drealpath.c111 p = strchr(left, '/');
/barrelfish-2018-10-04/lib/libc/nameser/
H A Dns_name.c233 if ((cp = strchr(src, ']')) == NULL) {
253 else if ((cp = strchr(digits, c)) != NULL) {
256 (cp = strchr(digits, c)) == NULL) {
262 (cp = strchr(digits, c)) == NULL) {
/barrelfish-2018-10-04/lib/libc/net/
H A Dbase64.c211 pos = strchr(Base64, ch);
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dfmemopen.c113 ck->bin = strchr(mode, 'b') != NULL;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/engine/
H A Deng_cnf.c69 p = strchr(name, '.');
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_info.c154 ptmp = strchr(cnf->name, ';');
/barrelfish-2018-10-04/usr/mem_serv_dist/
H A Dskb.c42 p = strchr(p, '(');
/barrelfish-2018-10-04/lib/tzcode/zic/
H A Dzic.c47 #define end(cp) (strchr((cp), '\0'))
657 while ((s = strchr(s+1, '/')) != NULL)
793 if (strchr(zp->z_format, '%') != 0)
824 cp = strchr(buf, '\n');
1055 if ((cp = strchr(fields[i_format], '%')) != 0) {
1056 if (*++cp != 's' || strchr(cp, '%') != 0) {
1347 if ((ep = strchr(dp, '<')) != 0)
1349 else if ((ep = strchr(dp, '>')) != 0)
1762 slashp = strchr(format, '/');
1778 if (strchr("ABCDEFGHIJKLMNOPQRSTUVWXY
[all...]
/barrelfish-2018-10-04/lib/libc/resolv/
H A Dres_init.c130 #define ISSORTMASK(ch) (strchr(sort_mask, ch) != NULL)
276 cp = strchr(buf, '.');
371 if ((cp = strchr(statp->defdname, '\n')) != NULL)
555 (cp = strchr(buf, '.')) != NULL)
572 cp = strchr(cp, '.') + 1; /*%< we know there is one */
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dutils.c536 eol = strchr(buf, '\n');
547 eol = strchr(p, '\n');
558 eol = strchr(p, '\n');

Completed in 589 milliseconds

1234567