/src/usr.sbin/mopd/common/ |
nma.c | 197 struct commDev *current; local in function:nmaGetShort 199 current = nmaCommDev; 201 while (current->sname != NULL) { 202 if (current->val == devno) 204 current++; 207 return(current->sname); 213 struct commDev *current; local in function:nmaGetDevice 215 current = nmaCommDev; 217 while (current->name != NULL) { 218 if (current->val == devno [all...] |
nma.c | 197 struct commDev *current; local in function:nmaGetShort 199 current = nmaCommDev; 201 while (current->sname != NULL) { 202 if (current->val == devno) 204 current++; 207 return(current->sname); 213 struct commDev *current; local in function:nmaGetDevice 215 current = nmaCommDev; 217 while (current->name != NULL) { 218 if (current->val == devno [all...] |
/src/games/boggle/mkdict/ |
mkdict.c | 67 int current, len, prev, qcount; local in function:main 71 current = 1; 75 fgets(buf[current], MAXWORDLEN + 1, stdin) != NULL; ++nwords) { 76 if ((p = strchr(buf[current], '\n')) == NULL) { 77 fprintf(stderr, "word too long: %s\n", buf[current]); 85 for (p = buf[current]; *p != '\n'; p++) { 106 p = buf[current]; 112 common = p - buf[current] - 1; 115 current = !current; [all...] |
mkdict.c | 67 int current, len, prev, qcount; local in function:main 71 current = 1; 75 fgets(buf[current], MAXWORDLEN + 1, stdin) != NULL; ++nwords) { 76 if ((p = strchr(buf[current], '\n')) == NULL) { 77 fprintf(stderr, "word too long: %s\n", buf[current]); 85 for (p = buf[current]; *p != '\n'; p++) { 106 p = buf[current]; 112 common = p - buf[current] - 1; 115 current = !current; [all...] |
/src/lib/libc/gen/ |
gr_private.h | 83 char *current; /* current first/next match */ member in struct:__grstate_nis
|
gr_private.h | 83 char *current; /* current first/next match */ member in struct:__grstate_nis
|
/src/sys/external/bsd/drm2/include/linux/ |
sched.h | 59 #define current curproc macro 116 KASSERT(p == current);
|
sched.h | 59 #define current curproc macro 116 KASSERT(p == current);
|
/src/lib/libedit/ |
map.h | 52 el_action_t *alt; /* The current alternate key map */ 53 el_action_t *key; /* The current normal key map */ 54 el_action_t *current; /* The keymap we are using */ member in struct:el_map_t
|
map.h | 52 el_action_t *alt; /* The current alternate key map */ 53 el_action_t *key; /* The current normal key map */ 54 el_action_t *current; /* The keymap we are using */ member in struct:el_map_t
|
/src/sys/dev/raidframe/ |
rf_paritymap.h | 68 struct rf_paritymap_current *current; member in struct:rf_paritymap
|
rf_paritymap.h | 68 struct rf_paritymap_current *current; member in struct:rf_paritymap
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_linux.h | 43 const char *current; member in struct:__sanitizer::MemoryMappingLayoutData
|
sanitizer_linux.h | 43 const char *current; member in struct:__sanitizer::MemoryMappingLayoutData
|
/src/sys/arch/x68k/stand/boot/ |
dp8390.c | 115 * Set current page pointer to one page after the boundary pointer, as 206 u_char boundary, current; local in function:EtherReceive 214 /* Set NIC to page 1 registers to get 'current' pointer. */ 219 * it points to where new data has been buffered. The 'CURR' (current) 225 current = NIC_GET(ED_P1_CURR); 230 if (next_packet == current) 251 * NOTE: sc->next_packet is pointing at the current packet. 268 rec_page_start, next_packet, current,
|
dp8390.c | 115 * Set current page pointer to one page after the boundary pointer, as 206 u_char boundary, current; local in function:EtherReceive 214 /* Set NIC to page 1 registers to get 'current' pointer. */ 219 * it points to where new data has been buffered. The 'CURR' (current) 225 current = NIC_GET(ED_P1_CURR); 230 if (next_packet == current) 251 * NOTE: sc->next_packet is pointing at the current packet. 268 rec_page_start, next_packet, current,
|
/src/usr.bin/rpcgen/ |
rpc_tblout.c | 94 int current; local in function:write_table 115 current = atoi(proc->proc_num); 116 if (current != expected++) { 126 expected = current + 1;
|
rpc_tblout.c | 94 int current; local in function:write_table 115 current = atoi(proc->proc_num); 116 if (current != expected++) { 126 expected = current + 1;
|
/src/lib/libcurses/ |
get_wch.c | 83 keymap_t *current = _cursesi_screen->base_keymap; local in function:inkey 114 "current(%d), end(%d)\n", *start, *working, *end); 123 "current(%d), end(%d)\n", 159 "current(%d), end(%d)\n", 167 "current(%d), end(%d)", 206 "start(%d), current(%d), end(%d)", 212 "start(%d), current(%d), end(%d)", 243 "[head(%d), current(%d), " 252 "[head(%d), current(%d), " 262 "start(%d), current(%d), end(%d)" [all...] |
get_wch.c | 83 keymap_t *current = _cursesi_screen->base_keymap; local in function:inkey 114 "current(%d), end(%d)\n", *start, *working, *end); 123 "current(%d), end(%d)\n", 159 "current(%d), end(%d)\n", 167 "current(%d), end(%d)", 206 "start(%d), current(%d), end(%d)", 212 "start(%d), current(%d), end(%d)", 243 "[head(%d), current(%d), " 252 "[head(%d), current(%d), " 262 "start(%d), current(%d), end(%d)" [all...] |
/src/usr.sbin/emcfanctl/ |
emcfanctlutil.c | 94 uint8_t current, oldcurrent; local in function:emcfan_rmw_register 101 current = oldcurrent & ~translation[tindex].clear_mask; 102 current = current | translation[tindex].bit_mask; 105 fprintf(stderr,"tindex=%d, clear_mask=0x%02X 0x%02X, value=%d (0x%02X), bit_mask=0x%02X 0x%02X, oldcurrent=%d (0x%02X), new current=%d (0x%02X)\n",tindex, 111 oldcurrent,oldcurrent,current,current); 113 err = emcfan_write_register(fd, reg, current, debug);
|
emcfanctlutil.c | 94 uint8_t current, oldcurrent; local in function:emcfan_rmw_register 101 current = oldcurrent & ~translation[tindex].clear_mask; 102 current = current | translation[tindex].bit_mask; 105 fprintf(stderr,"tindex=%d, clear_mask=0x%02X 0x%02X, value=%d (0x%02X), bit_mask=0x%02X 0x%02X, oldcurrent=%d (0x%02X), new current=%d (0x%02X)\n",tindex, 111 oldcurrent,oldcurrent,current,current); 113 err = emcfan_write_register(fd, reg, current, debug);
|
/src/sys/dev/pckbport/ |
pmsvar.h | 62 struct timeval last, current; member in struct:pms_softc
|
/src/usr.bin/id/ |
id.c | 55 static void current(void); 169 current(); 217 current(void) function in typeref:typename:void
|
/src/usr.bin/tftp/ |
tftpsubs.c | 42 server. Written originally with multiple buffers in mind, but current 74 static int current; /* index of buffer in use */ variable in typeref:typename:int 101 current = 0; 107 /* Have emptied current buffer by sending to net and getting ack. 119 bfs[current].counter = BF_FREE; /* free old one */ 120 current = !current; /* "incr" current */ 122 b = &bfs[current]; /* look at new buffer */ 187 bfs[current].counter = ct; /* set size of data to write * [all...] |