Searched refs:last (Results 126 - 150 of 917) sorted by relevance

1234567891011>>

/freebsd-current/tests/sys/netinet/
H A Dip6_v4mapped_test.c59 int last; member in struct:portrange
63 * Set first and last ports in the ipport range. Save the old values
80 * Set the net.inet.ip.portrange.{first,last} sysctls. Save the
100 sysctlsz = sizeof(save_ports.last);
101 error = sysctlbyname("net.inet.ip.portrange.last", &save_ports.last,
104 warn("sysctlbyname(\"net.inet.ip.portrange.last\") "
108 if (sysctlsz != sizeof(save_ports.last)) {
110 "(expected %zu, actual %zu)\n", sizeof(save_ports.last),
143 sysctlsz = sizeof(save_ports.last);
[all...]
/freebsd-current/contrib/ntp/scripts/monitoring/
H A Dntploopwatch450 "(last $LastCnt samples from $srcprefix*)'\n";
464 last if $t < $i;
689 last;
703 print "\tfound last entry: $t ", &ctime($t)
705 last unless defined($_);
716 " last: ",$F_last{$key},"\n") if $verbose > 1;
759 $verbose > 2 && print "unref last($_)\n";
778 "last $cnt samples"))),
794 " last: ", $F_last{$f[$[]},
885 ;# last fil
[all...]
/freebsd-current/contrib/openbsm/libbsm/
H A Dbsm_flags.c57 char *last; local
68 tok = strtok_r(auditstr, flagdelim, &last);
98 tok = strtok_r(NULL, flagdelim, &last);
175 /* Overwrite the last delimiter with the string terminator. */
H A Dbsm_class.c66 char *last; local
69 classflag = strtok_r(str, classdelim, &last);
70 classname = strtok_r(NULL, classdelim, &last);
71 classdesc = strtok_r(NULL, classdelim, &last);
H A Dbsm_user.c65 char *last; local
67 username = strtok_r(str, user_delim, &last);
68 always = strtok_r(NULL, user_delim, &last);
69 never = strtok_r(NULL, user_delim, &last);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dereports.c66 int last = CRITERIA_NAMES_COUNT - 1; local
89 (void) printf("%c", i == last ? '\n' : '\t');
126 (void) printf("%c", i == last ? '\n' : '\t');
/freebsd-current/contrib/ntp/libntp/lib/isc/
H A Dresult.c36 unsigned int last; member in struct:resulttable
133 table->last = base + nresults - 1;
185 if (result >= table->base && result <= table->last) {
/freebsd-current/sys/dev/hpt27xx/
H A Dlist.h91 struct list_head *last = list->prev; local
97 last->next = at;
98 at->prev = last;
/freebsd-current/sys/dev/hptnr/
H A Dlist.h90 struct list_head *last = list->prev; local
96 last->next = at;
97 at->prev = last;
/freebsd-current/sys/dev/hptrr/
H A Dlist.h93 struct list_head *last = list->prev; local
99 last->next = at;
100 at->prev = last;
/freebsd-current/usr.bin/pathchk/
H A Dpathchk.c100 int last; local
129 last = *end == '\0';
150 if (last)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors_memintrinsics.h32 uptr last = beg + size - 1;
34 uptr shadow_last = MEM_TO_SHADOW(last);
40 u8 shadow = AddressIsPoisoned(last);
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h89 SymbolTableListTraits &L2, iterator first, iterator last) {
105 for (; first != last; ++first) {
117 for (; first != last; ++first)
88 transferNodesFromList( SymbolTableListTraits &L2, iterator first, iterator last) argument
/freebsd-current/sbin/ipf/common/
H A Dlexer.c111 yyswallow(int last) argument
115 while (((c = yygetc(0)) > '\0') && (c != last))
120 if (c == last)
/freebsd-current/contrib/mandoc/
H A Dmdoc_macro.c226 n = mdoc->last->flags & NODE_VALID ?
227 mdoc->last->parent : mdoc->last;
274 while (mdoc->last != to) {
275 mdoc_state(mdoc, mdoc->last);
276 mdoc->last->flags |= NODE_VALID | NODE_ENDED;
277 mdoc->last = mdoc->last->parent;
279 mdoc_state(mdoc, mdoc->last);
280 mdoc->last
[all...]
/freebsd-current/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c58 * This wipes out the last character, no matter whether it was a tab, control
62 WipeOut(WINDOW *win, int y, int x, wint_t *first, wint_t *last, int echoed) argument
64 if (last > first) {
65 *--last = '\0';
83 return last;
189 * If the last waddch forced a wrap & scroll, adjust our
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_getstr.c48 * This wipes out the last character, no matter whether it was a tab, control
52 WipeOut(WINDOW *win, int y, int x, char *first, char *last, int echoed) argument
54 if (last > first) {
55 *--last = '\0';
70 return last;
167 * If the last waddch forced a wrap &
/freebsd-current/contrib/nvi/vi/
H A Dvs_relative.c97 size_t chlen, cno, curoff, last = 0, len, scno; local
142 * last column of the screen. Otherwise, display the rest of the
158 last = scno;
165 last = scno;
178 * room the last two characters required, so that it can handle
182 *diffp = scno - last;
246 * If reached the end of the physical line, return the last
274 * a: off < llen - 1, i.e. not the last character in
276 * b: else return the offset of the last character.
289 /* No such character; return the start of the last characte
[all...]
/freebsd-current/sys/contrib/vchiq/interface/vchi/
H A Dvchi_common.h169 void *last; member in struct:__anon10745
/freebsd-current/tools/test/stress2/tools/
H A Dsetup.sh37 last Last test run
40 output Output from the last test run
/freebsd-current/crypto/openssl/include/internal/
H A Dparam_build_set.h25 void ossl_param_set_secure_block(OSSL_PARAM *last, void *secure_buffer,
/freebsd-current/sys/net/altq/
H A Daltq_rio.h63 int count; /* packet count since the last dropped/
67 struct timeval last; /* timestamp when queue becomes idle */ member in struct:rio::dropprec_state
/freebsd-current/sys/netpfil/ipfw/nptv6/
H A Dnptv6.h62 void nptv6_uninit(struct ip_fw_chain *ch, int last);
/freebsd-current/lib/libc/gen/
H A Dpopen.c191 struct pid *cur, *last = NULL; local
202 last = cur;
208 if (last == NULL)
211 SLIST_REMOVE_AFTER(last, next);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_add_passphrase.c37 *a->passphrases.last = p;
38 a->passphrases.last = &p->next;
59 if (&a->passphrases.first == a->passphrases.last) {
60 a->passphrases.last = &p->next;

Completed in 386 milliseconds

1234567891011>>