strchr 525 lib/search/regex.c if (strchr ("ntvbrfa", c) != NULL) strchr 82 lib/serialize.c const char *semi_ptr = strchr (non_serialized_data + 1, SRLZ_DELIM_C); strchr 153 lib/serialize.c semi_ptr = strchr (data + 1, SRLZ_DELIM_C); strchr 89 lib/strutil/strescape.c if (strchr (escaped_chars, (int) src[curr_index])) strchr 155 lib/strutil/strescape.c if (strchr (unescaped_chars, (int) src[curr_index]) == NULL) strchr 941 lib/strutil/strutil.c q = strchr (p, '\n'); strchr 106 lib/strutil/xstrtol.c if (valid_suffixes != NULL && **p != '\0' && strchr (valid_suffixes, **p) != NULL) strchr 132 lib/strutil/xstrtol.c if (strchr (valid_suffixes, **p) == NULL) strchr 154 lib/strutil/xstrtol.c if (strchr (valid_suffixes, '0') != NULL) strchr 129 lib/util.c q = strchr (p + 1, PATH_SEP); strchr 132 lib/util.c q = strchr (p + 1, '\0'); strchr 162 lib/util.c r = strchr (buf, '\0'); strchr 757 lib/util.c while (*(++r) != '\0' && strchr ("0123456789;:?", *r) != NULL) strchr 1044 lib/util.c r = strchr (p, PATH_SEP); strchr 1047 lib/util.c s = strchr (q, PATH_SEP); strchr 1059 lib/util.c for (i = 0; (p = strchr (p + 1, PATH_SEP)) != NULL; i++) strchr 1167 lib/util.c if (strchr (p, ' ') != NULL) strchr 1273 lib/util.c && strchr (&buf[len + 1], ' ') == NULL) strchr 1316 lib/util.c sep = strchr (result, '|'); strchr 214 lib/utilunix.c shell_token = shell != NULL ? strchr (shell, ' ') : NULL; strchr 726 lib/utilunix.c q = strchr (p, PATH_SEP); strchr 1007 lib/utilunix.c p = strchr (p, PATH_SEP); strchr 112 lib/vfs/direntry.c sep = strchr (path, PATH_SEP); strchr 224 lib/vfs/direntry.c strchr (path, PATH_SEP) != NULL ? LINK_FOLLOW : follow); strchr 704 lib/vfs/interface.c p = strchr (path_element->path, 0) - 1; strchr 772 lib/vfs/interface.c if (strchr (prefix, PATH_SEP) != NULL) strchr 93 lib/vfs/parse_ls_vga.c return (strchr ("\\-/", (int) str[2]) != NULL); strchr 151 lib/vfs/parse_ls_vga.c p = strchr (str, ':'); strchr 183 lib/vfs/parse_ls_vga.c if (strchr (str, ':') != NULL) strchr 98 lib/vfs/path.c slash = strchr (semi, PATH_SEP); strchr 204 lib/vfs/path.c slash = strchr (semi, PATH_SEP); strchr 256 lib/vfs/path.c pend = strchr (at, '\0'); strchr 259 lib/vfs/path.c inner_colon = strchr (pcopy, ':'); strchr 278 lib/vfs/path.c colon = strchr (rest, ':'); strchr 281 lib/vfs/path.c colon = strchr (++rest, ']'); strchr 395 lib/vfs/path.c url_params = strchr (op, ':'); /* skip VFS prefix */ strchr 468 lib/vfs/path.c slash_pointer = strchr (url_delimiter, PATH_SEP); strchr 1356 lib/vfs/path.c for (prev_token = element->path; (token = strchr (prev_token, PATH_SEP)) != NULL; strchr 207 lib/vfs/utilvfs.c if (strchr (".-_@", *p) != NULL || g_ascii_isalnum (*p)) strchr 282 lib/vfs/utilvfs.c inner_colon = strchr (pcopy, ':'); strchr 306 lib/vfs/utilvfs.c colon = strchr (rest, ':'); strchr 309 lib/vfs/utilvfs.c colon = strchr (++rest, ']'); strchr 148 lib/vfs/vfs.c slash = strchr (semi, PATH_SEP); strchr 216 lib/widget/input.c colon = strchr (delim + strlen (VFS_PATH_URL_DELIMITER), ':'); strchr 218 lib/widget/input.c colon = strchr (url, ':'); strchr 366 lib/widget/input_complete.c p = strchr (*env_p, '='); strchr 593 lib/widget/input_complete.c isabsolute = strchr (u_text, PATH_SEP) != NULL; strchr 606 lib/widget/input_complete.c path_end = strchr (p, '\0'); strchr 607 lib/widget/input_complete.c while ((p = strchr (p, PATH_ENV_SEP)) != NULL) strchr 669 lib/widget/input_complete.c cur_path = strchr (cur_path, '\0') + 1; strchr 853 lib/widget/input_complete.c else if (strchr (command_separator_chars, ti[0]) != NULL) strchr 951 lib/widget/input_complete.c s = strchr (cdpath, ':'); strchr 954 lib/widget/input_complete.c s = strchr (cdpath, '\0'); strchr 1360 lib/widget/input_complete.c && strchr (state.word, PATH_SEP) == NULL) strchr 1426 lib/widget/input_complete.c if (strchr (word_separators, *s) != NULL && !strutils_is_char_escaped (in->buffer, s)) strchr 96 lib/widget/label.c q = strchr (p, '\n'); strchr 205 lib/widget/widget-common.c cp = strchr (text, '&'); strchr 297 lib/widget/wtools.c if (strchr (cp, '&') != NULL) strchr 331 lib/widget/wtools.c if (strchr (cur_name, '&') != NULL) strchr 650 src/editor/edit.c if (strchr (" \t", edit_buffer_get_byte (buf, p)) == NULL) strchr 909 src/editor/edit.c q = strchr (option_chars_move_whole_word, c); strchr 919 src/editor/edit.c while ((q = strchr (q + 1, c))); strchr 1526 src/editor/edit.c p = strchr (b, c); strchr 1533 src/editor/edit.c if (strchr ("{[(", c) != NULL) strchr 1711 src/editor/edit.c pn = strchr ((char *) data, '\n'); strchr 1945 src/editor/edit.c return (isspace (c) || strchr ("{}[]()<>=|/\\!?~-+`'\",.;:#$%^&*", c)); strchr 89 src/editor/format.c while (strchr ("\t ", edit_buffer_get_byte (buf, p)) != NULL) strchr 115 src/editor/format.c return (option_stop_format_chars != NULL && strchr (option_stop_format_chars, c) != NULL); strchr 181 src/editor/format.c while (strchr ("\t ", edit_buffer_get_byte (buf, p)) != NULL) strchr 377 src/editor/format.c while (strchr ("\t ", edit_buffer_get_byte (&edit->buffer, q)) != NULL strchr 412 src/editor/format.c while (strchr ("\t ", edit_buffer_get_byte (&edit->buffer, p)) != NULL) strchr 420 src/editor/format.c while (strchr ("\t ", edit_buffer_get_byte (&edit->buffer, p)) != NULL) strchr 437 src/editor/format.c while (strchr ("\t ", edit_buffer_get_byte (&edit->buffer, p)) != NULL) strchr 505 src/editor/format.c && strchr (option_stop_format_chars, t->str[0]) != NULL) strchr 517 src/editor/format.c if (t->str[i] == '\n' && strchr (stop_format_chars, t->str[i + 1]) != NULL) strchr 257 src/editor/syntax.c if ((line_start && c != '\n') || (whole_left != NULL && strchr (whole_left, c) != NULL)) strchr 270 src/editor/syntax.c if (*p == '\0' && whole_right != NULL && strchr (whole_right, c) == NULL) strchr 292 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 294 src/editor/syntax.c if (whiteness (c) || (whole_right != NULL && strchr (whole_right, c) == NULL)) strchr 350 src/editor/syntax.c strchr (whole_right, strchr 818 src/editor/syntax.c p = strchr (f, '/'); strchr 826 src/editor/syntax.c p = strchr (b, '/'); strchr 841 src/editor/syntax.c p = strchr (f, ';'); strchr 850 src/editor/syntax.c p = strchr (editnormal, ';'); strchr 864 src/editor/syntax.c p = strchr (a, '/'); strchr 869 src/editor/syntax.c while ((p = strchr (p, SYNTAX_TOKEN_PLUS)) != NULL) strchr 128 src/filemanager/cd.c s = strchr (p, '}'); strchr 131 src/filemanager/cd.c s = strchr (p, PATH_SEP); strchr 133 src/filemanager/cd.c s = strchr (p, '\0'); strchr 188 src/filemanager/cd.c s = strchr (p, ':'); strchr 190 src/filemanager/cd.c s = strchr (p, '\0'); strchr 330 src/filemanager/ext.c pbuffer = strchr (pbuffer, 0); strchr 681 src/filemanager/ext.c pp = strchr (encoding_id, '\n'); strchr 702 src/filemanager/ext.c pp = strchr (content_string, '\n'); strchr 905 src/filemanager/ext.c q = strchr (p, '\n'); strchr 907 src/filemanager/ext.c q = strchr (p, '\0'); strchr 986 src/filemanager/ext.c q = strchr (p, '\n'); strchr 988 src/filemanager/ext.c q = strchr (p, '\0'); strchr 991 src/filemanager/ext.c r = strchr (p, '='); strchr 1001 src/filemanager/ext.c t = strchr (include_target, '\n'); strchr 1449 src/filemanager/find.c filename = strchr (file + 4, ':') + 1; strchr 1827 src/filemanager/find.c lc_filename = strchr (le->text + 4, ':') + 1; strchr 1938 src/filemanager/find.c ? strchr (filename + 4, ':') - filename + 1 : 4)); strchr 265 src/filemanager/mountlist.c (strchr (Fs_name, ':') != NULL \ strchr 1552 src/filemanager/panel.c hkey = strchr (translated_title, '&'); strchr 440 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 327 src/vfs/ftpfs/ftpfs.c p = strchr (ret, ':'); strchr 757 src/vfs/ftpfs/ftpfs.c p = strchr (s, '\n'); strchr 795 src/vfs/ftpfs/ftpfs.c if (strchr (host, '.') == NULL) strchr 1159 src/vfs/ftpfs/ftpfs.c c = strchr (reply_str, '|'); strchr 1661 src/vfs/ftpfs/ftpfs.c if (strchr (dir->remote_path, ' ') == NULL) strchr 1784 src/vfs/ftpfs/ftpfs.c || (strchr (remote_path, ' ') != NULL); strchr 2545 src/vfs/ftpfs/ftpfs.c host_domain = strchr (host, '.'); strchr 2612 src/vfs/ftpfs/ftpfs.c domain = strchr (hostname, '.'); strchr 428 src/vfs/ftpfs/ftpfs_parse_ls.c if (strchr ("bcpsD", line[0]) != NULL) /* block, char, pipe, socket, Door. */ 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 514 src/vfs/sfs/sfs.c semi = strchr (c, '\n');