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

1234

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dprocess.c118 if (strchr(argv[0], '/') != NULL) {
H A Dexec.c116 if (strchr(argv[0], '/') != NULL) {
312 if (strchr(name, '/') != NULL) {
H A Dmkinit.c333 for (p = line1 + 6 ; *p && strchr("=/\n", *p) == NULL; p++)
H A Dexpand.c737 p = strchr(p, '=') + 1;
1058 isifs = strchr(ifs, c);
1061 isdefifs = strchr(defifs, c);
H A Dparser.c1266 p = strchr(types, c);
/fuchsia/zircon/third_party/ulib/musl/src/regex/
H A Dglob.c63 if ((p2 = strchr(p, '/'))) {
/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dstrstr.c161 h = strchr(h, *n);
/fuchsia/zircon/system/host/minfs/
H A Dmain.cpp475 char* slash = strchr(path, '/');
488 slash = strchr(slash + 1, '/');
/fuchsia/zircon/system/ulib/fdio/
H A Dnamespace.c206 const char* next = strchr(path, '/');
515 const char* next = strchr(path, '/');
/fuchsia/zircon/bootloader/src/
H A Dframebuffer.c78 char* x = strchr(fbres, 'x');
H A Dosboot.c137 char* which_key = strchr(valid_keys, key.UnicodeChar);
/fuchsia/zircon/system/core/devmgr/
H A Dvfs-rpc.cpp56 const char* nextpath = strchr(path, '/');
H A Ddevhost.cpp195 char* sep = strchr(log, ',');
H A Ddevmgr-devfs.cpp476 if ((path = strchr(path, '/')) != nullptr) {
/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dformatter.h227 return strchr(kWsCharactersNoNewline, ch) != nullptr;
/fuchsia/zircon/system/uapp/gfxlatency/
H A Dmain.cpp720 const char* s = strchr(arg, '=');
734 const char* s = strchr(arg, '=');
738 const char* s = strchr(arg, '=');
742 const char* s = strchr(arg, '=');
746 const char* s = strchr(arg, '=');
750 const char* s = strchr(arg, '=');
/fuchsia/zircon/system/ulib/loader-service/
H A Dloader-service.c166 if (len < 2 || len >= sizeof(session_state->config_prefix) - 1 || strchr(data, '/') != NULL) {
/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Ddtio.c278 Colon = strchr (LineBuffer, ':');
/fuchsia/zircon/third_party/uapp/mkfs-msdosfs/
H A Dmkfs_msdos.c342 if (!strchr(bname, '/')) {
682 if (c < ' ' + !i || strchr("\"*+,./:;<=>?[\\]|", c))
/fuchsia/zircon/third_party/ulib/linenoise/
H A Dlinenoise.c1285 p = strchr(buf,'\r');
1286 if (!p) p = strchr(buf,'\n');
/fuchsia/zircon/system/ulib/minfs/
H A Dhost.cpp389 nextpath = strchr(fn, '/');
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dctl.c840 dot = ((tdot = strchr(elm, '.')) != NULL) ? tdot : strchr(elm, '\0');
916 dot = ((tdot = strchr(elm, '.')) != NULL) ? tdot :
917 strchr(elm, '\0');
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/err/
H A Derr.c432 char *colon = strchr(s, ':');
/fuchsia/zircon/system/ulib/fuzz-utils/
H A Dfuzzer.cpp307 const char* sep = name ? strchr(name, '/') : nullptr;
/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c389 return c == '\0' || isspace(c) || strchr(",.()+-/*=~%[];",c) != NULL;

Completed in 258 milliseconds

1234