Symbol: longest
common/lib/libc/misc/ubsan.c
1432
DeserializeNumberSigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, longest L)
common/lib/libc/misc/ubsan.c
1569
static longest
common/lib/libc/misc/ubsan.c
1573
longest L = 0;
common/lib/libc/misc/ubsan.c
1586
memcpy(&L, REINTERPRET_CAST(longest *, ulNumber), sizeof(longest));
common/lib/libc/misc/ubsan.c
1709
longest L = llliGetNumber(szLocation, pType, ulNumber);
common/lib/libc/misc/ubsan.c
262
static void DeserializeNumberSigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, longest L);
common/lib/libc/misc/ubsan.c
268
static longest llliGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber);
lib/libc/time/zdump.c
528
longest = min(arglenmax, INT_MAX - 2);
lib/libc/time/zdump.c
789
(void) printf("%-*s ", (int) longest, zone);
lib/libc/time/zdump.c
80
static size_t longest;
lib/libcompat/regexp/regexp.c
214
char *longest;
lib/libcompat/regexp/regexp.c
278
longest = NULL;
lib/libcompat/regexp/regexp.c
282
longest = OPERAND(scan);
lib/libcompat/regexp/regexp.c
285
r->regmust = longest;
tools/compat/snprintf.c
417
longest arg;
usr.bin/ftp/main.c
774
ptrdiff_t longest;
usr.bin/ftp/main.c
779
longest = 0;
usr.bin/ftp/main.c
787
if (q - name > longest) {
usr.bin/ftp/main.c
788
longest = q - name;
usr.bin/ftp/main.c
791
} else if (q - name == longest)
usr.bin/midirecord/midirecord.c
677
unsigned count = 1, u, longest = 0, c = 0;
usr.bin/midirecord/midirecord.c
690
if (c > longest)
usr.bin/midirecord/midirecord.c
691
longest = c;
usr.bin/midirecord/midirecord.c
697
num_buf = malloc(longest + 1);
usr.bin/tftp/main.c
693
int nmatches, longest;
usr.bin/tftp/main.c
695
longest = 0;
usr.bin/tftp/main.c
703
if (q - name > longest) {
usr.bin/tftp/main.c
704
longest = q - name;
usr.bin/tftp/main.c
707
} else if (q - name == longest)
usr.bin/tsort/tsort.c
105
static int debug, longest, quiet, reverse;
usr.bin/tsort/tsort.c
133
longest = 1;
usr.bin/tsort/tsort.c
414
if (len > 0 && !longest)
usr.bin/wc/wc.c
181
wc_count_t charct, linect, wordct, longest;
usr.bin/wc/wc.c
189
linect = wordct = charct = longest = 0;
usr.bin/wc/wc.c
276
if (linelen > longest)
usr.bin/wc/wc.c
277
longest = linelen;
usr.bin/wc/wc.c
311
print_counts(linect, wordct, charct, longest, file);
usr.bin/wc/wc.c
320
if (dolongest && longest > tlongest)
usr.bin/wc/wc.c
321
tlongest = longest;
usr.bin/wc/wc.c
331
wc_count_t longest, const char *name)
usr.bin/wc/wc.c
341
(void)printf(WCFMT, (WCCAST)longest);
usr.sbin/lpr/lpc/lpc.c
206
int nmatches, longest;
usr.sbin/lpr/lpc/lpc.c
208
longest = 0;
usr.sbin/lpr/lpc/lpc.c
216
if (q - name > longest) {
usr.sbin/lpr/lpc/lpc.c
217
longest = q - name;
usr.sbin/lpr/lpc/lpc.c
220
} else if (q - name == longest)
usr.sbin/route6d/route6d.c
1714
struct riprt *longest;
usr.sbin/route6d/route6d.c
1717
longest = NULL;
usr.sbin/route6d/route6d.c
1722
if (!longest
usr.sbin/route6d/route6d.c
1723
|| longest->rrt_info.rip6_plen <
usr.sbin/route6d/route6d.c
1725
longest = rrt;
usr.sbin/route6d/route6d.c
1729
rrt = longest;
usr.sbin/sysinst/util.c
221
const char *longest;
usr.sbin/sysinst/util.c
255
len = strlen(msg_no); longest = msg_no;
usr.sbin/sysinst/util.c
256
i = strlen(msg_yes); if (i > len) {len = i; longest = msg_yes; }
usr.sbin/sysinst/util.c
257
i = strlen(msg_all); if (i > len) {len = i; longest = msg_all; }
usr.sbin/sysinst/util.c
258
i = strlen(msg_some); if (i > len) {len = i; longest = msg_some; }
usr.sbin/sysinst/util.c
259
i = strlen(msg_none); if (i > len) {len = i; longest = msg_none; }
usr.sbin/sysinst/util.c
260
select_menu_width = snprintf(NULL, 0, "%-40s %s", "", longest);
usr.sbin/timed/timedc/timedc.c
148
int nmatches, longest;
usr.sbin/timed/timedc/timedc.c
152
longest = 0;
usr.sbin/timed/timedc/timedc.c
161
if (q - name > longest) {
usr.sbin/timed/timedc/timedc.c
162
longest = q - name;
usr.sbin/timed/timedc/timedc.c
165
} else if (q - name == longest)