Searched refs:maxname (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/shell_cmds-179/who/
H A Dwho.c346 (void)printf("%-*.*s ", maxname, maxname, "LOGIN");
349 (void)printf("%-*.*s ", maxname, maxname, "reboot");
352 (void)printf("%-*.*s ", maxname, maxname, name);
356 (void)printf("%-*.*s ", maxname, maxname, name);
407 (void)printf("%-*.*s ", maxname, maxname, "USE
[all...]
H A Dutmpentry.h62 extern int maxname, maxline, maxhost;
H A Dutmpentry.c81 int maxname = 8, maxline = 8, maxhost = 16; variable
92 if ((max = strlen(e->name)) > maxname)
93 maxname = max;
/macosx-10.10/rsync-45/rsync/
H A Dreceiver.c97 int maxname, added, length = 0; local
117 /* The maxname value is bufsize, and includes space for the '\0'.
119 maxname = MIN(MAXPATHLEN - 7 - length, NAME_MAX - 8);
121 if (maxname < 1) {
127 added = strlcpy(fnametmp + length, f, maxname);
128 if (added >= maxname)
129 added = maxname - 1;
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Darchive.c1235 unsigned int maxname = abfd->xvec->ar_max_namelen;
1254 if (thislen > maxname
1256 thislen = maxname;
1258 if (thislen > maxname)
1278 if (thislen < maxname
1279 || (thislen == maxname && thislen < sizeof hdr->ar_name))
1306 if (thislen > maxname)
1321 _bfd_ar_spacepad (hdr->ar_name + 1, maxname - 1, "%-ld",
1229 unsigned int maxname = abfd->xvec->ar_max_namelen; local

Completed in 118 milliseconds