t 40 lib/intprops-internal.h #define _GL_TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) t 52 lib/intprops-internal.h #define _GL_TYPE_WIDTH(t) (sizeof (t) * CHAR_BIT) t 94 lib/intprops-internal.h # define _GL_SIGNED_TYPE_OR_EXPR(t) _GL_TYPE_SIGNED (__typeof__ (t)) t 96 lib/intprops-internal.h # define _GL_SIGNED_TYPE_OR_EXPR(t) 1 t 305 lib/intprops-internal.h #define _GL_INT_OP_CALC(a, b, r, op, overflow, ut, t, tmin, tmax) \ t 307 lib/intprops-internal.h ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, ut, t), 1) \ t 308 lib/intprops-internal.h : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, ut, t), 0)) t 341 lib/intprops-internal.h #define _GL_INT_OP_WRAPV_VIA_UNSIGNED(a, b, op, ut, t) \ t 342 lib/intprops-internal.h ((t) ((ut) (a) op (ut) (b))) t 28 lib/intprops.h #define TYPE_IS_INTEGER(t) ((t) 1.5 == 1) t 31 lib/intprops.h #define TYPE_SIGNED(t) _GL_TYPE_SIGNED (t) t 43 lib/intprops.h #define TYPE_WIDTH(t) _GL_TYPE_WIDTH (t) t 46 lib/intprops.h #define TYPE_MINIMUM(t) ((t) ~ TYPE_MAXIMUM (t)) t 47 lib/intprops.h #define TYPE_MAXIMUM(t) \ t 48 lib/intprops.h ((t) (! TYPE_SIGNED (t) \ t 49 lib/intprops.h ? (t) -1 \ t 50 lib/intprops.h : ((((t) 1 << (TYPE_WIDTH (t) - 2)) - 1) * 2 + 1))) t 66 lib/intprops.h #define INT_STRLEN_BOUND(t) \ t 67 lib/intprops.h (INT_BITS_STRLEN_BOUND (TYPE_WIDTH (t) - _GL_SIGNED_TYPE_OR_EXPR (t)) \ t 68 lib/intprops.h + _GL_SIGNED_TYPE_OR_EXPR (t)) t 72 lib/intprops.h #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1) t 228 lib/strutil/strutil.c int t; t 230 lib/strutil/strutil.c for (t = 0; table[t] != NULL; t++) t 231 lib/strutil/strutil.c if (g_ascii_strncasecmp (encoding, table[t], strlen (table[t])) == 0) t 144 lib/strutil/strutilutf8.c const char *result, *t; t 147 lib/strutil/strutilutf8.c t = result; t 148 lib/strutil/strutilutf8.c str_utf8_cnext_char_safe (&t); t 149 lib/strutil/strutilutf8.c if (t == *text) t 386 lib/strutil/strutilutf8.c const char *t = text; t 388 lib/strutil/strutilutf8.c while (t[0] != '\0') t 390 lib/strutil/strutilutf8.c str_utf8_cnext_noncomb_char (&t); t 1295 lib/strutil/strutilutf8.c char *t, *p; t 1300 lib/strutil/strutilutf8.c t = str_utf8_normalize (text); t 1302 lib/strutil/strutilutf8.c nt = t; t 1304 lib/strutil/strutilutf8.c nnt = t; t 1321 lib/strutil/strutilutf8.c g_free (t); t 1332 lib/strutil/strutilutf8.c char *t, *p; t 1337 lib/strutil/strutilutf8.c t = str_utf8_casefold_normalize (text); t 1339 lib/strutil/strutilutf8.c nt = t; t 1341 lib/strutil/strutilutf8.c nnt = t; t 1358 lib/strutil/strutilutf8.c g_free (t); t 641 lib/util.c char *t = tmp_line; t 643 lib/util.c while (*s != '\0' && *s != '\n' && (size_t) (t - tmp_line) < sizeof (tmp_line) - 1 && s < top) t 644 lib/util.c *t++ = *s++; t 645 lib/util.c *t = '\0'; t 648 lib/util.c *len = (size_t) (t - tmp_line); t 1458 lib/vfs/direntry.c int t; t 1469 lib/vfs/direntry.c t = write (handle, buffer, n); t 1470 lib/vfs/direntry.c if (t != n) t 1472 lib/vfs/direntry.c if (t == -1) t 520 lib/vfs/parse_ls_vga.c vfs_parse_filedate (int idx, time_t *t) t 631 lib/vfs/parse_ls_vga.c *t = mktime (&tim); t 632 lib/vfs/parse_ls_vga.c if (l10n || (*t < 0)) t 633 lib/vfs/parse_ls_vga.c *t = 0; t 688 lib/vfs/parse_ls_vga.c char *t = NULL; t 836 lib/vfs/parse_ls_vga.c t = g_strdup (p + column_ptr[idx2 + 1]); t 837 lib/vfs/parse_ls_vga.c *linkname = t; t 848 lib/vfs/parse_ls_vga.c t = g_strdup (p + column_ptr[idx]); t 849 lib/vfs/parse_ls_vga.c *filename = t; t 856 lib/vfs/parse_ls_vga.c if (t != NULL) t 860 lib/vfs/parse_ls_vga.c p2 = strlen (t); t 861 lib/vfs/parse_ls_vga.c if (--p2 > 0 && (t[p2] == '\r' || t[p2] == '\n')) t 862 lib/vfs/parse_ls_vga.c t[p2] = '\0'; t 863 lib/vfs/parse_ls_vga.c if (--p2 > 0 && (t[p2] == '\r' || t[p2] == '\n')) t 864 lib/vfs/parse_ls_vga.c t[p2] = '\0'; t 61 lib/vfs/utilvfs.h int vfs_parse_filedate (int idx, time_t * t); t 620 lib/widget/dialog.c char *t; t 626 lib/widget/dialog.c t = h->get_title (h, len); t 628 lib/widget/dialog.c t = g_strdup (""); t 630 lib/widget/dialog.c return t; t 153 lib/widget/frame.c char *t; t 155 lib/widget/frame.c t = g_strstrip (g_strdup (title)); t 156 lib/widget/frame.c if (*t != '\0') t 157 lib/widget/frame.c f->title = g_strdup_printf (" %s ", t); t 158 lib/widget/frame.c g_free (t); t 126 lib/widget/groupbox.c char *t; t 128 lib/widget/groupbox.c t = g_strstrip (g_strdup (title)); t 129 lib/widget/groupbox.c g->title = g_strconcat (" ", t, " ", (char *) NULL); t 130 lib/widget/groupbox.c g_free (t); t 223 lib/widget/input.c char *t; t 226 lib/widget/input.c t = g_strstrip (input_get_text (in)); t 227 lib/widget/input.c empty = *t == '\0'; t 230 lib/widget/input.c g_free (t); t 231 lib/widget/input.c t = input_get_text (in); t 242 lib/widget/input.c url_with_stripped_password = input_history_strip_password (t); t 243 lib/widget/input.c g_free (t); t 244 lib/widget/input.c t = url_with_stripped_password; t 249 lib/widget/input.c || strcmp (in->history.list->data, t) != 0 || in->history.changed) t 251 lib/widget/input.c in->history.list = list_append_unique (in->history.list, t); t 256 lib/widget/input.c g_free (t); t 424 lib/widget/input_complete.c char *includefile, *t; t 430 lib/widget/input_complete.c t = includefile; t 433 lib/widget/input_complete.c for (; t[0] != '\0' && !str_isspace (t); str_next_char (&t)) t 435 lib/widget/input_complete.c *t = '\0'; t 10 lib/widget/listbox-window.h #define LISTBOX_APPEND_TEXT(l,h,t,d,f) \ t 11 lib/widget/listbox-window.h listbox_add_item (l->list, LISTBOX_APPEND_AT_END, h, t, d, f) t 110 lib/widget/quick.h #define QUICK_START_GROUPBOX(t) \ t 118 lib/widget/quick.h .title = t \ t 1002 src/diffviewer/ydiff.c lcsubstr (const char *s, int m, const char *t, int n, GArray *ret, int min) t 1040 src/diffviewer/ydiff.c if (s[i] == t[j]) t 1099 src/diffviewer/ydiff.c hdiff_multi (const char *s, const char *t, const BRACKET bracket, int min, GArray *hdiff, t 1113 src/diffviewer/ydiff.c t + bracket[DIFF_RIGHT].off, bracket[DIFF_RIGHT].len, ret, min); t 1124 src/diffviewer/ydiff.c if (!hdiff_multi (s, t, b, min, hdiff, depth)) t 1135 src/diffviewer/ydiff.c if (!hdiff_multi (s, t, b, min, hdiff, depth)) t 1143 src/diffviewer/ydiff.c if (!hdiff_multi (s, t, b, min, hdiff, depth)) t 1177 src/diffviewer/ydiff.c hdiff_scan (const char *s, int m, const char *t, int n, int min, GArray *hdiff, unsigned int depth) t 1183 src/diffviewer/ydiff.c for (i = 0; i < m && i < n && s[i] == t[i]; i++) t 1185 src/diffviewer/ydiff.c for (; m > i && n > i && s[m - 1] == t[n - 1]; m--, n--) t 1194 src/diffviewer/ydiff.c return hdiff_multi (s, t, b, min, hdiff, depth); t 78 src/editor/edit-impl.h #define edit_query_dialog2(h,t,a,b) query_dialog (h, t, D_NORMAL, 2, a, b) t 79 src/editor/edit-impl.h #define edit_query_dialog3(h,t,a,b,c) query_dialog (h, t, D_NORMAL, 3, a, b, c) t 2400 src/editor/edit.c long *t; t 2402 src/editor/edit.c t = g_realloc (edit->undo_stack, (edit->undo_stack_size * 2 + 10) * sizeof (long)); t 2403 src/editor/edit.c if (t != NULL) t 2405 src/editor/edit.c edit->undo_stack = t; t 2490 src/editor/edit.c long *t; t 2492 src/editor/edit.c t = g_realloc (edit->redo_stack, (edit->redo_stack_size * 2 + 10) * sizeof (long)); t 2493 src/editor/edit.c if (t != NULL) t 2495 src/editor/edit.c edit->redo_stack = t; t 172 src/editor/format.c GString *t; t 174 src/editor/format.c t = g_string_sized_new (128); t 182 src/editor/format.c g_string_append_c (t, edit_buffer_get_byte (buf, p)); t 185 src/editor/format.c g_string_append_c (t, '\n'); t 187 src/editor/format.c return t; t 193 src/editor/format.c strip_newlines (unsigned char *t, off_t size) t 197 src/editor/format.c for (p = t; size-- != 0; p++) t 217 src/editor/format.c line_pixel_length (unsigned char *t, off_t b, off_t l, gboolean utf8) t 231 src/editor/format.c tb = (char *) t + b; t 273 src/editor/format.c next_word_start (unsigned char *t, off_t q, off_t size) t 280 src/editor/format.c switch (t[i]) t 301 src/editor/format.c word_start (unsigned char *t, off_t q, off_t size) t 305 src/editor/format.c if (whitespace (t[q])) t 306 src/editor/format.c return next_word_start (t, q, size); t 314 src/editor/format.c c = t[i - 1]; t 326 src/editor/format.c format_this (unsigned char *t, off_t size, long indent, gboolean utf8) t 330 src/editor/format.c strip_newlines (t, size); t 339 src/editor/format.c q = line_pixel_length (t, q, ww, utf8); t 342 src/editor/format.c if (t[q] == '\n') t 344 src/editor/format.c p = word_start (t, q, size); t 346 src/editor/format.c q = next_word_start (t, q, size); /* Return the end of the word if the beginning t 354 src/editor/format.c t[q - 1] = '\n'; t 403 src/editor/format.c put_paragraph (WEdit *edit, unsigned char *t, off_t p, long indent, off_t size) t 417 src/editor/format.c if (t[i - 1] == '\n' && c == '\n') t 422 src/editor/format.c else if (t[i - 1] == '\n') t 447 src/editor/format.c if (c != t[i]) t 448 src/editor/format.c replace_at (edit, p, t[i]); t 481 src/editor/format.c GString *t; t 495 src/editor/format.c t = get_paragraph (&edit->buffer, p, q, indent != 0); t 496 src/editor/format.c size = t->len - 1; t 504 src/editor/format.c && strchr (edit_options.stop_format_chars, t->str[0]) != NULL) t 506 src/editor/format.c g_string_free (t, TRUE); t 516 src/editor/format.c if (t->str[i] == '\n' && strchr (stop_format_chars, t->str[i + 1]) != NULL) t 519 src/editor/format.c g_string_free (t, TRUE); t 526 src/editor/format.c t2 = (unsigned char *) g_string_free (t, FALSE); t 212 src/editor/syntax.c char **t; t 214 src/editor/syntax.c t = g_tree_lookup (defines, *argv); t 215 src/editor/syntax.c if (t != NULL) t 224 src/editor/syntax.c count = g_strv_length (t); t 236 src/editor/syntax.c for (p = argv; *t != NULL; *p++ = *t++) t 123 src/filemanager/cd.c const char *t = NULL; t 139 src/filemanager/cd.c t = getenv (p); t 141 src/filemanager/cd.c if (t == NULL) t 149 src/filemanager/cd.c g_string_append (q, t); t 2712 src/filemanager/file.c char *t = buf; t 2719 src/filemanager/file.c while ((n_written = mc_write (dest_desc, t, (size_t) n_read)) < n_read) t 2726 src/filemanager/file.c t += n_written; t 399 src/filemanager/mountlist.c fstype_to_string (short int t) t 401 src/filemanager/mountlist.c switch (t) t 531 src/filemanager/mountlist.c fstype_to_string (int t) t 535 src/filemanager/mountlist.c e = getvfsbytype (t); t 86 src/filemanager/tree.c #define tlines(t) (t->is_panel ? WIDGET (t)->rect.lines - 2 - \ t 87 src/filemanager/tree.c (panels_options.show_mini_info ? 2 : 0) : WIDGET (t)->rect.lines) t 204 src/vfs/ftpfs/ftpfs_parse_ls.c mktime_from_utc (const struct tm *t) t 209 src/vfs/ftpfs/ftpfs_parse_ls.c memcpy (&tc, t, sizeof (struct tm)); t 280 src/vfs/ftpfs/ftpfs_parse_ls.c char *t; t 289 src/vfs/ftpfs/ftpfs_parse_ls.c t = FIRST_TOKEN_R; t 290 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 293 src/vfs/ftpfs/ftpfs_parse_ls.c if (!vfs_parse_filetype (t, NULL, &type)) t 296 src/vfs/ftpfs/ftpfs_parse_ls.c if (vfs_parse_fileperms (t + 1, NULL, &mode)) t 302 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN_R; t 303 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 305 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_nlink = atol (t); t 308 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN_R; t 309 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 312 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_uid = ftpfs_get_uid (t); t 318 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN_R; t 319 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 321 src/vfs/ftpfs/ftpfs_parse_ls.c if (isdigit ((unsigned char) *t)) t 329 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%lld%n", &size, &n) == 1 && t[n] == '\0') t 331 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN_R; t 332 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 354 src/vfs/ftpfs/ftpfs_parse_ls.c if (!vfs_parse_month (t, &date)) t 363 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN_R; t 364 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 370 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d:%2d", &date.tm_hour, &date.tm_min) == 2) t 374 src/vfs/ftpfs/ftpfs_parse_ls.c if (day_of_month + strlen (day_of_month) + 1 == t) t 376 src/vfs/ftpfs/ftpfs_parse_ls.c date.tm_year = atoi (t) - 1900; t 452 src/vfs/ftpfs/ftpfs_parse_ls.c char *t; t 458 src/vfs/ftpfs/ftpfs_parse_ls.c t = FIRST_TOKEN; t 459 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 461 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d-%2d-%2d", &month, &day, &year) != 3) t 468 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 469 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 472 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d:%2d%c", &hour, &minute, &am) < 2) t 475 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 476 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 499 src/vfs/ftpfs/ftpfs_parse_ls.c if (strcmp (t, "<DIR>") == 0) t 504 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%lld", &size) != 1) t 509 src/vfs/ftpfs/ftpfs_parse_ls.c t = strtok (NULL, ""); t 510 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 512 src/vfs/ftpfs/ftpfs_parse_ls.c while (*t == ' ') t 513 src/vfs/ftpfs/ftpfs_parse_ls.c t++; t 514 src/vfs/ftpfs/ftpfs_parse_ls.c if (*t == '\0') t 517 src/vfs/ftpfs/ftpfs_parse_ls.c *filename = g_strdup (t); t 821 src/vfs/ftpfs/ftpfs_parse_ls.c char *t; t 830 src/vfs/ftpfs/ftpfs_parse_ls.c t = FIRST_TOKEN; t 831 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 833 src/vfs/ftpfs/ftpfs_parse_ls.c user = t; t 835 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 836 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 838 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%lld", &size) != 1) t 841 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 842 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 844 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d/%2d/%2d", &month, &day, &year) != 3) t 851 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 852 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 854 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d:%2d:%2d", &hour, &minute, &second) != 3) t 857 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 858 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 870 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 871 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 873 src/vfs/ftpfs/ftpfs_parse_ls.c if (strcmp (t, "*DIR") == 0) t 878 src/vfs/ftpfs/ftpfs_parse_ls.c t = strtok (NULL, ""); t 879 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 881 src/vfs/ftpfs/ftpfs_parse_ls.c while (*t == ' ') t 882 src/vfs/ftpfs/ftpfs_parse_ls.c t++; t 883 src/vfs/ftpfs/ftpfs_parse_ls.c if (*t == '\0') t 888 src/vfs/ftpfs/ftpfs_parse_ls.c slash = strchr (t, '/'); t 891 src/vfs/ftpfs/ftpfs_parse_ls.c if (slash == t) t 898 src/vfs/ftpfs/ftpfs_parse_ls.c *filename = g_strdup (t); t 904 src/vfs/ftpfs/ftpfs_parse_ls.c *filename = g_strdup (t); t 925 src/vfs/ftpfs/ftpfs_parse_ls.c char *t; t 930 src/vfs/ftpfs/ftpfs_parse_ls.c t = FIRST_TOKEN; t 931 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 934 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%lld", &size) != 1) t 938 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 939 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 942 src/vfs/ftpfs/ftpfs_parse_ls.c if (strcmp (t, "DIR") == 0) t 945 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 947 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 951 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d-%2d-%2d", &month, &day, &year) != 3) t 958 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 959 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 961 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d:%2d", &hour, &minute) != 3) t 975 src/vfs/ftpfs/ftpfs_parse_ls.c t = strtok (NULL, ""); t 976 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 978 src/vfs/ftpfs/ftpfs_parse_ls.c while (*t == ' ') t 979 src/vfs/ftpfs/ftpfs_parse_ls.c t++; t 980 src/vfs/ftpfs/ftpfs_parse_ls.c if (*t == '\0') t 982 src/vfs/ftpfs/ftpfs_parse_ls.c *filename = g_strdup (t); t 994 src/vfs/ftpfs/ftpfs_parse_ls.c char *t; t 1000 src/vfs/ftpfs/ftpfs_parse_ls.c t = FIRST_TOKEN; t 1001 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 1004 src/vfs/ftpfs/ftpfs_parse_ls.c if (!vfs_parse_filetype (t, NULL, &type)) t 1009 src/vfs/ftpfs/ftpfs_parse_ls.c if (!vfs_parse_fileperms (t + 1, NULL, &mode)) t 1014 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 1015 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 1018 src/vfs/ftpfs/ftpfs_parse_ls.c if (strcmp (t, "folder") != 0) t 1023 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 1024 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 1027 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 1028 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 1030 src/vfs/ftpfs/ftpfs_parse_ls.c if (!isdigit ((unsigned char) *t)) t 1033 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%lld", &size) == 1) t 1039 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 1040 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 1045 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 1046 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 1051 src/vfs/ftpfs/ftpfs_parse_ls.c if (!vfs_parse_month (t, &date)) t 1061 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 1062 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 1064 src/vfs/ftpfs/ftpfs_parse_ls.c if (!parse_year_or_time (t, &date.tm_year, &date.tm_hour, &date.tm_min)) t 74 src/vfs/sfs/sfs.c if ((size_t) (t - pad) > sizeof (pad)) \ t 80 src/vfs/sfs/sfs.c *t++ = *s_iter; t 83 src/vfs/sfs/sfs.c if ((t - pad) + strlen (a) > sizeof (pad)) \ t 90 src/vfs/sfs/sfs.c strcpy (t, a); \ t 91 src/vfs/sfs/sfs.c t += strlen (a); \ t 139 src/vfs/sfs/sfs.c char *s_iter, *t = pad; t 1051 src/vfs/shell/shell.c ssize_t n, t; t 1065 src/vfs/shell/shell.c t = write (shell_super->sockw, buffer, n); t 1066 src/vfs/shell/shell.c if (t != n) t 1068 src/vfs/shell/shell.c if (t == -1) t 77 src/vfs/tar/tar-sparse.c #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1) t 201 src/vfs/tar/tar-xheader.c struct xhdr_tab const *t; t 203 src/vfs/tar/tar-xheader.c t = locate_handler (kp->pattern); t 204 src/vfs/tar/tar-xheader.c if (t != NULL) t 205 src/vfs/tar/tar-xheader.c return t->decoder (st, t->keyword, kp->value, strlen (kp->value)); t 319 src/vfs/tar/tar-xheader.c struct timespec t; t 323 src/vfs/tar/tar-xheader.c t = decode_timespec (arg, &arg_lim, TRUE); t 325 src/vfs/tar/tar-xheader.c if (t.tv_nsec < 0) t 333 src/vfs/tar/tar-xheader.c *ts = t; t 197 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c string_date (time_t t) t 207 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c FMT_LOCALTIME (buf, sizeof buf, "%Y-%m-%d %H:%M:%S", t);