Searched refs:strchr (Results 101 - 125 of 154) sorted by relevance

1234567

/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_nfs.c124 char *nextsep = strchr(&st->path[st->path_pos], VFS_PATH_SEP);
171 char *nextsep = strchr(&st->path[st->path_pos], VFS_PATH_SEP);
1353 char *path = strchr(host, '/');
H A Dvfs_ramfs.c62 char *nextsep = strchr(&path[pos], VFS_PATH_SEP);
173 || strchr(&path[pos], VFS_PATH_SEP) != NULL) {
/barrelfish-2018-10-04/lib/libc/net/
H A Dgetnameinfo.c294 p = strchr(hp->h_name, '.');
H A Dgethostnamadr.c563 if (!strchr(name, '.') &&
H A Drcmd.c589 if (strchr(p, '\n') == NULL) {
/barrelfish-2018-10-04/lib/lua/src/
H A Dllex.c186 if (ls->current == '\0' || !strchr(set, ls->current))
H A Dlstrlib.c859 while (*p != '\0' && strchr(FLAGS, *p) != NULL) p++; /* skip flags */
953 if (!strchr(form, '.') && l >= 100) {
H A Dliolib.c40 (*mode != '\0' && strchr("rwa", *(mode++)) != NULL && \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Ddgst.c96 if (strchr(mname, ' '))
H A Ds_socket.c481 p=strchr(str,':');
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/conf/
H A Dconf_mod.c600 p = strchr(lstart, sep);
/barrelfish-2018-10-04/lib/acpica/source/compiler/
H A Ddtio.c350 Colon = strchr (LineBuffer, ':');
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ui/
H A Dui_openssl.c410 } while (strchr(buf,'\n') == NULL);
457 // if ((p=(char *)strchr(result,'\n')) != NULL)
/barrelfish-2018-10-04/usr/kaluga/
H A Dstart_pci.c307 char * nl = strchr(debug_msg, '\n');
/barrelfish-2018-10-04/usr/monitor/
H A Dresource_ctrl.c243 for(char *p = manifest; *p != '\0'; p = strchr(p, '\n') + 1) {
/barrelfish-2018-10-04/usr/webserver/
H A Dhttp_server.c513 cp = strchr(conn->request, ' ');
/barrelfish-2018-10-04/usr/acpi/
H A Dacpi_parse_madt.c153 skb_read_output_at(strchr(skb_get_output(),'\n'),"%s",ioapic_lbl);
/barrelfish-2018-10-04/lib/linenoise/
H A Dlinenoise.c1102 p = strchr(buf,'\r');
1103 if (!p) p = strchr(buf,'\n');
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/easy_tls/
H A Deasy-tls.c908 if (strchr(peer.str, '\n')) {
910 *strchr(peer.str, '\n') = '\0';
/barrelfish-2018-10-04/usr/fish/
H A Dfish_common.c80 if (strchr(argv[0], VFS_PATH_SEP) != NULL) {
153 char *sep = strchr(argv[i], '=');
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dauth.c2094 ptr_mask = strchr (ptr_word, '/');
2400 if (flags && ((cp = strchr(word, ':')) == NULL ||
2401 strchr(cp + 1, ':') == NULL))
H A Dmultilink.c390 while ((q = strchr(p, ';')) != NULL) {
/barrelfish-2018-10-04/lib/tzcode/stdtime/
H A Dlocaltime.c342 if (strchr(TZ_ABBR_CHAR_SET, sp->chars[i]) == NULL)
396 name[0] == '/' || strchr(name, '.'))
434 if (strchr(name, '.') != NULL)
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dauth.c2094 ptr_mask = strchr (ptr_word, '/');
2400 if (flags && ((cp = strchr(word, ':')) == NULL ||
2401 strchr(cp + 1, ':') == NULL))
/barrelfish-2018-10-04/lib/libc/db/test/
H A Ddbtest.c170 if (ofd == STDOUT_FILENO && (t = strchr(p, '\n')) != NULL)

Completed in 327 milliseconds

1234567