/src/games/battlestar/ |
battlestar.c | 59 char *next; local in function:main 89 next = getcom(mainbuf, sizeof mainbuf, ">-: ", 91 for (wordcount = 0; next && wordcount < NWORD - 1; wordcount++) 92 next = getword(next, words[wordcount], -1);
|
battlestar.c | 59 char *next; local in function:main 89 next = getcom(mainbuf, sizeof mainbuf, ">-: ", 91 for (wordcount = 0; next && wordcount < NWORD - 1; wordcount++) 92 next = getword(next, words[wordcount], -1);
|
command7.c | 49 char *next; local in function:fight 65 next = getcom(auxbuf, LINELENGTH, "<fight!>-: ", 0); 66 for (i = 0; next && i < 10; i++) 67 next = getword(next, words[i], -1);
|
command7.c | 49 char *next; local in function:fight 65 next = getcom(auxbuf, LINELENGTH, "<fight!>-: ", 0); 66 for (i = 0; next && i < 10; i++) 67 next = getword(next, words[i], -1);
|
/src/lib/libc/stdio/ |
glue.h | 42 struct glue *next; member in struct:glue
|
glue.h | 42 struct glue *next; member in struct:glue
|
/src/lib/libc/stdlib/ |
rand.c | 44 static u_long next = 1; variable in typeref:typename:u_long 50 return (int)((next = next * 1103515245 + 12345) % ((u_long)RAND_MAX + 1)); 56 next = seed;
|
rand.c | 44 static u_long next = 1; variable in typeref:typename:u_long 50 return (int)((next = next * 1103515245 + 12345) % ((u_long)RAND_MAX + 1)); 56 next = seed;
|
quick_exit.c | 44 struct quick_exit_handler *next; member in struct:quick_exit_handler 73 h->next = handlers; 90 for (h = handlers; NULL != h; h = h->next)
|
quick_exit.c | 44 struct quick_exit_handler *next; member in struct:quick_exit_handler 73 h->next = handlers; 90 for (h = handlers; NULL != h; h = h->next)
|
/src/tests/usr.bin/xlint/lint1/ |
msg_027.c | 17 next enumerator in enum:__anonfa86d3e40103
|
msg_027.c | 17 next enumerator in enum:__anonfa86d3e40103
|
/src/lib/libc/rpc/ |
pmap_prot2.c | 111 struct pmaplist **next = NULL; /* pacify gcc */ local in function:__weak_alias 126 * the case of freeing we must remember the next object 130 next = &((*rp)->pml_next); 134 rp = (freeing) ? next : &((*rp)->pml_next);
|
pmap_prot2.c | 111 struct pmaplist **next = NULL; /* pacify gcc */ local in function:__weak_alias 126 * the case of freeing we must remember the next object 130 next = &((*rp)->pml_next); 134 rp = (freeing) ? next : &((*rp)->pml_next);
|
/src/usr.bin/make/unit-tests/ |
suff-main.mk | 13 next-main: 16 # At this point, 'next-main' is effectively ignored. 20 # a candidate for the main target. Therefore the next target is selected as 21 # the main target, which in this case is 'next-main'.
|
suff-main.mk | 13 next-main: 16 # At this point, 'next-main' is effectively ignored. 20 # a candidate for the main target. Therefore the next target is selected as 21 # the main target, which in this case is 'next-main'.
|
/src/usr.sbin/mrouted/ |
rsrr_var.h | 45 struct rsrr_cache *next; /* next cache item */ member in struct:rsrr_cache
|
rsrr_var.h | 45 struct rsrr_cache *next; /* next cache item */ member in struct:rsrr_cache
|
/src/bin/sh/ |
alias.h | 40 struct alias *next; member in struct:alias
|
alias.h | 40 struct alias *next; member in struct:alias
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_user_extensions.c | 31 u64 next; local in function:i915_user_extensions 58 if (get_user(next, &ext->next_extension) || 59 overflows_type(next, ext)) 62 ext = u64_to_user_ptr(next);
|
i915_user_extensions.c | 31 u64 next; local in function:i915_user_extensions 58 if (get_user(next, &ext->next_extension) || 59 overflows_type(next, ext)) 62 ext = u64_to_user_ptr(next);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/ |
nouveau_nvkm_subdev_therm_gf100.c | 43 u32 next, addr; local in function:gf100_clkgate_init 46 next = init->addr + init->count * 8; 51 while (addr < next) {
|
nouveau_nvkm_subdev_therm_gf100.c | 43 u32 next, addr; local in function:gf100_clkgate_init 46 next = init->addr + init->count * 8; 51 while (addr < next) {
|
/src/lib/libexecinfo/ |
builtin.c | 50 struct frameinfo *next; member in struct:frameinfo 64 frame = frame->next;
|