Lines Matching +defs:user +defs:t
66 * represent a value of integral type t as a string, excluding the
69 #define STRBUF_SIZEOF(t) (1 + CHAR_BIT * sizeof(t) / 3 + 1)
129 static int f_nofollow; /* don't follow symbolic link arguments */
131 static int f_nosort; /* don't sort output */
132 int f_notabs; /* don't use tab-separated multi-col output */
133 static int f_numericonly; /* don't convert uid/gid to name */
150 char *f_timeformat; /* user-specified time format */
329 /* The -S, -t and -v options override each other. */
335 case 't':
365 * stdout isn't a tty.
517 * don't do colours at all. */
525 * If we're *always* doing color but we don't have
538 * We can't put tabs and color sequences together:
550 * If not -F, -i, -l, -s, -S, -t or --group-directories options,
551 * don't require stat information, unless in color mode in which case
674 * If not recursing down this tree and don't need stat info, just get
747 const char *user, *group;
834 u_long t = len_octal(cur->fts_name, cur->fts_namelen);
836 if (t > maxlen)
837 maxlen = t;
857 user = nuser;
860 user = user_from_uid(sp->st_uid, 0);
870 if (user == NULL)
877 if ((ulen = strlen(user)) > maxuser)
953 np->user = &np->data[0];
954 (void)strcpy(np->user, user);