strchr            534 lib/search/regex.c     if (strchr ("ntvbrfa", c) != NULL)
strchr             84 lib/serialize.c     const char *semi_ptr = strchr (non_serialized_data + 1, SRLZ_DELIM_C);
strchr            155 lib/serialize.c         semi_ptr = strchr (data + 1, SRLZ_DELIM_C);
strchr             95 lib/strutil/strescape.c         if (strchr (escaped_chars, (int) src[curr_index]))
strchr            162 lib/strutil/strescape.c             if (strchr (unescaped_chars, (int) src[curr_index]) == NULL)
strchr            939 lib/strutil/strutil.c         q = strchr (p, '\n');
strchr             52 lib/strutil/tokenize.c #define member(c, s)       ((c != '\0') ? (strchr ((s), (c)) != NULL) : FALSE)
strchr            123 lib/strutil/xstrtol.c         if (!(valid_suffixes != NULL && *nptr != '\0' && strchr (valid_suffixes, *nptr) != NULL))
strchr            149 lib/strutil/xstrtol.c         if (strchr (valid_suffixes, **p) == NULL)
strchr            171 lib/strutil/xstrtol.c             if (strchr (valid_suffixes, '0') != NULL)
strchr            131 lib/util.c             q = strchr (p + 1, PATH_SEP);
strchr            134 lib/util.c                 q = strchr (p + 1, '\0');
strchr            164 lib/util.c             r = strchr (buf, '\0');
strchr            780 lib/util.c                     while (*(++r) != '\0' && strchr ("0123456789;:<=>?", *r) != NULL)
strchr           1072 lib/util.c                 r = strchr (p, PATH_SEP);
strchr           1075 lib/util.c                 s = strchr (q, PATH_SEP);
strchr           1087 lib/util.c             for (i = 0; (p = strchr (p + 1, PATH_SEP)) != NULL; i++)
strchr           1195 lib/util.c             if (strchr (p, ' ') != NULL)
strchr           1301 lib/util.c                 && strchr (&buf[len + 1], ' ') == NULL)
strchr           1344 lib/util.c         sep = strchr (result, '|');
strchr            785 lib/utilunix.c         q = strchr (p, PATH_SEP);
strchr           1079 lib/utilunix.c         p = strchr (p, PATH_SEP);
strchr            115 lib/vfs/direntry.c     sep = strchr (path, PATH_SEP);
strchr            227 lib/vfs/direntry.c             vfs_s_resolve_symlink (me, ent, strchr (path, PATH_SEP) != NULL ? LINK_FOLLOW : follow);
strchr            660 lib/vfs/interface.c             p = strchr (path_element->path, 0) - 1;
strchr            728 lib/vfs/interface.c     if (strchr (prefix, PATH_SEP) != NULL)
strchr             96 lib/vfs/parse_ls_vga.c     return (strchr ("\\-/", (int) str[2]) != NULL);
strchr            154 lib/vfs/parse_ls_vga.c     p = strchr (str, ':');
strchr            186 lib/vfs/parse_ls_vga.c     if (strchr (str, ':') != NULL)
strchr            102 lib/vfs/path.c     slash = strchr (semi, PATH_SEP);
strchr            226 lib/vfs/path.c         pend = strchr (at, '\0');
strchr            229 lib/vfs/path.c         inner_colon = strchr (pcopy, ':');
strchr            248 lib/vfs/path.c         colon = strchr (rest, ':');
strchr            251 lib/vfs/path.c         colon = strchr (++rest, ']');
strchr            365 lib/vfs/path.c         url_params = strchr (op, ':');  // skip VFS prefix
strchr            446 lib/vfs/path.c             slash_pointer = strchr (url_delimiter, PATH_SEP);
strchr           1061 lib/vfs/path.c         slash = strchr (semi, PATH_SEP);
strchr           1387 lib/vfs/path.c         for (prev_token = element->path; (token = strchr (prev_token, PATH_SEP)) != NULL;
strchr            209 lib/vfs/utilvfs.c         if (strchr (".-_@", *p) != NULL || g_ascii_isalnum (*p))
strchr            262 lib/vfs/utilvfs.c         dir = strchr (pcopy, PATH_SEP);
strchr            284 lib/vfs/utilvfs.c         inner_colon = strchr (pcopy, ':');
strchr            308 lib/vfs/utilvfs.c         colon = strchr (rest, ':');
strchr            311 lib/vfs/utilvfs.c         colon = strchr (++rest, ']');
strchr            151 lib/vfs/vfs.c          slash = strchr (semi, PATH_SEP);
strchr            202 lib/widget/input.c         colon = strchr (delim + strlen (VFS_PATH_URL_DELIMITER), ':');
strchr            204 lib/widget/input.c         colon = strchr (url, ':');
strchr            363 lib/widget/input_complete.c         p = strchr (*env_p, '=');
strchr            575 lib/widget/input_complete.c         isabsolute = strchr (u_text, PATH_SEP) != NULL;
strchr            588 lib/widget/input_complete.c                     path_end = strchr (p, '\0');
strchr            589 lib/widget/input_complete.c                     while ((p = strchr (p, PATH_ENV_SEP)) != NULL)
strchr            650 lib/widget/input_complete.c                 cur_path = strchr (cur_path, '\0') + 1;
strchr            813 lib/widget/input_complete.c     else if (strchr (command_separator_chars, ti[0]) != NULL)
strchr            910 lib/widget/input_complete.c                     s = strchr (cdpath, ':');
strchr            913 lib/widget/input_complete.c                         s = strchr (cdpath, '\0');
strchr           1331 lib/widget/input_complete.c         && strchr (state.word, PATH_SEP) == NULL)
strchr           1398 lib/widget/input_complete.c         if (strchr (word_separators, *s) != NULL && !str_is_char_escaped (in->buffer->str, s))
strchr             99 lib/widget/label.c             q = strchr (p, '\n');
strchr            204 lib/widget/widget-common.c     cp = strchr (text, '&');
strchr            264 lib/widget/wtools.c             if (strchr (cp, '&') != NULL)
strchr            297 lib/widget/wtools.c             if (strchr (cur_name, '&') != NULL)
strchr            655 src/editor/edit.c         if (strchr (" \t", edit_buffer_get_byte (buf, p)) == NULL)
strchr            919 src/editor/edit.c     q = strchr (chars_move_whole_word, c);
strchr            933 src/editor/edit.c     while ((q = strchr (q + 1, c)) != NULL);
strchr           1540 src/editor/edit.c     p = strchr (b, c);
strchr           1547 src/editor/edit.c     if (strchr ("{[(", c) != NULL)
strchr           1725 src/editor/edit.c         pn = strchr ((char *) data, '\n');
strchr           1963 src/editor/edit.c     return (isspace (c) || strchr ("{}[]()<>=|/\\!?~-+`'\",.;:#$%^&*", c) != NULL);
strchr             86 src/editor/format.c     while (strchr ("\t ", edit_buffer_get_byte (buf, p)) != NULL)
strchr            113 src/editor/format.c             && strchr (edit_options.stop_format_chars, c) != NULL);
strchr            178 src/editor/format.c             while (strchr ("\t ", edit_buffer_get_byte (buf, p)) != NULL)
strchr            375 src/editor/format.c     while (strchr ("\t ", edit_buffer_get_byte (&edit->buffer, q)) != NULL
strchr            410 src/editor/format.c         while (strchr ("\t ", edit_buffer_get_byte (&edit->buffer, p)) != NULL)
strchr            418 src/editor/format.c                 while (strchr ("\t ", edit_buffer_get_byte (&edit->buffer, p)) != NULL)
strchr            435 src/editor/format.c                 while (strchr ("\t ", edit_buffer_get_byte (&edit->buffer, p)) != NULL)
strchr            503 src/editor/format.c             && strchr (edit_options.stop_format_chars, t->str[0]) != NULL)
strchr            515 src/editor/format.c             if (t->str[i] == '\n' && strchr (stop_format_chars, t->str[i + 1]) != NULL)
strchr            271 src/editor/syntax.c     if ((line_start && c != '\n') || (whole_left != NULL && strchr (whole_left, c) != NULL))
strchr            285 src/editor/syntax.c                 if (*p == '\0' && whole_right != NULL && strchr (whole_right, c) == NULL)
strchr            310 src/editor/syntax.c                     && strchr ((const char *) p + 1, c)
strchr            313 src/editor/syntax.c                 if (whiteness (c) || (whole_right != NULL && strchr (whole_right, c) == NULL))
strchr            377 src/editor/syntax.c     return strchr (whole_right, c) != NULL ? -1 : i;
strchr            851 src/editor/syntax.c         p = strchr (f, '/');
strchr            859 src/editor/syntax.c         p = strchr (b, '/');
strchr            874 src/editor/syntax.c             p = strchr (f, ';');
strchr            883 src/editor/syntax.c             p = strchr (editnormal, ';');
strchr            897 src/editor/syntax.c         p = strchr (a, '/');
strchr            902 src/editor/syntax.c         while ((p = strchr (p, SYNTAX_TOKEN_PLUS)) != NULL)
strchr            129 src/filemanager/cd.c                 s = strchr (p, '}');
strchr            132 src/filemanager/cd.c                 s = strchr (p, PATH_SEP);
strchr            134 src/filemanager/cd.c                 s = strchr (p, '\0');
strchr            189 src/filemanager/cd.c             s = strchr (p, ':');
strchr            191 src/filemanager/cd.c                 s = strchr (p, '\0');
strchr            337 src/filemanager/ext.c                                     pbuffer = strchr (pbuffer, '\0');
strchr            694 src/filemanager/ext.c             pp = strchr (encoding_id, '\n');
strchr            714 src/filemanager/ext.c             pp = strchr (content_string, '\n');
strchr           1455 src/filemanager/find.c         filename = strchr (file + 4, ':') + 1;
strchr           1831 src/filemanager/find.c                 lc_filename = strchr (le->text + 4, ':') + 1;
strchr           1932 src/filemanager/find.c                         offset = strchr (filename + 4, ':') - filename + 1;
strchr            256 src/filemanager/mountlist.c         (strchr (Fs_name, ':') != NULL                                                             \
strchr           1476 src/filemanager/panel.c         hkey = strchr (translated_title, '&');
strchr            465 src/usermenu.c     commands = strchr (commands, '\n');
strchr            254 src/vfs/extfs/extfs.c         q = strchr (p, PATH_SEP);
strchr            422 src/vfs/extfs/extfs.c             p = strchr (cfn, '\0');
strchr            429 src/vfs/extfs/extfs.c                 q = strchr (cfn, '\0');
strchr            325 src/vfs/ftpfs/ftpfs.c     p = strchr (ret, ':');
strchr            753 src/vfs/ftpfs/ftpfs.c                 p = strchr (s, '\n');
strchr            791 src/vfs/ftpfs/ftpfs.c     if (strchr (host, '.') == NULL)
strchr           1157 src/vfs/ftpfs/ftpfs.c     c = strchr (reply_str, '|');
strchr           1678 src/vfs/ftpfs/ftpfs.c     if (strchr (dir->remote_path, ' ') == NULL)
strchr           1801 src/vfs/ftpfs/ftpfs.c         || (strchr (remote_path, ' ') != NULL);
strchr           2560 src/vfs/ftpfs/ftpfs.c             host_domain = strchr (host, '.');
strchr           2627 src/vfs/ftpfs/ftpfs.c     domain = strchr (hostname, '.');
strchr            676 src/vfs/ftpfs/ftpfs_parse_ls.c         space = strchr (line, ' ');
strchr            889 src/vfs/ftpfs/ftpfs_parse_ls.c     slash = strchr (t, '/');
strchr           1161 src/vfs/ftpfs/ftpfs_parse_ls.c                 if (ok && strchr (info->name, '/') == NULL)
strchr           1202 src/vfs/ftpfs/ftpfs_parse_ls.c             if (ok && strchr (info->name, '/') == NULL)
strchr            511 src/vfs/sfs/sfs.c         semi = strchr (c, '\n');
strchr            612 src/vfs/tar/tar-xheader.c     p = strchr (p, '=');