a 92 lib/skin/ini-file.c string_array_comparator (gconstpointer a, gconstpointer b) a 94 lib/skin/ini-file.c return strcmp (*(char *const *) a, *(char *const *) b); a 559 lib/tty/key.c select_cmp_by_fd_set (gconstpointer a, gconstpointer b) a 561 lib/tty/key.c const select_t *s = (const select_t *) a; a 570 lib/tty/key.c select_cmp_by_fd (gconstpointer a, gconstpointer b) a 572 lib/tty/key.c const select_t *s = (const select_t *) a; a 995 lib/vfs/direntry.c vfs_s_entry_compare (const void *a, const void *b) a 997 lib/vfs/direntry.c const struct vfs_s_entry *e = (const struct vfs_s_entry *) a; a 92 lib/vfs/gc.c #define VFS_STAMPING(a) ((struct vfs_stamping *)(a)) a 112 lib/vfs/gc.c vfs_stamp_compare (gconstpointer a, gconstpointer b) a 114 lib/vfs/gc.c const struct vfs_stamping *vsa = (const struct vfs_stamping *) a; a 28 lib/vfs/vfs.h #define VFS_CLASS(a) ((struct vfs_class *) (a)) a 50 lib/vfs/vfs.h #define IS_LINEAR(a) 0 a 51 lib/vfs/vfs.h #define NO_LINEAR(a) a a 54 lib/vfs/vfs.h #define IS_LINEAR(a) ((a) == (O_RDONLY | O_LINEAR)) /* Return only 0 and 1 ! */ a 55 lib/vfs/vfs.h #define NO_LINEAR(a) (((a) == (O_RDONLY | O_LINEAR)) ? O_RDONLY : (a)) a 35 lib/vfs/xdirentry.h #define ERRNOR(a, b) do { me->verrno = a; return b; } while (0) a 37 lib/vfs/xdirentry.h #define VFS_SUBCLASS(a) ((struct vfs_s_subclass *) (a)) a 39 lib/vfs/xdirentry.h #define VFS_SUPER(a) ((struct vfs_s_super *) (a)) a 40 lib/vfs/xdirentry.h #define VFS_ENTRY(a) ((struct vfs_s_entry *) (a)) a 41 lib/vfs/xdirentry.h #define VFS_INODE(a) ((struct vfs_s_inode *) (a)) a 43 lib/vfs/xdirentry.h #define VFS_FILE_HANDLER(a) ((vfs_file_handler_t *) a) a 44 lib/vfs/xdirentry.h #define VFS_FILE_HANDLER_SUPER(a) VFS_FILE_HANDLER (a)->ino->super a 164 lib/vfs/xdirentry.h int vfs_s_entry_compare (const void *a, const void *b); a 702 lib/widget/input_complete.c match_compare (const void *a, const void *b) a 704 lib/widget/input_complete.c return strcmp (*(char *const *) a, *(char *const *) b); a 63 lib/widget/listbox.c listbox_entry_cmp (const void *a, const void *b, void *user_data) a 65 lib/widget/listbox.c const WLEntry *ea = (const WLEntry *) a; a 648 lib/widget/widget-common.c widget_overlapped (const Widget * a, const Widget * b) a 650 lib/widget/widget-common.c return !((b->x >= a->x + a->cols) a 651 lib/widget/widget-common.c || (a->x >= b->x + b->cols) || (b->y >= a->y + a->lines) || (a->y >= b->y + b->lines)); a 214 lib/widget/widget-common.h gboolean widget_overlapped (const Widget * a, const Widget * b); a 55 src/diffviewer/internal.h int a[2][2]; a 81 src/diffviewer/internal.h GArray *a; a 95 src/diffviewer/internal.h GArray *a[DIFF_COUNT]; a 150 src/diffviewer/search.c if ((size_t) dview->search.last_accessed_num_line >= dview->a[dview->ord]->len) a 151 src/diffviewer/search.c dview->search.last_accessed_num_line = (ssize_t) dview->a[dview->ord]->len; a 157 src/diffviewer/search.c p = (DIFFLN *) & g_array_index (dview->a[dview->ord], DIFFLN, (size_t) ind); a 181 src/diffviewer/search.c else if ((size_t) dview->search.last_accessed_num_line >= dview->a[dview->ord]->len) a 183 src/diffviewer/search.c dview->search.last_accessed_num_line = (ssize_t) dview->a[dview->ord]->len; a 187 src/diffviewer/search.c for (ind = (size_t)++ dview->search.last_accessed_num_line; ind < dview->a[dview->ord]->len; a 192 src/diffviewer/search.c p = (DIFFLN *) & g_array_index (dview->a[dview->ord], DIFFLN, ind); a 72 src/diffviewer/ydiff.c #define g_array_foreach(a, TP, cbf) \ a 76 src/diffviewer/ydiff.c for (g_array_foreach_i = 0; g_array_foreach_i < a->len; g_array_foreach_i++) \ a 80 src/diffviewer/ydiff.c g_array_foreach_var = &g_array_index (a, TP, g_array_foreach_i); \ a 741 src/diffviewer/ydiff.c op.a[0][0] = f1; a 742 src/diffviewer/ydiff.c op.a[0][1] = f2; a 744 src/diffviewer/ydiff.c op.a[1][0] = t1; a 745 src/diffviewer/ydiff.c op.a[1][1] = t2; a 884 src/diffviewer/ydiff.c #define F1 a[eff][0] a 885 src/diffviewer/ydiff.c #define F2 a[eff][1] a 886 src/diffviewer/ydiff.c #define T1 a[ ord^1 ][0] a 887 src/diffviewer/ydiff.c #define T2 a[ ord^1 ][1] a 1682 src/diffviewer/ydiff.c GArray *a = ((PRINTER_CTX *) ctx)->a; a 1701 src/diffviewer/ydiff.c g_array_append_val (a, p); a 1707 src/diffviewer/ydiff.c p = &g_array_index (a, DIFFLN, a->len - 1); a 1776 src/diffviewer/ydiff.c ctx.a = dview->a[DIFF_LEFT]; a 1780 src/diffviewer/ydiff.c ctx.a = dview->a[DIFF_RIGHT]; a 1787 src/diffviewer/ydiff.c if (rv != 0 || dview->a[DIFF_LEFT]->len != dview->a[DIFF_RIGHT]->len) a 1803 src/diffviewer/ydiff.c for (i = 0; i < dview->a[DIFF_LEFT]->len; i++) a 1809 src/diffviewer/ydiff.c p = &g_array_index (dview->a[DIFF_LEFT], DIFFLN, i); a 1810 src/diffviewer/ydiff.c q = &g_array_index (dview->a[DIFF_RIGHT], DIFFLN, i); a 1845 src/diffviewer/ydiff.c len = dview->a[DIFF_LEFT]->len; a 1880 src/diffviewer/ydiff.c get_line_numbers (const GArray * a, size_t pos, int *linenum, int *lineofs) a 1887 src/diffviewer/ydiff.c if (a->len != 0) a 1889 src/diffviewer/ydiff.c if (pos >= a->len) a 1890 src/diffviewer/ydiff.c pos = a->len - 1; a 1892 src/diffviewer/ydiff.c p = &g_array_index (a, DIFFLN, pos); a 1915 src/diffviewer/ydiff.c calc_nwidth (const GArray * const *a) a 1920 src/diffviewer/ydiff.c get_line_numbers (a[DIFF_LEFT], a[DIFF_LEFT]->len - 1, &l1, &o1); a 1921 src/diffviewer/ydiff.c get_line_numbers (a[DIFF_RIGHT], a[DIFF_RIGHT]->len - 1, &l2, &o2); a 1930 src/diffviewer/ydiff.c find_prev_hunk (const GArray * a, int pos) a 1933 src/diffviewer/ydiff.c while (pos > 0 && ((DIFFLN *) & g_array_index (a, DIFFLN, pos))->ch != EQU_CH) a 1935 src/diffviewer/ydiff.c while (pos > 0 && ((DIFFLN *) & g_array_index (a, DIFFLN, pos))->ch == EQU_CH) a 1937 src/diffviewer/ydiff.c while (pos > 0 && ((DIFFLN *) & g_array_index (a, DIFFLN, pos))->ch != EQU_CH) a 1939 src/diffviewer/ydiff.c if (pos > 0 && (size_t) pos < a->len) a 1942 src/diffviewer/ydiff.c while (pos > 0 && ((DIFFLN *) & g_array_index (a, DIFFLN, pos - 1))->ch == EQU_CH) a 1944 src/diffviewer/ydiff.c while (pos > 0 && ((DIFFLN *) & g_array_index (a, DIFFLN, pos - 1))->ch != EQU_CH) a 1954 src/diffviewer/ydiff.c find_next_hunk (const GArray * a, size_t pos) a 1956 src/diffviewer/ydiff.c while (pos < a->len && ((DIFFLN *) & g_array_index (a, DIFFLN, pos))->ch != EQU_CH) a 1958 src/diffviewer/ydiff.c while (pos < a->len && ((DIFFLN *) & g_array_index (a, DIFFLN, pos))->ch == EQU_CH) a 1978 src/diffviewer/ydiff.c const GArray *a0 = dview->a[DIFF_LEFT]; a 1979 src/diffviewer/ydiff.c const GArray *a1 = dview->a[DIFF_RIGHT]; a 2292 src/diffviewer/ydiff.c if (dview->a[DIFF_LEFT] != NULL) a 2294 src/diffviewer/ydiff.c g_array_foreach (dview->a[DIFF_LEFT], DIFFLN, cc_free_elt); a 2295 src/diffviewer/ydiff.c g_array_free (dview->a[DIFF_LEFT], TRUE); a 2297 src/diffviewer/ydiff.c if (dview->a[DIFF_RIGHT] != NULL) a 2299 src/diffviewer/ydiff.c g_array_foreach (dview->a[DIFF_RIGHT], DIFFLN, cc_free_elt); a 2300 src/diffviewer/ydiff.c g_array_free (dview->a[DIFF_RIGHT], TRUE); a 2303 src/diffviewer/ydiff.c dview->a[DIFF_LEFT] = g_array_new (FALSE, FALSE, sizeof (DIFFLN)); a 2304 src/diffviewer/ydiff.c dview->a[DIFF_RIGHT] = g_array_new (FALSE, FALSE, sizeof (DIFFLN)); a 2444 src/diffviewer/ydiff.c dview->a[DIFF_LEFT] = g_array_new (FALSE, FALSE, sizeof (DIFFLN)); a 2445 src/diffviewer/ydiff.c dview->a[DIFF_RIGHT] = g_array_new (FALSE, FALSE, sizeof (DIFFLN)); a 2505 src/diffviewer/ydiff.c if (dview->a[DIFF_LEFT] != NULL) a 2507 src/diffviewer/ydiff.c g_array_foreach (dview->a[DIFF_LEFT], DIFFLN, cc_free_elt); a 2508 src/diffviewer/ydiff.c g_array_free (dview->a[DIFF_LEFT], TRUE); a 2509 src/diffviewer/ydiff.c dview->a[DIFF_LEFT] = NULL; a 2511 src/diffviewer/ydiff.c if (dview->a[DIFF_RIGHT] != NULL) a 2513 src/diffviewer/ydiff.c g_array_foreach (dview->a[DIFF_RIGHT], DIFFLN, cc_free_elt); a 2514 src/diffviewer/ydiff.c g_array_free (dview->a[DIFF_RIGHT], TRUE); a 2515 src/diffviewer/ydiff.c dview->a[DIFF_RIGHT] = NULL; a 2570 src/diffviewer/ydiff.c for (i = dview->skip_rows, j = 0; i < dview->a[ord]->len && j < height; j++, i++) a 2575 src/diffviewer/ydiff.c p = (DIFFLN *) & g_array_index (dview->a[ord], DIFFLN, i); a 2769 src/diffviewer/ydiff.c get_line_numbers (dview->a[ord], dview->skip_rows, &linenum, &lineofs); a 2798 src/diffviewer/ydiff.c dview->display_numbers = calc_nwidth ((const GArray * const *) dview->a); a 2814 src/diffviewer/ydiff.c last = dview->a[DIFF_LEFT]->len - 1; a 2898 src/diffviewer/ydiff.c get_line_numbers (dview->a[ord], dview->skip_rows, &linenum, &lineofs); a 2946 src/diffviewer/ydiff.c for (; i < dview->a[ord]->len; i++) a 2950 src/diffviewer/ydiff.c p = &g_array_index (dview->a[ord], DIFFLN, i); a 3048 src/diffviewer/ydiff.c dview->display_numbers = calc_nwidth ((const GArray * const *) dview->a); a 3131 src/diffviewer/ydiff.c dview->display_numbers ^= calc_nwidth ((const GArray * const *) dview->a); a 3180 src/diffviewer/ydiff.c find_next_hunk (dview->a[DIFF_LEFT], dview->skip_rows); a 3184 src/diffviewer/ydiff.c find_prev_hunk (dview->a[DIFF_LEFT], dview->skip_rows); a 3213 src/diffviewer/ydiff.c dview->skip_rows = dview->search.last_accessed_num_line = dview->a[DIFF_LEFT]->len - 1; a 76 src/editor/edit-impl.h #define edit_query_dialog2(h,t,a,b) query_dialog (h, t, D_NORMAL, 2, a, b) a 77 src/editor/edit-impl.h #define edit_query_dialog3(h,t,a,b,c) query_dialog (h, t, D_NORMAL, 3, a, b, c) a 1536 src/editor/edit.c int a; a 1541 src/editor/edit.c a = edit_buffer_get_byte (&edit->buffer, q); a 1551 src/editor/edit.c if (inc > 0 && a == '\n') a 1556 src/editor/edit.c i += (a == c) - (a == d); a 86 src/editor/syntax.c #define check_a { if (*a == NULL) { result = line; break; } } a 87 src/editor/syntax.c #define check_not_a { if (*a != NULL) { result = line ;break; } } a 799 src/editor/syntax.c char f[80], b[80], a[80], *p; a 859 src/editor/syntax.c g_strlcpy (a, attrs, sizeof (a)); a 860 src/editor/syntax.c p = strchr (a, '/'); a 864 src/editor/syntax.c p = a; a 867 src/editor/syntax.c attrs = a; a 948 src/editor/syntax.c char **a; a 976 src/editor/syntax.c a = args + 1; a 1006 src/editor/syntax.c if (strcmp (*a, "left") == 0) a 1008 src/editor/syntax.c a++; a 1009 src/editor/syntax.c g_strlcpy (whole_left, *a, sizeof (whole_left)); a 1011 src/editor/syntax.c else if (strcmp (*a, "right") == 0) a 1013 src/editor/syntax.c a++; a 1014 src/editor/syntax.c g_strlcpy (whole_right, *a, sizeof (whole_right)); a 1018 src/editor/syntax.c g_strlcpy (whole_left, *a, sizeof (whole_left)); a 1019 src/editor/syntax.c g_strlcpy (whole_right, *a, sizeof (whole_right)); a 1021 src/editor/syntax.c a++; a 1032 src/editor/syntax.c if (strcmp (*a, "default") != 0) a 1035 src/editor/syntax.c a++; a 1046 src/editor/syntax.c if (strcmp (*a, "exclusive") == 0) a 1048 src/editor/syntax.c a++; a 1052 src/editor/syntax.c if (strcmp (*a, "whole") == 0) a 1054 src/editor/syntax.c a++; a 1058 src/editor/syntax.c else if (strcmp (*a, "wholeleft") == 0) a 1060 src/editor/syntax.c a++; a 1063 src/editor/syntax.c else if (strcmp (*a, "wholeright") == 0) a 1065 src/editor/syntax.c a++; a 1069 src/editor/syntax.c if (strcmp (*a, "linestart") == 0) a 1071 src/editor/syntax.c a++; a 1075 src/editor/syntax.c c->left = g_strdup (*a++); a 1077 src/editor/syntax.c if (strcmp (*a, "linestart") == 0) a 1079 src/editor/syntax.c a++; a 1083 src/editor/syntax.c c->right = g_strdup (*a++); a 1091 src/editor/syntax.c subst_defines (edit->defines, a, &args[ARGS_LEN]); a 1092 src/editor/syntax.c fg = *a; a 1093 src/editor/syntax.c if (*a != NULL) a 1094 src/editor/syntax.c a++; a 1095 src/editor/syntax.c bg = *a; a 1096 src/editor/syntax.c if (*a != NULL) a 1097 src/editor/syntax.c a++; a 1098 src/editor/syntax.c attrs = *a; a 1099 src/editor/syntax.c if (*a != NULL) a 1100 src/editor/syntax.c a++; a 1128 src/editor/syntax.c if (strcmp (*a, "whole") == 0) a 1130 src/editor/syntax.c a++; a 1134 src/editor/syntax.c else if (strcmp (*a, "wholeleft") == 0) a 1136 src/editor/syntax.c a++; a 1139 src/editor/syntax.c else if (strcmp (*a, "wholeright") == 0) a 1141 src/editor/syntax.c a++; a 1145 src/editor/syntax.c if (strcmp (*a, "linestart") == 0) a 1147 src/editor/syntax.c a++; a 1151 src/editor/syntax.c if (strcmp (*a, "whole") == 0) a 1154 src/editor/syntax.c k->keyword = g_strdup (*a++); a 1155 src/editor/syntax.c subst_defines (edit->defines, a, &args[ARGS_LEN]); a 1156 src/editor/syntax.c fg = *a; a 1157 src/editor/syntax.c if (*a != NULL) a 1158 src/editor/syntax.c a++; a 1159 src/editor/syntax.c bg = *a; a 1160 src/editor/syntax.c if (*a != NULL) a 1161 src/editor/syntax.c a++; a 1162 src/editor/syntax.c attrs = *a; a 1163 src/editor/syntax.c if (*a != NULL) a 1164 src/editor/syntax.c a++; a 1184 src/editor/syntax.c char *key = *a++; a 1197 src/editor/syntax.c while (*a != NULL) a 1198 src/editor/syntax.c *argv++ = g_strdup (*a++); a 315 src/filemanager/dir.c unsorted (file_entry_t * a, file_entry_t * b) a 317 src/filemanager/dir.c (void) a; a 326 src/filemanager/dir.c sort_name (file_entry_t * a, file_entry_t * b) a 328 src/filemanager/dir.c int ad = MY_ISDIR (a); a 334 src/filemanager/dir.c if (a->sort_key == NULL) a 335 src/filemanager/dir.c a->sort_key = str_create_key_for_filename (a->fname, case_sensitive); a 339 src/filemanager/dir.c return key_collate (a->sort_key, b->sort_key); a 348 src/filemanager/dir.c sort_vers (file_entry_t * a, file_entry_t * b) a 350 src/filemanager/dir.c int ad = MY_ISDIR (a); a 354 src/filemanager/dir.c return filevercmp (a->fname, b->fname) * reverse; a 362 src/filemanager/dir.c sort_ext (file_entry_t * a, file_entry_t * b) a 364 src/filemanager/dir.c int ad = MY_ISDIR (a); a 371 src/filemanager/dir.c if (a->second_sort_key == NULL) a 372 src/filemanager/dir.c a->second_sort_key = str_create_key (extension (a->fname), case_sensitive); a 376 src/filemanager/dir.c r = str_key_collate (a->second_sort_key, b->second_sort_key, case_sensitive); a 380 src/filemanager/dir.c return sort_name (a, b); a 389 src/filemanager/dir.c sort_time (file_entry_t * a, file_entry_t * b) a 391 src/filemanager/dir.c int ad = MY_ISDIR (a); a 396 src/filemanager/dir.c int result = _GL_CMP (a->st.st_mtime, b->st.st_mtime); a 401 src/filemanager/dir.c return sort_name (a, b); a 410 src/filemanager/dir.c sort_ctime (file_entry_t * a, file_entry_t * b) a 412 src/filemanager/dir.c int ad = MY_ISDIR (a); a 417 src/filemanager/dir.c int result = _GL_CMP (a->st.st_ctime, b->st.st_ctime); a 422 src/filemanager/dir.c return sort_name (a, b); a 431 src/filemanager/dir.c sort_atime (file_entry_t * a, file_entry_t * b) a 433 src/filemanager/dir.c int ad = MY_ISDIR (a); a 438 src/filemanager/dir.c int result = _GL_CMP (a->st.st_atime, b->st.st_atime); a 443 src/filemanager/dir.c return sort_name (a, b); a 452 src/filemanager/dir.c sort_inode (file_entry_t * a, file_entry_t * b) a 454 src/filemanager/dir.c int ad = MY_ISDIR (a); a 458 src/filemanager/dir.c return (a->st.st_ino - b->st.st_ino) * reverse; a 466 src/filemanager/dir.c sort_size (file_entry_t * a, file_entry_t * b) a 468 src/filemanager/dir.c int ad = MY_ISDIR (a); a 473 src/filemanager/dir.c int result = _GL_CMP (a->st.st_size, b->st.st_size); a 478 src/filemanager/dir.c return sort_name (a, b); a 74 src/filemanager/dir.h int unsorted (file_entry_t * a, file_entry_t * b); a 75 src/filemanager/dir.h int sort_name (file_entry_t * a, file_entry_t * b); a 76 src/filemanager/dir.h int sort_vers (file_entry_t * a, file_entry_t * b); a 77 src/filemanager/dir.h int sort_ext (file_entry_t * a, file_entry_t * b); a 78 src/filemanager/dir.h int sort_time (file_entry_t * a, file_entry_t * b); a 79 src/filemanager/dir.h int sort_atime (file_entry_t * a, file_entry_t * b); a 80 src/filemanager/dir.h int sort_ctime (file_entry_t * a, file_entry_t * b); a 81 src/filemanager/dir.h int sort_size (file_entry_t * a, file_entry_t * b); a 82 src/filemanager/dir.h int sort_inode (file_entry_t * a, file_entry_t * b); a 829 src/filemanager/file.c real_warn_same_file (enum OperationMode mode, const char *fmt, const char *a, const char *b) a 837 src/filemanager/file.c msg = g_strdup_printf (fmt, a, b); a 848 src/filemanager/file.c warn_same_file (const char *fmt, const char *a, const char *b) a 855 src/filemanager/file.c FileProgressStatus (*f) (enum OperationMode, const char *fmt, const char *a, const char *b); a 862 src/filemanager/file.c return parent_call (pntr.p, NULL, 3, strlen (fmt), fmt, strlen (a), a, strlen (b), b); a 864 src/filemanager/file.c return real_warn_same_file (Foreground, fmt, a, b); a 870 src/filemanager/file.c check_same_file (const char *a, const struct stat *ast, const char *b, const struct stat *bst, a 877 src/filemanager/file.c *status = warn_same_file (_("\"%s\"\nand\n\"%s\"\nare the same directory"), a, b); a 879 src/filemanager/file.c *status = warn_same_file (_("\"%s\"\nand\n\"%s\"\nare the same file"), a, b); a 224 src/filemanager/find.c max (int a, int b) a 226 src/filemanager/find.c return (a > b ? a : b); a 195 src/filemanager/layout.c max (int a, int b) a 197 src/filemanager/layout.c return a > b ? a : b; a 188 src/textconf.c #define PRINTF_GROUP(a) \ a 189 src/textconf.c (void) printf ("[%s]\n", a) a 190 src/textconf.c #define PRINTF_SECTION(a,b) \ a 191 src/textconf.c (void) printf (" %-17s %s\n", a, b) a 192 src/textconf.c #define PRINTF_SECTION2(a,b) \ a 193 src/textconf.c (void) printf (" %-17s %s/\n", a, b) a 194 src/textconf.c #define PRINTF(a, b, c) \ a 195 src/textconf.c (void) printf ("\t%-15s %s/%s\n", a, b, c) a 196 src/textconf.c #define PRINTF2(a, b, c) \ a 197 src/textconf.c (void) printf ("\t%-15s %s%s\n", a, b, c) a 162 src/vfs/cpio/cpio.c cpio_defer_find (const void *a, const void *b) a 164 src/vfs/cpio/cpio.c const defer_inode *a1 = (const defer_inode *) a; a 77 src/vfs/extfs/extfs.c #define EXTFS_SUPER(a) ((struct extfs_super_t *) (a)) a 167 src/vfs/extfs/extfs.c struct vfs_s_super *a = VFS_SUPER (data); a 172 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, EXTFS_SUPER (a)->fstype); a 174 src/vfs/extfs/extfs.c g_strconcat (a->name != NULL ? a->name : "", PATH_SEP_STR, info->prefix, a 183 src/vfs/extfs/extfs.c extfs_cmp_archive (const void *a, const void *b) a 185 src/vfs/extfs/extfs.c const struct vfs_s_super *ar = (const struct vfs_s_super *) a; a 639 src/vfs/extfs/extfs.c struct extfs_super_t *a; a 642 src/vfs/extfs/extfs.c a = *archive; a 651 src/vfs/extfs/extfs.c else if (extfs_read_archive (extfsd, a) != 0) a 658 src/vfs/extfs/extfs.c VFS_SUPER (a)->me->free (VFS_SUPER (a)); a 682 src/vfs/extfs/extfs.c struct extfs_super_t *a = NULL; a 696 src/vfs/extfs/extfs.c a = EXTFS_SUPER (parc->data); a 697 src/vfs/extfs/extfs.c vfs_stamp (vfs_extfs_ops, (vfsid) a); a 703 src/vfs/extfs/extfs.c result = extfs_open_and_read_archive (fstype, archive_name, &a); a 714 src/vfs/extfs/extfs.c *archive = a; a 1247 src/vfs/ftpfs/ftpfs.c unsigned char *a = (unsigned char *) &((struct sockaddr_in *) &data_addr)->sin_addr; a 1251 src/vfs/ftpfs/ftpfs.c "PORT %u,%u,%u,%u,%u,%u", a[0], a[1], a[2], a[3], a 85 src/vfs/sfs/sfs.c #define COPY_STRING(a) \ a 86 src/vfs/sfs/sfs.c if ((t - pad) + strlen (a) > sizeof (pad)) \ a 93 src/vfs/sfs/sfs.c strcpy (t, a); \ a 94 src/vfs/sfs/sfs.c t += strlen (a); \ a 123 src/vfs/sfs/sfs.c cachedfile_compare (const void *a, const void *b) a 125 src/vfs/sfs/sfs.c const cachedfile *cf = (const cachedfile *) a; a 42 src/vfs/sftpfs/file.c #define SFTP_FILE_HANDLER(a) ((sftpfs_file_handler_t *) a) a 418 src/vfs/smbfs/helpers/include/includes.h #define MIN(a,b) ((a)<(b)?(a):(b)) a 422 src/vfs/smbfs/helpers/include/includes.h #define MAX(a,b) ((a)>(b)?(a):(b)) a 1355 src/vfs/smbfs/helpers/include/smb.h #define MIN(a,b) ((a)<(b)?(a):(b)) a 1358 src/vfs/smbfs/helpers/include/smb.h #define MAX(a,b) ((a)>(b)?(a):(b)) a 1362 src/vfs/smbfs/helpers/include/smb.h #define ABS(a) ((a)>0?(a):(-(a))) a 1700 src/vfs/smbfs/helpers/include/smb.h #define SMB_ASSERT_ARRAY(a,n) SMB_ASSERT((sizeof(a)/sizeof((a)[0])) >= (n)) a 61 src/vfs/smbfs/helpers/lib/md4.c #define ROUND1(a,b,c,d,k,s) a = lshift(a + F(b,c,d) + X[k], s) a 62 src/vfs/smbfs/helpers/lib/md4.c #define ROUND2(a,b,c,d,k,s) a = lshift(a + G(b,c,d) + X[k] + (uint32)0x5A827999,s) a 63 src/vfs/smbfs/helpers/lib/md4.c #define ROUND3(a,b,c,d,k,s) a = lshift(a + H(b,c,d) + X[k] + (uint32)0x6ED9EBA1,s) a 73 src/vfs/smbfs/helpers/lib/time.c tm_diff (struct tm *a, struct tm *b) a 75 src/vfs/smbfs/helpers/lib/time.c int ay = a->tm_year + (TM_YEAR_BASE - 1); a 79 src/vfs/smbfs/helpers/lib/time.c int days = 365 * years + intervening_leap_days + (a->tm_yday - b->tm_yday); a 80 src/vfs/smbfs/helpers/lib/time.c int hours = 24 * days + (a->tm_hour - b->tm_hour); a 81 src/vfs/smbfs/helpers/lib/time.c int minutes = 60 * hours + (a->tm_min - b->tm_min); a 82 src/vfs/smbfs/helpers/lib/time.c int seconds = 60 * minutes + (a->tm_sec - b->tm_sec); a 1960 src/vfs/smbfs/helpers/lib/util.c uint32 a = interpret_addr (str); a 1961 src/vfs/smbfs/helpers/lib/util.c ret.s_addr = a; a 1971 src/vfs/smbfs/helpers/lib/util.c uint32 a; a 1972 src/vfs/smbfs/helpers/lib/util.c putip ((char *) &a, (char *) &ip); a 1973 src/vfs/smbfs/helpers/lib/util.c return (a == 0); a 1090 src/vfs/smbfs/helpers/param/loadparm.c size_max (size_t a, size_t b) a 1092 src/vfs/smbfs/helpers/param/loadparm.c return (a > b) ? a : b; a 213 src/vfs/smbfs/smbfs.c smbfs_auth_free (struct smb_authinfo const *a) a 215 src/vfs/smbfs/smbfs.c g_free (a->host); a 216 src/vfs/smbfs/smbfs.c g_free (a->share); a 217 src/vfs/smbfs/smbfs.c g_free (a->domain); a 218 src/vfs/smbfs/smbfs.c g_free (a->user); a 219 src/vfs/smbfs/smbfs.c wipe_password (a->password); a 235 src/vfs/smbfs/smbfs.c struct smb_authinfo const *a = (struct smb_authinfo const *) _a; a 238 src/vfs/smbfs/smbfs.c if (!a->host || !a->share || !b->host || !b->share) a 240 src/vfs/smbfs/smbfs.c if (strcmp (a->host, b->host) != 0) a 242 src/vfs/smbfs/smbfs.c if (strcmp (a->share, b->share) != 0) a 252 src/vfs/smbfs/smbfs.c struct smb_authinfo const *a = (struct smb_authinfo const *) _a; a 255 src/vfs/smbfs/smbfs.c if (!a->host || !b->host) a 257 src/vfs/smbfs/smbfs.c if (strcmp (a->host, b->host) != 0) a 259 src/vfs/smbfs/smbfs.c if (strcmp (a->share, IPC) != 0) a 70 src/viewer/coord_cache.c typedef gboolean (*cmp_func_t) (const coord_cache_entry_t * a, const coord_cache_entry_t * b); a 104 src/viewer/coord_cache.c mcview_coord_cache_entry_less_offset (const coord_cache_entry_t * a, const coord_cache_entry_t * b) a 106 src/viewer/coord_cache.c return (a->cc_offset < b->cc_offset); a 112 src/viewer/coord_cache.c mcview_coord_cache_entry_less_plain (const coord_cache_entry_t * a, const coord_cache_entry_t * b) a 114 src/viewer/coord_cache.c if (a->cc_line < b->cc_line) a 117 src/viewer/coord_cache.c if (a->cc_line == b->cc_line) a 118 src/viewer/coord_cache.c return (a->cc_column < b->cc_column); a 127 src/viewer/coord_cache.c mcview_coord_cache_entry_less_nroff (const coord_cache_entry_t * a, const coord_cache_entry_t * b) a 129 src/viewer/coord_cache.c if (a->cc_line < b->cc_line) a 132 src/viewer/coord_cache.c if (a->cc_line == b->cc_line) a 133 src/viewer/coord_cache.c return (a->cc_nroff_column < b->cc_nroff_column); a 23 src/viewer/inlines.h mcview_offset_doz (off_t a, off_t b) a 25 src/viewer/inlines.h return (a >= b) ? a - b : 0; a 31 src/viewer/inlines.h mcview_offset_rounddown (off_t a, off_t b) a 34 src/viewer/inlines.h return a - a % b; a 41 src/viewer/inlines.h mcview_dimen_doz (screen_dimen a, screen_dimen b) a 43 src/viewer/inlines.h return (a >= b) ? a - b : 0; a 33 tests/lib/search/regex_replace_esc_seq.c #define test_helper_check_valid_data( a, b, c, d, e, f ) \ a 35 tests/lib/search/regex_replace_esc_seq.c fail_unless( a == b, "ret_value != %s", (b) ? "TRUE": "FALSE" ); \ a 36 tests/lib/strutil/str_verscmp.c static char const a[] = "B0075022800016.gbp.corp.com"; a 89 tests/lib/strutil/str_verscmp.c { a, b, -1 }, a 91 tests/lib/strutil/str_verscmp.c { a, c, -1 }, a 92 tests/lib/strutil/str_verscmp.c { b, a, 1 }, a 94 tests/lib/strutil/str_verscmp.c { c, a, 1 }