Searched defs:longest (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Dwc.h48 Sfoff_t longest; member in struct:__anon1500
H A Dwclib.c174 register Sfoff_t longest = 0; local
187 wp->longest = 0;
208 if ((nchars - longest) > wp->longest)
209 wp->longest = nchars - longest;
240 if ((nchars - longest) > wp->longest)
241 wp->longest = nchars - longest;
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dalias.c629 ** aliases, longest alias, etc.
650 long naliases, bytes, longest; local
660 naliases = bytes = longest = 0;
842 if (rhssize > longest)
843 longest = rhssize;
863 message("%s: %ld aliases, longest %ld bytes, %ld bytes total",
864 map->map_file, naliases, longest, bytes);
867 "%s: %ld aliases, longest %ld bytes, %ld bytes total",
868 map->map_file, naliases, longest, bytes);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c187 SV **longest; /* Either &l_fixed, or &l_float. */ member in struct:scan_data_t
469 Updata the longest found anchored substring and the longest found
476 STRLEN old_l = CHR_SVLEN(*data->longest);
479 SvSetMagicSV(*data->longest, data->last_found);
480 if (*data->longest == data->longest_fixed) {
878 data->longest = &(data->longest_float);
922 if (flags & SCF_DO_SUBSTR) { /* Update longest substr. */
1060 data->longest = &(data->longest_float);
1344 data->longest
[all...]

Completed in 431 milliseconds