/src/lib/libform/ |
type_ipv4.c | 65 unsigned long hex_val, working; local in function:ipv4_check_field 119 working = hex_val; 121 vals[i] = (unsigned int)(working & 0xffUL); 122 working = working >> 8;
|
/src/lib/libcurses/ |
get_wch.c | 86 *working = &_cursesi_screen->cbuf_cur, local in function:inkey 110 *working = *start; 114 "current(%d), end(%d)\n", *start, *working, *end); 116 k = inbuf[*working]; 117 *working = (*working + 1) % MAX_CBUF_SIZE; 118 if (*working == *end) { /* see if run out of keys */ 124 *start, *working, *end); 160 *start, *working, *end); 163 *working = *end [all...] |
getch.c | 211 static int start, end, working; /* pointers for manipulating inbuf data */ variable in typeref:typename:int 445 start = end = working = 0; 563 working = start; 564 inbuf[working] = k; 565 INC_POINTER(working); 566 end = working; 572 k = inbuf[working]; 573 INC_POINTER(working); 574 if (working == end) { /* see if we have run 614 inbuf[working] = k [all...] |
/src/usr.sbin/makefs/cd9660/ |
iso9660_rrip.c | 208 int ca_used, susp_used, susp_used_pre_ce, working; local in function:cd9660_susp_handle_continuation_common 212 working = 254 - space; 215 working -= node->su_tail_size + 4; 216 /* printf("There are %i bytes to work with\n",working); */ 221 if (working < 0) 227 working -= CD9660_SUSP_ENTRY_SIZE(temp); 228 if (working >= 0) { 232 if (working >= 28) { 243 if (working <= 0) { 738 int working,len local in function:cd9660_rrip_add_NM [all...] |