t 40 lib/intprops-internal.h #define _GL_TYPE_SIGNED(t) (!((t) 0 < (t) - 1)) t 51 lib/intprops-internal.h #define _GL_TYPE_WIDTH(t) (sizeof (t) * CHAR_BIT) t 87 lib/intprops-internal.h # define _GL_SIGNED_TYPE_OR_EXPR(t) _GL_TYPE_SIGNED (__typeof__ (t)) t 89 lib/intprops-internal.h # define _GL_SIGNED_TYPE_OR_EXPR(t) 1 t 279 lib/intprops-internal.h #define _GL_INT_OP_CALC(a, b, r, op, overflow, ut, t, tmin, tmax) \ t 280 lib/intprops-internal.h (overflow (a, b, tmin, tmax) ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, ut, t), 1) \ t 281 lib/intprops-internal.h : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, ut, t), 0)) t 313 lib/intprops-internal.h #define _GL_INT_OP_WRAPV_VIA_UNSIGNED(a, b, op, ut, t) ((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 42 lib/intprops.h #define TYPE_WIDTH(t) _GL_TYPE_WIDTH (t) t 45 lib/intprops.h #define TYPE_MINIMUM(t) ((t) ~TYPE_MAXIMUM (t)) t 46 lib/intprops.h #define TYPE_MAXIMUM(t) \ t 47 lib/intprops.h ((t) (!TYPE_SIGNED (t) ? (t) - 1 : ((((t) 1 << (TYPE_WIDTH (t) - 2)) - 1) * 2 + 1))) t 63 lib/intprops.h #define INT_STRLEN_BOUND(t) \ t 64 lib/intprops.h (INT_BITS_STRLEN_BOUND (TYPE_WIDTH (t) - _GL_SIGNED_TYPE_OR_EXPR (t)) \ t 65 lib/intprops.h + _GL_SIGNED_TYPE_OR_EXPR (t)) t 69 lib/intprops.h #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1) t 233 lib/strutil/strutil.c int t; t 235 lib/strutil/strutil.c for (t = 0; table[t] != NULL; t++) t 236 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 653 lib/util.c char *t = tmp_line; t 655 lib/util.c while (*s != '\0' && *s != '\n' && (size_t) (t - tmp_line) < sizeof (tmp_line) - 1 && s < top) t 656 lib/util.c *t++ = *s++; t 657 lib/util.c *t = '\0'; t 660 lib/util.c *len = (size_t) (t - tmp_line); t 1455 lib/vfs/direntry.c int t; t 1466 lib/vfs/direntry.c t = write (handle, buffer, n); t 1467 lib/vfs/direntry.c if (t != n) t 1469 lib/vfs/direntry.c if (t == -1) t 521 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 str_rstrip_eol (t); 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 425 lib/widget/input_complete.c char *includefile, *t; t 431 lib/widget/input_complete.c t = includefile; t 434 lib/widget/input_complete.c for (; t[0] != '\0' && !str_isspace (t); str_next_char (&t)) t 436 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 113 lib/widget/quick.h #define QUICK_START_GROUPBOX(t) \ t 121 lib/widget/quick.h .title = t, \ t 1000 src/diffviewer/ydiff.c lcsubstr (const char *s, int m, const char *t, int n, GArray *ret, int min) t 1038 src/diffviewer/ydiff.c if (s[i] == t[j]) t 1097 src/diffviewer/ydiff.c hdiff_multi (const char *s, const char *t, const BRACKET bracket, int min, GArray *hdiff, t 1111 src/diffviewer/ydiff.c t + bracket[DIFF_RIGHT].off, bracket[DIFF_RIGHT].len, ret, min); t 1122 src/diffviewer/ydiff.c if (!hdiff_multi (s, t, b, min, hdiff, depth)) t 1133 src/diffviewer/ydiff.c if (!hdiff_multi (s, t, b, min, hdiff, depth)) t 1141 src/diffviewer/ydiff.c if (!hdiff_multi (s, t, b, min, hdiff, depth)) t 1175 src/diffviewer/ydiff.c hdiff_scan (const char *s, int m, const char *t, int n, int min, GArray *hdiff, unsigned int depth) t 1181 src/diffviewer/ydiff.c for (i = 0; i < m && i < n && s[i] == t[i]; i++) t 1183 src/diffviewer/ydiff.c for (; m > i && n > i && s[m - 1] == t[n - 1]; m--, n--) t 1192 src/diffviewer/ydiff.c return hdiff_multi (s, t, b, min, hdiff, depth); t 74 src/editor/edit-impl.h #define edit_query_dialog2(h, t, a, b) query_dialog (h, t, D_NORMAL, 2, a, b) t 75 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 2369 src/editor/edit.c long *t; t 2371 src/editor/edit.c t = g_realloc (edit->undo_stack, (edit->undo_stack_size * 2 + 10) * sizeof (long)); t 2372 src/editor/edit.c if (t != NULL) t 2374 src/editor/edit.c edit->undo_stack = t; t 2459 src/editor/edit.c long *t; t 2461 src/editor/edit.c t = g_realloc (edit->redo_stack, (edit->redo_stack_size * 2 + 10) * sizeof (long)); t 2462 src/editor/edit.c if (t != NULL) t 2464 src/editor/edit.c edit->redo_stack = t; t 171 src/editor/format.c GString *t; t 173 src/editor/format.c t = g_string_sized_new (128); t 181 src/editor/format.c g_string_append_c (t, edit_buffer_get_byte (buf, p)); t 184 src/editor/format.c g_string_append_c (t, '\n'); t 186 src/editor/format.c return t; t 192 src/editor/format.c strip_newlines (unsigned char *t, off_t size) t 196 src/editor/format.c for (p = t; size-- != 0; p++) t 216 src/editor/format.c line_pixel_length (unsigned char *t, off_t b, off_t l, gboolean utf8) t 230 src/editor/format.c tb = (char *) t + b; t 272 src/editor/format.c next_word_start (unsigned char *t, off_t q, off_t size) t 279 src/editor/format.c switch (t[i]) t 300 src/editor/format.c word_start (unsigned char *t, off_t q, off_t size) t 304 src/editor/format.c if (whitespace (t[q])) t 305 src/editor/format.c return next_word_start (t, q, size); t 313 src/editor/format.c c = t[i - 1]; t 325 src/editor/format.c format_this (unsigned char *t, off_t size, long indent, gboolean utf8) t 329 src/editor/format.c strip_newlines (t, size); t 338 src/editor/format.c q = line_pixel_length (t, q, ww, utf8); t 341 src/editor/format.c if (t[q] == '\n') t 343 src/editor/format.c p = word_start (t, q, size); t 345 src/editor/format.c q = next_word_start (t, q, size); /* Return the end of the word if the beginning t 353 src/editor/format.c t[q - 1] = '\n'; t 402 src/editor/format.c put_paragraph (WEdit *edit, unsigned char *t, off_t p, long indent, off_t size) t 416 src/editor/format.c if (t[i - 1] == '\n' && c == '\n') t 421 src/editor/format.c else if (t[i - 1] == '\n') t 446 src/editor/format.c if (c != t[i]) t 447 src/editor/format.c replace_at (edit, p, t[i]); t 480 src/editor/format.c GString *t; t 494 src/editor/format.c t = get_paragraph (&edit->buffer, p, q, indent != 0); t 495 src/editor/format.c size = t->len - 1; t 503 src/editor/format.c && strchr (edit_options.stop_format_chars, t->str[0]) != NULL) t 505 src/editor/format.c g_string_free (t, TRUE); t 515 src/editor/format.c if (t->str[i] == '\n' && strchr (stop_format_chars, t->str[i + 1]) != NULL) t 518 src/editor/format.c g_string_free (t, TRUE); t 525 src/editor/format.c t2 = (unsigned char *) g_string_free (t, FALSE); t 230 src/editor/syntax.c char **t; t 232 src/editor/syntax.c t = g_tree_lookup (defines, *argv); t 233 src/editor/syntax.c if (t != NULL) t 242 src/editor/syntax.c count = g_strv_length (t); t 254 src/editor/syntax.c for (p = argv; *t != NULL; *p++ = *t++) t 121 src/filemanager/cd.c const char *t = NULL; t 137 src/filemanager/cd.c t = getenv (p); t 139 src/filemanager/cd.c if (t == NULL) t 147 src/filemanager/cd.c g_string_append (q, t); t 849 src/filemanager/file.c const gint64 t = g_get_monotonic_time (); t 886 src/filemanager/file.c ctx->pauses += g_get_monotonic_time () - t; t 936 src/filemanager/file.c gint64 t = 0; t 941 src/filemanager/file.c t = g_get_monotonic_time (); t 953 src/filemanager/file.c ctx->pauses += g_get_monotonic_time () - t; t 989 src/filemanager/file.c const gint64 t = g_get_monotonic_time (); t 1006 src/filemanager/file.c ctx->pauses += g_get_monotonic_time () - t; t 2743 src/filemanager/file.c char *t = buf; t 2750 src/filemanager/file.c while ((n_written = mc_write (dest_desc, t, (size_t) n_read)) < n_read) t 2757 src/filemanager/file.c t += n_written; t 530 src/filemanager/filegui.c const gint64 t = g_get_monotonic_time (); t 703 src/filemanager/filegui.c ctx->pauses += g_get_monotonic_time () - t; t 382 src/filemanager/mountlist.c fstype_to_string (short int t) t 384 src/filemanager/mountlist.c switch (t) t 514 src/filemanager/mountlist.c fstype_to_string (int t) t 518 src/filemanager/mountlist.c e = getvfsbytype (t); t 86 src/filemanager/tree.c #define tlines(t) \ t 87 src/filemanager/tree.c (t->is_panel ? WIDGET (t)->rect.lines - 2 - (panels_options.show_mini_info ? 2 : 0) \ t 88 src/filemanager/tree.c : WIDGET (t)->rect.lines) t 206 src/vfs/ftpfs/ftpfs_parse_ls.c mktime_from_utc (const struct tm *t) t 211 src/vfs/ftpfs/ftpfs_parse_ls.c memcpy (&tc, t, sizeof (struct tm)); t 282 src/vfs/ftpfs/ftpfs_parse_ls.c char *t; t 291 src/vfs/ftpfs/ftpfs_parse_ls.c t = FIRST_TOKEN_R; t 292 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 295 src/vfs/ftpfs/ftpfs_parse_ls.c if (!vfs_parse_filetype (t, NULL, &type)) t 298 src/vfs/ftpfs/ftpfs_parse_ls.c if (vfs_parse_fileperms (t + 1, NULL, &mode)) t 304 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN_R; t 305 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 307 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_nlink = atol (t); t 310 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN_R; t 311 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 314 src/vfs/ftpfs/ftpfs_parse_ls.c s->st_uid = ftpfs_get_uid (t); t 320 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN_R; t 321 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 323 src/vfs/ftpfs/ftpfs_parse_ls.c if (isdigit ((unsigned char) *t)) t 331 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%lld%n", &size, &n) == 1 && t[n] == '\0') t 333 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN_R; t 334 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 356 src/vfs/ftpfs/ftpfs_parse_ls.c if (!vfs_parse_month (t, &date)) t 365 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN_R; t 366 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 372 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d:%2d", &date.tm_hour, &date.tm_min) == 2) t 376 src/vfs/ftpfs/ftpfs_parse_ls.c if (day_of_month + strlen (day_of_month) + 1 == t) t 378 src/vfs/ftpfs/ftpfs_parse_ls.c date.tm_year = atoi (t) - 1900; t 454 src/vfs/ftpfs/ftpfs_parse_ls.c char *t; t 460 src/vfs/ftpfs/ftpfs_parse_ls.c t = FIRST_TOKEN; t 461 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 463 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d-%2d-%2d", &month, &day, &year) != 3) t 470 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 471 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 474 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d:%2d%c", &hour, &minute, &am) < 2) t 477 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 478 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 500 src/vfs/ftpfs/ftpfs_parse_ls.c if (strcmp (t, "<DIR>") == 0) t 505 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%lld", &size) != 1) t 510 src/vfs/ftpfs/ftpfs_parse_ls.c t = strtok (NULL, ""); t 511 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 513 src/vfs/ftpfs/ftpfs_parse_ls.c while (*t == ' ') t 514 src/vfs/ftpfs/ftpfs_parse_ls.c t++; t 515 src/vfs/ftpfs/ftpfs_parse_ls.c if (*t == '\0') t 518 src/vfs/ftpfs/ftpfs_parse_ls.c *filename = g_strdup (t); t 822 src/vfs/ftpfs/ftpfs_parse_ls.c char *t; t 831 src/vfs/ftpfs/ftpfs_parse_ls.c t = FIRST_TOKEN; t 832 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 834 src/vfs/ftpfs/ftpfs_parse_ls.c user = t; t 836 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 837 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 839 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%lld", &size) != 1) t 842 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 843 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 845 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d/%2d/%2d", &month, &day, &year) != 3) t 852 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 853 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 855 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d:%2d:%2d", &hour, &minute, &second) != 3) t 858 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 859 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 871 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 872 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 874 src/vfs/ftpfs/ftpfs_parse_ls.c if (strcmp (t, "*DIR") == 0) t 879 src/vfs/ftpfs/ftpfs_parse_ls.c t = strtok (NULL, ""); t 880 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 882 src/vfs/ftpfs/ftpfs_parse_ls.c while (*t == ' ') t 883 src/vfs/ftpfs/ftpfs_parse_ls.c t++; t 884 src/vfs/ftpfs/ftpfs_parse_ls.c if (*t == '\0') t 889 src/vfs/ftpfs/ftpfs_parse_ls.c slash = strchr (t, '/'); t 892 src/vfs/ftpfs/ftpfs_parse_ls.c if (slash == t) t 899 src/vfs/ftpfs/ftpfs_parse_ls.c *filename = g_strdup (t); t 905 src/vfs/ftpfs/ftpfs_parse_ls.c *filename = g_strdup (t); t 926 src/vfs/ftpfs/ftpfs_parse_ls.c char *t; t 931 src/vfs/ftpfs/ftpfs_parse_ls.c t = FIRST_TOKEN; t 932 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 935 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%lld", &size) != 1) t 939 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 940 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 943 src/vfs/ftpfs/ftpfs_parse_ls.c if (strcmp (t, "DIR") == 0) t 946 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 948 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 952 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d-%2d-%2d", &month, &day, &year) != 3) t 959 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 960 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 962 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d:%2d", &hour, &minute) != 3) t 976 src/vfs/ftpfs/ftpfs_parse_ls.c t = strtok (NULL, ""); t 977 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 979 src/vfs/ftpfs/ftpfs_parse_ls.c while (*t == ' ') t 980 src/vfs/ftpfs/ftpfs_parse_ls.c t++; t 981 src/vfs/ftpfs/ftpfs_parse_ls.c if (*t == '\0') t 983 src/vfs/ftpfs/ftpfs_parse_ls.c *filename = g_strdup (t); t 995 src/vfs/ftpfs/ftpfs_parse_ls.c char *t; t 1001 src/vfs/ftpfs/ftpfs_parse_ls.c t = FIRST_TOKEN; t 1002 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 1005 src/vfs/ftpfs/ftpfs_parse_ls.c if (!vfs_parse_filetype (t, NULL, &type)) t 1010 src/vfs/ftpfs/ftpfs_parse_ls.c if (!vfs_parse_fileperms (t + 1, NULL, &mode)) t 1015 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 1016 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 1019 src/vfs/ftpfs/ftpfs_parse_ls.c if (strcmp (t, "folder") != 0) t 1024 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 1025 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 1028 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 1029 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 1031 src/vfs/ftpfs/ftpfs_parse_ls.c if (!isdigit ((unsigned char) *t)) t 1034 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%lld", &size) == 1) t 1040 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 1041 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 1046 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 1047 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 1052 src/vfs/ftpfs/ftpfs_parse_ls.c if (!vfs_parse_month (t, &date)) t 1062 src/vfs/ftpfs/ftpfs_parse_ls.c t = NEXT_TOKEN; t 1063 src/vfs/ftpfs/ftpfs_parse_ls.c if (t == NULL) t 1065 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 1034 src/vfs/shell/shell.c ssize_t n, t; t 1048 src/vfs/shell/shell.c t = write (shell_super->sockw, buffer, n); t 1049 src/vfs/shell/shell.c if (t != n) t 1051 src/vfs/shell/shell.c if (t == -1) t 78 src/vfs/tar/tar-sparse.c #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1) t 197 src/vfs/tar/tar-xheader.c struct xhdr_tab const *t; t 199 src/vfs/tar/tar-xheader.c t = locate_handler (kp->pattern); t 200 src/vfs/tar/tar-xheader.c if (t != NULL) t 201 src/vfs/tar/tar-xheader.c return t->decoder (st, t->keyword, kp->value, strlen (kp->value)); t 315 src/vfs/tar/tar-xheader.c struct timespec t; t 319 src/vfs/tar/tar-xheader.c t = decode_timespec (arg, &arg_lim, TRUE); t 321 src/vfs/tar/tar-xheader.c if (t.tv_nsec < 0) t 329 src/vfs/tar/tar-xheader.c *ts = t; t 205 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c string_date (time_t t) t 215 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c FMT_LOCALTIME (buf, sizeof buf, "%Y-%m-%d %H:%M:%S", t);