strchr            527 lib/search/regex.c     if (strchr ("ntvbrfa", c) != NULL)
strchr             85 lib/serialize.c     const char *semi_ptr = strchr (non_serialized_data + 1, SRLZ_DELIM_C);
strchr            156 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            934 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            769 lib/util.c                     while (*(++r) != '\0' && strchr ("0123456789;:<=>?", *r) != NULL)
strchr           1065 lib/util.c                 r = strchr (p, PATH_SEP);
strchr           1068 lib/util.c                 s = strchr (q, PATH_SEP);
strchr           1080 lib/util.c             for (i = 0; (p = strchr (p + 1, PATH_SEP)) != NULL; i++)
strchr           1188 lib/util.c             if (strchr (p, ' ') != NULL)
strchr           1294 lib/util.c                 && strchr (&buf[len + 1], ' ') == NULL)
strchr           1337 lib/util.c         sep = strchr (result, '|');
strchr            784 lib/utilunix.c         q = strchr (p, PATH_SEP);
strchr           1078 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                                      strchr (path, PATH_SEP) != NULL ? LINK_FOLLOW : follow);
strchr            671 lib/vfs/interface.c             p = strchr (path_element->path, 0) - 1;
strchr            739 lib/vfs/interface.c     if (strchr (prefix, PATH_SEP) != NULL)
strchr             95 lib/vfs/parse_ls_vga.c     return (strchr ("\\-/", (int) str[2]) != NULL);
strchr            153 lib/vfs/parse_ls_vga.c     p = strchr (str, ':');
strchr            185 lib/vfs/parse_ls_vga.c     if (strchr (str, ':') != NULL)
strchr            103 lib/vfs/path.c     slash = strchr (semi, PATH_SEP);
strchr            227 lib/vfs/path.c         pend = strchr (at, '\0');
strchr            230 lib/vfs/path.c         inner_colon = strchr (pcopy, ':');
strchr            249 lib/vfs/path.c         colon = strchr (rest, ':');
strchr            252 lib/vfs/path.c         colon = strchr (++rest, ']');
strchr            366 lib/vfs/path.c         url_params = strchr (op, ':');  /* skip VFS prefix */
strchr            447 lib/vfs/path.c             slash_pointer = strchr (url_delimiter, PATH_SEP);
strchr           1061 lib/vfs/path.c         slash = strchr (semi, PATH_SEP);
strchr           1388 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            362 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            911 lib/widget/input_complete.c                     s = strchr (cdpath, ':');
strchr            914 lib/widget/input_complete.c                         s = strchr (cdpath, '\0');
strchr           1335 lib/widget/input_complete.c         && strchr (state.word, PATH_SEP) == NULL)
strchr           1402 lib/widget/input_complete.c         if (strchr (word_separators, *s) != NULL && !str_is_char_escaped (in->buffer->str, s))
strchr            100 lib/widget/label.c                 q = strchr (p, '\n');
strchr            204 lib/widget/widget-common.c     cp = strchr (text, '&');
strchr            305 lib/widget/wtools.c             if (strchr (cp, '&') != NULL)
strchr            339 lib/widget/wtools.c             if (strchr (cur_name, '&') != NULL)
strchr            668 src/editor/edit.c         if (strchr (" \t", edit_buffer_get_byte (buf, p)) == NULL)
strchr            934 src/editor/edit.c     q = strchr (chars_move_whole_word, c);
strchr            948 src/editor/edit.c     while ((q = strchr (q + 1, c)) != NULL);
strchr           1562 src/editor/edit.c     p = strchr (b, c);
strchr           1569 src/editor/edit.c     if (strchr ("{[(", c) != NULL)
strchr           1747 src/editor/edit.c         pn = strchr ((char *) data, '\n');
strchr           1985 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            179 src/editor/format.c             while (strchr ("\t ", edit_buffer_get_byte (buf, p)) != NULL)
strchr            376 src/editor/format.c     while (strchr ("\t ", edit_buffer_get_byte (&edit->buffer, q)) != NULL
strchr            411 src/editor/format.c         while (strchr ("\t ", edit_buffer_get_byte (&edit->buffer, p)) != NULL)
strchr            419 src/editor/format.c                 while (strchr ("\t ", edit_buffer_get_byte (&edit->buffer, p)) != NULL)
strchr            436 src/editor/format.c                 while (strchr ("\t ", edit_buffer_get_byte (&edit->buffer, p)) != NULL)
strchr            504 src/editor/format.c             && strchr (edit_options.stop_format_chars, t->str[0]) != NULL)
strchr            516 src/editor/format.c             if (t->str[i] == '\n' && strchr (stop_format_chars, t->str[i + 1]) != NULL)
strchr            253 src/editor/syntax.c     if ((line_start && c != '\n') || (whole_left != NULL && strchr (whole_left, c) != NULL))
strchr            267 src/editor/syntax.c                 if (*p == '\0' && whole_right != NULL && strchr (whole_right, c) == NULL)
strchr            290 src/editor/syntax.c                 if (j != 0 && strchr ((const char *) p + 1, c) != NULL) /* c exists further down, so it will get matched later */
strchr            292 src/editor/syntax.c                 if (whiteness (c) || (whole_right != NULL && strchr (whole_right, c) == NULL))
strchr            356 src/editor/syntax.c     return strchr (whole_right, c) != NULL ? -1 : i;
strchr            832 src/editor/syntax.c         p = strchr (f, '/');
strchr            840 src/editor/syntax.c         p = strchr (b, '/');
strchr            855 src/editor/syntax.c             p = strchr (f, ';');
strchr            864 src/editor/syntax.c             p = strchr (editnormal, ';');
strchr            878 src/editor/syntax.c         p = strchr (a, '/');
strchr            883 src/editor/syntax.c         while ((p = strchr (p, SYNTAX_TOKEN_PLUS)) != NULL)
strchr            131 src/filemanager/cd.c                     s = strchr (p, '}');
strchr            134 src/filemanager/cd.c                     s = strchr (p, PATH_SEP);
strchr            136 src/filemanager/cd.c                     s = strchr (p, '\0');
strchr            191 src/filemanager/cd.c             s = strchr (p, ':');
strchr            193 src/filemanager/cd.c                 s = strchr (p, '\0');
strchr            341 src/filemanager/ext.c                                     pbuffer = strchr (pbuffer, '\0');
strchr            701 src/filemanager/ext.c             pp = strchr (encoding_id, '\n');
strchr            721 src/filemanager/ext.c             pp = strchr (content_string, '\n');
strchr           1462 src/filemanager/find.c         filename = strchr (file + 4, ':') + 1;
strchr           1841 src/filemanager/find.c                 lc_filename = strchr (le->text + 4, ':') + 1;
strchr           1942 src/filemanager/find.c                         offset = strchr (filename + 4, ':') - filename + 1;
strchr            265 src/filemanager/mountlist.c     (strchr (Fs_name, ':') != NULL \
strchr           1608 src/filemanager/panel.c         hkey = strchr (translated_title, '&');
strchr            467 src/usermenu.c     commands = strchr (commands, '\n');
strchr            249 src/vfs/extfs/extfs.c         q = strchr (p, PATH_SEP);
strchr            417 src/vfs/extfs/extfs.c             p = strchr (cfn, '\0');
strchr            424 src/vfs/extfs/extfs.c                 q = strchr (cfn, '\0');
strchr            325 src/vfs/ftpfs/ftpfs.c     p = strchr (ret, ':');
strchr            755 src/vfs/ftpfs/ftpfs.c                 p = strchr (s, '\n');
strchr            793 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           2563 src/vfs/ftpfs/ftpfs.c             host_domain = strchr (host, '.');
strchr           2630 src/vfs/ftpfs/ftpfs.c     domain = strchr (hostname, '.');
strchr            675 src/vfs/ftpfs/ftpfs_parse_ls.c         space = strchr (line, ' ');
strchr            888 src/vfs/ftpfs/ftpfs_parse_ls.c     slash = strchr (t, '/');
strchr           1160 src/vfs/ftpfs/ftpfs_parse_ls.c                 if (ok && strchr (info->name, '/') == NULL)
strchr           1201 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            615 src/vfs/tar/tar-xheader.c     p = strchr (p, '=');