/titanic_50/usr/src/lib/libcmd/common/ |
H A D | wclib.c | 171 register Sfoff_t longest = 0; in wc_count() local 184 wp->longest = 0; in wc_count() 205 if ((nchars - longest) > wp->longest) in wc_count() 206 wp->longest = nchars - longest; in wc_count() 237 if ((nchars - longest) > wp->longest) in wc_count() 238 wp->longest = nchars - longest; in wc_count() 239 longest = nchars + 1; in wc_count() 389 if((cp-start)-adjust > longest) in wc_count() 390 longest = (cp-start)-adjust-1; in wc_count() 488 if ((wp->mode&WC_LONGEST) && ((endbuff + 1 - start) - adjust - (lastchar == '\n')) > longest) in wc_count() [all …]
|
H A D | wc.h | 48 Sfoff_t longest; member
|
H A D | wc.c | 83 sfprintf(sfstdout," %7I*d",sizeof(wp->chars),wp->longest); in printout()
|
H A D | RELEASE | 121 06-08-25 wc.c,wclib.c: add -L,--longest-line,WC_LONGEST
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | main.c | 414 int nmatches, longest; in getcmd() local 420 longest = 0; in getcmd() 428 if (q - name > longest) { in getcmd() 429 longest = q - name; in getcmd() 432 } else if (q - name == longest) in getcmd()
|
/titanic_50/usr/src/cmd/zdump/ |
H A D | zdump.c | 90 static size_t longest; variable 244 longest = 0; 246 if (strlen(argv[i]) > longest) 247 longest = strlen(argv[i]); 498 (void) printf("%-*s ", (int)longest, zone);
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | alias.c | 650 long naliases, bytes, longest; local 660 naliases = bytes = longest = 0; 842 if (rhssize > longest) 843 longest = rhssize; 864 map->map_file, naliases, longest, bytes); 868 map->map_file, naliases, longest, bytes);
|
/titanic_50/usr/src/lib/libadm/common/ |
H A D | ckitem.c | 336 menup->longest = menup->nchoices = 0; 364 if (n > menup->longest) 365 menup->longest = (short)n; 461 (void) sprintf(format, "%%-%ds", menup->longest+5);
|
/titanic_50/usr/src/head/ |
H A D | valtools.h | 44 short longest; member
|
/titanic_50/usr/src/uts/common/cpr/ |
H A D | cpr_misc.c | 263 char *slash, *tail, *longest; in cpr_verify_statefile_path() local 346 tail = longest = sfpath + 1; /* pt beyond the leading "/" */ in cpr_verify_statefile_path() 379 longest = slash; in cpr_verify_statefile_path() 391 *longest = '\0'; in cpr_verify_statefile_path()
|
/titanic_50/usr/src/cmd/dc/ |
H A D | dc.c | 43 long longest = 0, maxsize = 0, active = 0; variable 129 ("longest %ld active %ld maxsize %ld\n"), longest, in commnds() 2125 if (size > longest) in salloc() 2126 longest = size; in salloc() 2174 if (size > longest) in copy() 2175 longest = size; in copy() 2226 if (n > longest) in seekc() 2227 longest = n; in seekc() 2266 if (size > longest) in more() 2267 longest = size; in more()
|
/titanic_50/usr/src/cmd/mdb/common/modules/dtrace/ |
H A D | dtrace.c | 2022 int longest = 0; in dtrace_hashstat_stats() local 2038 if (data->dthsd_counts[i] > longest) in dtrace_hashstat_stats() 2039 longest = data->dthsd_counts[i]; in dtrace_hashstat_stats() 2066 data->dthsd_hashsize, util / 10, util % 10, longest, ttl / nz, in dtrace_hashstat_stats()
|
/titanic_50/usr/src/lib/libshell/common/ |
H A D | sh.memo | 649 the longest common prefix. 651 the pathname is used to compute the longest command prefix. 652 If the longest common prefix is a complete match,
|
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README.v6 | 991 longest configured prefix length that also matches the candidate
|
/titanic_50/usr/src/data/zoneinfo/ |
H A D | asia | 661 # operated year round." -- Low Z. The longest day: when wartime Hong Kong 663 # https://www.scmp.com/magazines/post-magazine/short-reads/article/3016281/longest-day-when-wartime…
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 54 # or as relics of various older versions of UNIX. This one is the longest
|
H A D | terminfo.src | 54 # or as relics of various older versions of UNIX. This one is the longest
|