HomeSort by: relevance | last modified time | path
    Searched defs:next (Results 1 - 25 of 3959) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/xlint/lint1/
msg_027.c 17 next enumerator in enum:__anon8049
  /src/games/battlestar/
battlestar.c 59 char *next; local
89 next = getcom(mainbuf, sizeof mainbuf, ">-: ",
91 for (wordcount = 0; next && wordcount < NWORD - 1; wordcount++)
92 next = getword(next, words[wordcount], -1);
  /src/lib/libc/stdio/
glue.h 42 struct glue *next; member in struct:glue
  /src/lib/libc/stdlib/
rand.c 44 static u_long next = 1; variable
50 return (int)((next = next * 1103515245 + 12345) % ((u_long)RAND_MAX + 1));
56 next = seed;
  /src/sys/arch/mips/ralink/
ralink_usbhcvar.h 40 TAILQ_ENTRY(ralink_usb_hc) next; member in struct:ralink_usb_hc
  /src/sys/arch/next68k/next68k/
conf.c 51 cons_decl(next); variable
58 cons_init(next),
  /src/external/bsd/elftoolchain/dist/libelf/
elf_next.c 48 off_t next; local
63 next = e->e_rawfile - parent->e_rawfile + (off_t) e->e_rawsize;
64 next = (next + 1) & ~1; /* round up to an even boundary */
68 * next call to 'elf_begin()'.
70 parent->e_u.e_ar.e_next = (next >= (off_t) parent->e_rawsize) ?
71 (off_t) 0 : next;
78 * 'e_next' field so that the next call to elf_begin(3) will terminate
82 if (next > (off_t) parent->e_rawsize) {
  /src/external/bsd/ipf/dist/lib/
alist_free.c 16 alist_t *a, *next; local
18 for (a = hosts; a != NULL; a = next) {
19 next = a->al_next;
  /src/external/gpl3/binutils/dist/binutils/
arsup.h 23 struct list *next; member in struct:list
  /src/external/gpl3/binutils.old/dist/binutils/
arsup.h 23 struct list *next; member in struct:list
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
break-include.c 18 int next (int i);
25 result = next (result);
53 next (int i) /* break here */ function
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ctf/
ctf-a.h 20 struct A *next; member in struct:A
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
break-include.c 18 int next (int i);
25 result = next (result);
53 next (int i) /* break here */ function
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ctf/
ctf-a.h 20 struct A *next; member in struct:A
  /src/external/lgpl2/userspace-rcu/dist/tests/common/
compat-rand.h 26 unsigned int next = *seed; local
29 next *= 1103515245;
30 next += 12345;
31 result = (unsigned int) (next / 65536) % 2048;
33 next *= 1103515245;
34 next += 12345;
36 result ^= (unsigned int) (next / 65536) % 1024;
38 next *= 1103515245;
39 next += 12345;
41 result ^= (unsigned int) (next / 65536) % 1024
    [all...]
  /src/lib/libc/rpc/
pmap_prot2.c 111 struct pmaplist **next = NULL; /* pacify gcc */ local
126 * the case of freeing we must remember the next object
130 next = &((*rp)->pml_next);
134 rp = (freeing) ? next : &((*rp)->pml_next);
  /src/sys/dev/cardbus/
usb_cardbus.h 39 TAILQ_ENTRY(usb_cardbus) next; member in struct:usb_cardbus
  /src/usr.sbin/mrouted/
rsrr_var.h 45 struct rsrr_cache *next; /* next cache item */ member in struct:rsrr_cache
  /src/crypto/external/apache2/openssl/dist/crypto/
rcu_internal.h 19 struct rcu_cb_item *next; member in struct:rcu_cb_item
  /src/external/gpl3/gcc/dist/gcc/fortran/
scanner.h 26 struct gfc_directorylist *next; member in struct:gfc_directorylist
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
scanner.h 26 struct gfc_directorylist *next; member in struct:gfc_directorylist
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
next.py 52 @request("next", response=False)
53 def next( function
57 cmd = "next"
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/
next.py 52 @request("next", response=False)
53 def next( function
57 cmd = "next"
  /src/external/mpl/dhcp/bind/dist/lib/isc/
xoshiro128starstar.c 49 next(void) { function
  /src/bin/sh/
alias.h 40 struct alias *next; member in struct:alias

Completed in 149 milliseconds

1 2 3 4 5 6 7 8 91011>>