strchr            530 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            943 lib/strutil/strutil.c         q = strchr (p, '\n');
strchr            108 lib/strutil/xstrtol.c         if (valid_suffixes != NULL && **p != '\0' && strchr (valid_suffixes, **p) != NULL)
strchr            134 lib/strutil/xstrtol.c         if (strchr (valid_suffixes, **p) == NULL)
strchr            158 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            765 lib/util.c                     while (*(++r) != '\0' && strchr ("0123456789;:?", *r) != NULL)
strchr           1059 lib/util.c                 r = strchr (p, PATH_SEP);
strchr           1062 lib/util.c                 s = strchr (q, PATH_SEP);
strchr           1074 lib/util.c             for (i = 0; (p = strchr (p + 1, PATH_SEP)) != NULL; i++)
strchr           1182 lib/util.c             if (strchr (p, ' ') != NULL)
strchr           1288 lib/util.c                 && strchr (&buf[len + 1], ' ') == NULL)
strchr           1331 lib/util.c         sep = strchr (result, '|');
strchr            217 lib/utilunix.c         shell_token = shell != NULL ? strchr (shell, ' ') : NULL;
strchr            736 lib/utilunix.c         q = strchr (p, PATH_SEP);
strchr           1008 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            669 lib/vfs/interface.c             p = strchr (path_element->path, 0) - 1;
strchr            737 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            209 lib/vfs/path.c         slash = strchr (semi, PATH_SEP);
strchr            261 lib/vfs/path.c         pend = strchr (at, '\0');
strchr            264 lib/vfs/path.c         inner_colon = strchr (pcopy, ':');
strchr            283 lib/vfs/path.c         colon = strchr (rest, ':');
strchr            286 lib/vfs/path.c         colon = strchr (++rest, ']');
strchr            400 lib/vfs/path.c         url_params = strchr (op, ':');  /* skip VFS prefix */
strchr            472 lib/vfs/path.c             slash_pointer = strchr (url_delimiter, PATH_SEP);
strchr           1382 lib/vfs/path.c         for (prev_token = element->path; (token = strchr (prev_token, PATH_SEP)) != NULL;
strchr            205 lib/vfs/utilvfs.c         if (strchr (".-_@", *p) != NULL || g_ascii_isalnum (*p))
strchr            258 lib/vfs/utilvfs.c         dir = strchr (pcopy, PATH_SEP);
strchr            280 lib/vfs/utilvfs.c         inner_colon = strchr (pcopy, ':');
strchr            304 lib/vfs/utilvfs.c         colon = strchr (rest, ':');
strchr            307 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            368 lib/widget/input_complete.c         p = strchr (*env_p, '=');
strchr            595 lib/widget/input_complete.c         isabsolute = strchr (u_text, PATH_SEP) != NULL;
strchr            608 lib/widget/input_complete.c                     path_end = strchr (p, '\0');
strchr            609 lib/widget/input_complete.c                     while ((p = strchr (p, PATH_ENV_SEP)) != NULL)
strchr            670 lib/widget/input_complete.c                 cur_path = strchr (cur_path, '\0') + 1;
strchr            854 lib/widget/input_complete.c     else if (strchr (command_separator_chars, ti[0]) != NULL)
strchr            952 lib/widget/input_complete.c                     s = strchr (cdpath, ':');
strchr            955 lib/widget/input_complete.c                         s = strchr (cdpath, '\0');
strchr           1368 lib/widget/input_complete.c         && strchr (state.word, PATH_SEP) == NULL)
strchr           1434 lib/widget/input_complete.c         if (strchr (word_separators, *s) != NULL && !strutils_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            669 src/editor/edit.c         if (strchr (" \t", edit_buffer_get_byte (buf, p)) == NULL)
strchr            935 src/editor/edit.c     q = strchr (chars_move_whole_word, c);
strchr            949 src/editor/edit.c     while ((q = strchr (q + 1, c)) != NULL);
strchr           1563 src/editor/edit.c     p = strchr (b, c);
strchr           1570 src/editor/edit.c     if (strchr ("{[(", c) != NULL)
strchr           1748 src/editor/edit.c         pn = strchr ((char *) data, '\n');
strchr           1986 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           1459 src/filemanager/find.c         filename = strchr (file + 4, ':') + 1;
strchr           1838 src/filemanager/find.c                 lc_filename = strchr (le->text + 4, ':') + 1;
strchr           1938 src/filemanager/find.c                                                            ? strchr (filename + 4, ':') - filename + 1
strchr            265 src/filemanager/mountlist.c     (strchr (Fs_name, ':') != NULL \
strchr           1607 src/filemanager/panel.c         hkey = strchr (translated_title, '&');
strchr            453 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            517 src/vfs/sfs/sfs.c         semi = strchr (c, '\n');
strchr            701 src/vfs/tar/tar-xheader.c     p = strchr (p, '=');