q 926 lib/strutil/strutil.c char *q; q 939 lib/strutil/strutil.c q = strchr (p, '\n'); q 940 lib/strutil/strutil.c if (q != NULL) q 942 lib/strutil/strutil.c c = q[0]; q 943 lib/strutil/strutil.c q[0] = '\0'; q 950 lib/strutil/strutil.c if (q == NULL) q 953 lib/strutil/strutil.c q[0] = c; q 954 lib/strutil/strutil.c p = q + 1; q 103 lib/strutil/xstrtol.c const char *q = nptr; q 104 lib/strutil/xstrtol.c unsigned char ch = *q; q 107 lib/strutil/xstrtol.c ch = *++q; q 117 lib/util.c char *buf, *buf2, *q, *r, c; q 131 lib/util.c q = strchr (p + 1, PATH_SEP); q 132 lib/util.c if (q == NULL) q 134 lib/util.c q = strchr (p + 1, '\0'); q 135 lib/util.c if (q == p + 1) q 138 lib/util.c c = *q; q 139 lib/util.c *q = '\0'; q 171 lib/util.c *q = c; q 172 lib/util.c p = q; q 993 lib/util.c char *q; q 998 lib/util.c for (q = valcopy; *p != '\0';) q 1007 lib/util.c *q++ = ESC_CHAR; q 1014 lib/util.c *q++ = *p++; q 1022 lib/util.c *q++ = c - 'a' + 1; q 1031 lib/util.c *q++ = *p++; q 1034 lib/util.c *q = '\0'; q 1061 lib/util.c char *p, *q; q 1065 lib/util.c q = my_second; q 1075 lib/util.c s = strchr (q, PATH_SEP); q 1080 lib/util.c if (len != (s - q) || strncmp (p, q, (size_t) len) != 0) q 1084 lib/util.c q = s + 1; q 1089 lib/util.c currlen = (i + 1) * 3 + strlen (q) + 1; q 1101 lib/util.c strcpy (p, q); q 770 lib/utilunix.c const char *p, *q; q 781 lib/utilunix.c q = IS_PATH_SEP (*p) ? p + 1 : ""; q 785 lib/utilunix.c q = strchr (p, PATH_SEP); q 786 lib/utilunix.c if (q == NULL) q 792 lib/utilunix.c name = g_strndup (p, q - p); q 794 lib/utilunix.c q++; q 803 lib/utilunix.c return g_strconcat (passwd->pw_dir, PATH_SEP_STR, q, (char *) NULL); q 398 lib/vfs/direntry.c const char *q; q 401 lib/vfs/direntry.c q = vfs_s_get_path (vpath, &super, 0); q 402 lib/vfs/direntry.c if (q == NULL) q 407 lib/vfs/direntry.c ino = vfs_s_find_inode (me, super, q, (flags & FL_FOLLOW) != 0 ? LINK_FOLLOW : LINK_NO_FOLLOW, q 409 lib/vfs/direntry.c if (ino == NULL && *q == '\0') q 412 lib/vfs/direntry.c vfs_s_find_inode (me, super, q, (flags & FL_FOLLOW) != 0 ? LINK_FOLLOW : LINK_NO_FOLLOW, q 1290 lib/vfs/direntry.c const char *q; q 1295 lib/vfs/direntry.c q = vfs_s_get_path (vpath, &super, 0); q 1296 lib/vfs/direntry.c if (q == NULL) q 1301 lib/vfs/direntry.c ino = vfs_s_find_inode (me, super, q, LINK_FOLLOW, FL_NONE); q 1320 lib/vfs/direntry.c name = g_path_get_dirname (q); q 1326 lib/vfs/direntry.c name = g_path_get_basename (q); q 266 lib/widget/history.c char *q; q 280 lib/widget/history.c listbox_get_current (hd->listbox, &q, NULL); q 281 lib/widget/history.c hd->text = g_strdup (q); q 83 lib/widget/input_complete.c char *q; q 777 lib/widget/input_complete.c const char *p, *q; q 786 lib/widget/input_complete.c q = text + lc_start; q 787 lib/widget/input_complete.c while (p < q && p[0] != '\0' && str_isspace (p)) q 791 lib/widget/input_complete.c return (p[0] == 'c' && p[1] == 'd' && str_isspace (p + 2) && p + 2 < q); q 843 lib/widget/input_complete.c state->q = strrchr (state->word, '$'); q 846 lib/widget/input_complete.c if (str_is_char_escaped (state->word, state->q)) q 849 lib/widget/input_complete.c str_move (state->q - 1, state->q); q 852 lib/widget/input_complete.c state->q = NULL; q 857 lib/widget/input_complete.c if (state->q != NULL && state->q[1] == '(' && (state->flags & INPUT_COMPLETE_COMMANDS) != 0) q 859 lib/widget/input_complete.c if (state->q > state->p) q 860 lib/widget/input_complete.c state->p = str_get_next_char (state->q); q 861 lib/widget/input_complete.c state->q = NULL; q 887 lib/widget/input_complete.c state->q = text + *lc_start; q 889 lib/widget/input_complete.c *state->p != '\0' && state->p < state->q && whitespace (*state->p); q 894 lib/widget/input_complete.c *state->p != '\0' && state->p < state->q && whitespace (*state->p); q 897 lib/widget/input_complete.c if (state->p == state->q) q 1199 lib/widget/input_complete.c char *q; q 1205 lib/widget/input_complete.c q = g_ptr_array_index (in->completions, k); q 1206 lib/widget/input_complete.c i = str_term_width1 (q); q 1247 lib/widget/input_complete.c q = g_ptr_array_index (in->completions, k); q 1248 lib/widget/input_complete.c listbox_add_item (complete_list, LISTBOX_APPEND_AT_END, 0, q, NULL, FALSE); q 1252 lib/widget/input_complete.c q = NULL; q 1255 lib/widget/input_complete.c listbox_get_current (complete_list, &q, NULL); q 1256 lib/widget/input_complete.c if (q != NULL) q 1257 lib/widget/input_complete.c insert_text (in, q, -1); q 1259 lib/widget/input_complete.c if (q != NULL || end != min_end) q 1300 lib/widget/input_complete.c if (state.p > state.q && state.p > state.r) q 1310 lib/widget/input_complete.c else if (state.q > state.p && state.q > state.r) q 1313 lib/widget/input_complete.c matches = completion_matches (state.q, variable_completion_function, state.flags); q 1315 lib/widget/input_complete.c *lc_start += state.q - state.word; q 1320 lib/widget/input_complete.c else if (state.r > state.p && state.r > state.q) q 96 lib/widget/label.c char *q; q 99 lib/widget/label.c q = strchr (p, '\n'); q 100 lib/widget/label.c if (q != NULL) q 102 lib/widget/label.c c = q[0]; q 103 lib/widget/label.c q[0] = '\0'; q 109 lib/widget/label.c if (q == NULL) q 112 lib/widget/label.c q[0] = c; q 113 lib/widget/label.c p = q + 1; q 170 src/consaver/cons.saver.c const char *p, *q; q 210 src/consaver/cons.saver.c q = "/dev/vcc/a%d"; q 215 src/consaver/cons.saver.c q = "/dev/vcsa%d"; q 228 src/consaver/cons.saver.c snprintf (vcsa_name, sizeof (vcsa_name), q, console_minor); q 671 src/diffviewer/ydiff.c char *q; q 674 src/diffviewer/ydiff.c *n = strtol (p, &q, 10); q 675 src/diffviewer/ydiff.c if (errno != 0 || p == q) q 677 src/diffviewer/ydiff.c *str = q; q 1528 src/diffviewer/ydiff.c const char *q = NULL; q 1551 src/diffviewer/ydiff.c q = &cvt[base - old_base - 1]; q 1552 src/diffviewer/ydiff.c base = old_base + q - cvt + 1; q 1571 src/diffviewer/ydiff.c if (q == NULL) q 1662 src/diffviewer/ydiff.c char *q; q 1665 src/diffviewer/ydiff.c q = g_realloc (p->p, new_size); q 1666 src/diffviewer/ydiff.c memcpy (q + p->u.len, str, sz); q 1667 src/diffviewer/ydiff.c p->p = q; q 1753 src/diffviewer/ydiff.c const DIFFLN *q; q 1756 src/diffviewer/ydiff.c q = &g_array_index (dview->a[DIFF_RIGHT], DIFFLN, i); q 1757 src/diffviewer/ydiff.c if (p->line != 0 && q->line != 0 && p->ch == CHG_CH) q 1764 src/diffviewer/ydiff.c hdiff_scan (p->p, p->u.len, q->p, q->u.len, HDIFF_MINCTX, h, HDIFF_DEPTH); q 178 src/editor/bookmark.c edit_book_mark_t *p, *q; q 194 src/editor/bookmark.c q = g_new (edit_book_mark_t, 1); q 195 src/editor/bookmark.c q->line = line; q 196 src/editor/bookmark.c q->c = c; q 197 src/editor/bookmark.c q->next = p->next; q 199 src/editor/bookmark.c q->prev = p; q 201 src/editor/bookmark.c p->next->prev = q; q 202 src/editor/bookmark.c p->next = q; q 220 src/editor/bookmark.c edit_book_mark_t *p, *q; q 226 src/editor/bookmark.c for (p = book_mark_find (edit, line); p != NULL; p = q) q 228 src/editor/bookmark.c q = p->prev; q 254 src/editor/bookmark.c edit_book_mark_t *p, *q; q 262 src/editor/bookmark.c for (q = edit->book_mark->next; q != NULL; q = p) q 264 src/editor/bookmark.c p = q->next; q 265 src/editor/bookmark.c if (q->c == c || c == -1) q 267 src/editor/bookmark.c q->prev->next = q->next; q 269 src/editor/bookmark.c p->prev = q->prev; q 270 src/editor/bookmark.c g_free (q); q 900 src/editor/edit.c const char *q; q 919 src/editor/edit.c q = strchr (chars_move_whole_word, c); q 920 src/editor/edit.c if (q == NULL) q 928 src/editor/edit.c for (x = 1, p = chars_move_whole_word; p < q; p++) q 933 src/editor/edit.c while ((q = strchr (q + 1, c)) != NULL); q 1536 src/editor/edit.c off_t q; q 1552 src/editor/edit.c for (q = edit->buffer.curs1 + inc;; q += inc) q 1557 src/editor/edit.c if (q >= edit->buffer.size || q < 0) q 1559 src/editor/edit.c a = edit_buffer_get_byte (&edit->buffer, q); q 1566 src/editor/edit.c if (q < edit->start_display) q 1577 src/editor/edit.c return q; q 1588 src/editor/edit.c off_t q; q 1590 src/editor/edit.c q = edit_get_bracket (edit, 0, 0); q 1591 src/editor/edit.c if (q >= 0) q 1595 src/editor/edit.c edit_cursor_move (edit, q - edit->buffer.curs1); q 2789 src/editor/edit.c off_t p, q; q 2794 src/editor/edit.c q = upto; q 2798 src/editor/edit.c q = edit->buffer.size + 2; q 2800 src/editor/edit.c for (col = 0, p = current; p < q; p++) q 3018 src/editor/edit.c long q; q 3020 src/editor/edit.c q = edit->curs_col; q 3027 src/editor/edit.c b = edit_move_forward3 (edit, p, q, 0); q 476 src/editor/editcmd.c off_t p, q; q 480 src/editor/editcmd.c q = edit_move_forward3 (edit, r, c, 0); q 482 src/editor/editcmd.c q = MIN (q, m2); q 485 src/editor/editcmd.c for (; q > p; q--) q 1803 src/editor/editcmd.c char q[8]; q 1805 src/editor/editcmd.c sprintf (q, "%d ", e); q 1806 src/editor/editcmd.c message (D_ERROR, MSG_ERROR, _ ("Sort returned non-zero: %s"), q); q 501 src/editor/editdraw.c off_t q; q 528 src/editor/editdraw.c q = edit_move_forward3 (edit, b, start_col - edit->start_col, 0); q 529 src/editor/editdraw.c col = (int) edit_move_forward3 (edit, b, 0, q); q 580 src/editor/editdraw.c p->style = q == edit->buffer.curs1 ? MOD_CURSOR : 0; q 582 src/editor/editdraw.c if (q >= m1 && q < m2) q 590 src/editor/editdraw.c x = (long) edit_move_forward3 (edit, b, 0, q); q 601 src/editor/editdraw.c if (q == edit->bracket) q 603 src/editor/editdraw.c if (q >= edit->found_start && q < (off_t) (edit->found_start + edit->found_len)) q 608 src/editor/editdraw.c c = edit_buffer_get_utf (&edit->buffer, q, &char_length); q 611 src/editor/editdraw.c c = edit_buffer_get_byte (&edit->buffer, q); q 620 src/editor/editdraw.c color = edit_get_syntax_color (edit, q); q 640 src/editor/editdraw.c if ((edit_options.visible_tabs || (edit_options.visible_tws && q >= tws)) q 680 src/editor/editdraw.c else if (edit_options.visible_tws && q >= tws && enable_show_tabs_tws q 710 src/editor/editdraw.c if (edit_options.visible_tws && q >= tws && enable_show_tabs_tws q 792 src/editor/editdraw.c q++; q 794 src/editor/editdraw.c q += char_length - 1; q 124 src/editor/editoptions.c char *p, *q; q 164 src/editor/editoptions.c "edit-tab-spacing", &q, NULL, FALSE, FALSE, q 222 src/editor/editoptions.c if (*q != '\0') q 224 src/editor/editoptions.c TAB_SIZE = atoi (q); q 227 src/editor/editoptions.c g_free (q); q 602 src/editor/editsearch.c long q = 0; q 607 src/editor/editsearch.c while (mc_search_run (edit->search, (void *) &esm, q, edit->buffer.size, &len)) q 613 src/editor/editsearch.c l += edit_buffer_count_lines (&edit->buffer, q, edit->search->normal_offset); q 617 src/editor/editsearch.c q = edit->search->normal_offset + 1; q 169 src/editor/format.c get_paragraph (const edit_buffer_t *buf, off_t p, off_t q, gboolean indent) q 175 src/editor/format.c for (; p < q; p++) q 272 src/editor/format.c next_word_start (unsigned char *t, off_t q, off_t size) q 277 src/editor/format.c for (i = q; i < size; i++) q 300 src/editor/format.c word_start (unsigned char *t, off_t q, off_t size) q 304 src/editor/format.c if (whitespace (t[q])) q 305 src/editor/format.c return next_word_start (t, q, size); q 307 src/editor/format.c for (i = q;; i--) q 327 src/editor/format.c off_t q = 0, ww; q 338 src/editor/format.c q = line_pixel_length (t, q, ww, utf8); q 339 src/editor/format.c if (q > size) q 341 src/editor/format.c if (t[q] == '\n') q 343 src/editor/format.c p = word_start (t, q, size); q 345 src/editor/format.c q = next_word_start (t, q, size); /* Return the end of the word if the beginning q 349 src/editor/format.c q = p; q 350 src/editor/format.c if (q == -1) // end of paragraph q 352 src/editor/format.c if (q != 0) q 353 src/editor/format.c t[q - 1] = '\n'; q 360 src/editor/format.c replace_at (WEdit *edit, off_t q, int c) q 362 src/editor/format.c edit_cursor_move (edit, q - edit->buffer.curs1); q 372 src/editor/format.c off_t q = p; q 375 src/editor/format.c while (strchr ("\t ", edit_buffer_get_byte (&edit->buffer, q)) != NULL q 376 src/editor/format.c && q < edit->buffer.size - 1) q 377 src/editor/format.c q++; q 379 src/editor/format.c return (long) edit_move_forward3 (edit, p, 0, q); q 455 src/editor/format.c test_indent (const WEdit *edit, off_t p, off_t q) q 463 src/editor/format.c for (; p < q; p++) q 477 src/editor/format.c off_t p, q; q 491 src/editor/format.c q = end_paragraph (edit, force); q 492 src/editor/format.c indent = test_indent (edit, p, q); q 494 src/editor/format.c t = get_paragraph (&edit->buffer, p, q, indent != 0); q 529 src/editor/format.c format_this (t2, q - p, indent, utf8); q 266 src/editor/syntax.c const unsigned char *p, *q; q 274 src/editor/syntax.c for (p = (const unsigned char *) text->str, q = p + text->len; p < q; p++, i++) q 279 src/editor/syntax.c if (++p > q) q 295 src/editor/syntax.c if (++p > q) q 329 src/editor/syntax.c if (++p > q) q 345 src/editor/syntax.c while (*p != SYNTAX_TOKEN_BRACKET && p <= q) q 347 src/editor/syntax.c if (p > q) q 353 src/editor/syntax.c if (++p > q) q 362 src/editor/syntax.c while (*p != SYNTAX_TOKEN_BRACE && p < q) q 1358 src/editor/syntax.c gboolean q; q 1360 src/editor/syntax.c q = mc_search (args[1], DEFAULT_CHARSET, editor_file, MC_SEARCH_T_REGEX); q 1362 src/editor/syntax.c if (!q && args[3] != NULL) q 1365 src/editor/syntax.c q = mc_search (args[3], DEFAULT_CHARSET, first_line, MC_SEARCH_T_REGEX); q 1367 src/editor/syntax.c if (q) q 86 src/filemanager/cd.c GString *q; q 95 src/filemanager/cd.c q = g_string_sized_new (32); q 105 src/filemanager/cd.c g_string_append_c (q, '$'); q 110 src/filemanager/cd.c g_string_append_c (q, *p); q 141 src/filemanager/cd.c g_string_append_c (q, '$'); q 143 src/filemanager/cd.c g_string_append_c (q, '{'); q 147 src/filemanager/cd.c g_string_append (q, t); q 164 src/filemanager/cd.c return q; q 1095 src/filemanager/cmd.c char *q, *dest; q 1099 src/filemanager/cmd.c q = g_strdup_printf (_ ("Symlink '%s\' points to:"), str_trunc (p, 32)); q 1100 src/filemanager/cmd.c dest = input_expand_dialog (_ ("Edit symlink"), q, MC_HISTORY_FM_EDIT_LINK, buffer, q 1102 src/filemanager/cmd.c g_free (q); q 405 src/filemanager/ext.c char *q; q 412 src/filemanager/ext.c q = pbuffer + strlen (pbuffer) - 1; q 413 src/filemanager/ext.c while (q >= pbuffer && whitespace (*q)) q 414 src/filemanager/ext.c q--; q 415 src/filemanager/ext.c q[1] = 0; q 239 src/filemanager/file.c char *s, *q; q 248 src/filemanager/file.c for (q = s; *q != '\0'; q++) q 249 src/filemanager/file.c if (*q == '\n') q 250 src/filemanager/file.c *q = ' '; q 256 src/filemanager/file.c q = NULL; q 261 src/filemanager/file.c q = mc_search_prepare_replace_str2 (ctx->search_handle, ctx->dest_mask); q 279 src/filemanager/file.c s = mc_build_filename (repl_dest, q, (char *) NULL); q 291 src/filemanager/file.c g_free (q); q 551 src/filemanager/file.c vfs_path_t *q; q 559 src/filemanager/file.c q = vfs_path_from_str_flags (dst_path, VPF_NO_CANON); q 561 src/filemanager/file.c q = vfs_path_build_filename (p->str, dst_path, (char *) NULL); q 563 src/filemanager/file.c if (vfs_path_tokens_count (q) > 1) q 569 src/filemanager/file.c tmp_vpath1 = vfs_path_vtokens_get (q, -1, 1); q 579 src/filemanager/file.c vfs_path_free (q, TRUE); q 1047 src/filemanager/filemanager.c int q = quit; q 1063 src/filemanager/filemanager.c q = 1; q 1066 src/filemanager/filemanager.c q = 1; q 1071 src/filemanager/filemanager.c q = 1; q 1073 src/filemanager/filemanager.c if (q != 0) q 1078 src/filemanager/filemanager.c else if ((q = exit_subshell () ? 1 : 0) != 0) q 1083 src/filemanager/filemanager.c if (q != 0) q 65 src/filemanager/filenot.c vfs_path_t *q; q 83 src/filemanager/filenot.c q = vfs_path_append_new (vpath, "..", (char *) NULL); q 84 src/filemanager/filenot.c result = my_mkdir_rec (q, mode); q 85 src/filemanager/filenot.c vfs_path_free (q, TRUE); q 169 src/filemanager/treestore.c char *res, *p, *q; q 173 src/filemanager/treestore.c for (p = q = res; *p != '\0'; p++, q++) q 177 src/filemanager/treestore.c *q = '\0'; q 183 src/filemanager/treestore.c *q = *p; q 192 src/filemanager/treestore.c *q = '\n'; q 195 src/filemanager/treestore.c *q = '\\'; q 202 src/filemanager/treestore.c *q = *p; q 675 src/usermenu.c const char *q = p; q 679 src/usermenu.c q += 4; q 680 src/usermenu.c if (*q == '{') q 682 src/usermenu.c for (q++; *q != '\0' && *q != '}'; q++) q 684 src/usermenu.c if (strncmp (q, DEFAULT_CHARSET, 5) == 0) q 687 src/usermenu.c q += 4; q 689 src/usermenu.c else if (strncmp (q, "hex", 3) == 0) q 692 src/usermenu.c q += 2; q 694 src/usermenu.c else if (strncmp (q, "nroff", 5) == 0) q 697 src/usermenu.c q += 4; q 699 src/usermenu.c else if (strncmp (q, "unform", 6) == 0) q 702 src/usermenu.c q += 5; q 705 src/usermenu.c if (*q == '}') q 706 src/usermenu.c q++; q 708 src/usermenu.c return q - p; q 733 src/usermenu.c const char *q = p; q 738 src/usermenu.c for (q += 4; *q != '\0' && *q != '}'; q++) q 740 src/usermenu.c if (*q == ':') q 741 src/usermenu.c dots = q + 1; q 743 src/usermenu.c if (*q == '\0') q 746 src/usermenu.c if (dots == NULL || dots == q + 5) q 762 src/usermenu.c *v = g_strndup (dots, q - dots); q 764 src/usermenu.c return q - p; q 236 src/vfs/extfs/extfs.c char *q; q 254 src/vfs/extfs/extfs.c q = strchr (p, PATH_SEP); q 255 src/vfs/extfs/extfs.c if (q == NULL) q 256 src/vfs/extfs/extfs.c q = (char *) name_end; q 258 src/vfs/extfs/extfs.c c = *q; q 259 src/vfs/extfs/extfs.c *q = '\0'; q 270 src/vfs/extfs/extfs.c *q = c; q 276 src/vfs/extfs/extfs.c *q = c; q 284 src/vfs/extfs/extfs.c if (pent != NULL && q + 1 > name_end) q 287 src/vfs/extfs/extfs.c *q = c; q 300 src/vfs/extfs/extfs.c *q = c; q 302 src/vfs/extfs/extfs.c p = q + 1; q 417 src/vfs/extfs/extfs.c char *p, *q; q 429 src/vfs/extfs/extfs.c q = strchr (cfn, '\0'); q 434 src/vfs/extfs/extfs.c q = cfn; q 437 src/vfs/extfs/extfs.c if (*q != '\0') q 439 src/vfs/extfs/extfs.c pent = extfs_find_entry (super->root, q, FL_MKDIR); q 1023 src/vfs/extfs/extfs.c char *q, *archive_name, *quoted_archive_name; q 1030 src/vfs/extfs/extfs.c q = name_quote (p, FALSE); q 1037 src/vfs/extfs/extfs.c g_strconcat (info->path, info->prefix, " run ", quoted_archive_name, " ", q, (char *) NULL); q 1039 src/vfs/extfs/extfs.c g_free (q); q 1051 src/vfs/extfs/extfs.c const char *q; q 1056 src/vfs/extfs/extfs.c q = extfs_get_path (vpath, &archive, FL_NONE); q 1057 src/vfs/extfs/extfs.c if (q == NULL) q 1059 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); q 1063 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_MKFILE); q 1184 src/vfs/extfs/extfs.c const char *q; q 1188 src/vfs/extfs/extfs.c q = extfs_get_path (vpath, &archive, FL_NONE); q 1189 src/vfs/extfs/extfs.c if (q == NULL) q 1191 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); q 1262 src/vfs/extfs/extfs.c const char *q; q 1266 src/vfs/extfs/extfs.c q = extfs_get_path (vpath, &archive, FL_NONE); q 1267 src/vfs/extfs/extfs.c if (q == NULL) q 1269 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); q 1317 src/vfs/extfs/extfs.c const char *q; q 1322 src/vfs/extfs/extfs.c q = extfs_get_path (vpath, &archive, FL_NONE); q 1323 src/vfs/extfs/extfs.c if (q == NULL) q 1325 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); q 1360 src/vfs/extfs/extfs.c const char *q; q 1364 src/vfs/extfs/extfs.c q = extfs_get_path (vpath, &archive, FL_NONE); q 1365 src/vfs/extfs/extfs.c if (q == NULL) q 1367 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); q 1395 src/vfs/extfs/extfs.c const char *q; q 1403 src/vfs/extfs/extfs.c q = extfs_get_path (vpath, &archive, FL_NONE); q 1404 src/vfs/extfs/extfs.c if (q == NULL) q 1406 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); q 1412 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_MKDIR); q 1441 src/vfs/extfs/extfs.c const char *q; q 1445 src/vfs/extfs/extfs.c q = extfs_get_path (vpath, &archive, FL_NONE); q 1446 src/vfs/extfs/extfs.c if (q == NULL) q 1448 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); q 521 src/vfs/tar/tar.c char *p, *q; q 533 src/vfs/tar/tar.c q = file_name + len; // "" q 538 src/vfs/tar/tar.c q = file_name; q 541 src/vfs/tar/tar.c parent = vfs_s_find_inode (me, archive, q, LINK_NO_FOLLOW, FL_MKDIR); q 270 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c char *q; q 272 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c q = g_shell_quote (val); q 273 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf (" %s: %s\n", name, q); q 274 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c g_free (q);