Home
last modified time | relevance | path

Searched refs:seen_null (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.sbin/tcpdump/
Dparsenfsfh.c395 int seen_null = 0; in is_UCX() local
399 if (seen_null) in is_UCX()
405 seen_null = 1; in is_UCX()
/openbsd/src/gnu/usr.bin/perl/dist/Storable/
DStorable.xs6234 bool seen_null = FALSE; in retrieve_array() local
6262 seen_null = TRUE; in retrieve_array()
6270 if (seen_null) av_fill(av, len-1); in retrieve_array()
6287 bool seen_null = FALSE; in get_larray() local
6311 seen_null = TRUE; in get_larray()
6319 if (seen_null) av_fill(av, len-1); in get_larray()