Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 523) sorted by relevance

12345678910>>...21

/dflybsd-src/contrib/cvs-1.12/diff/
H A Dio.c82 sip (current, skip_test) in sip() argument
83 struct file_data *current; in sip()
87 if (current->desc < 0)
90 current->bufsize = sizeof (word);
91 current->buffer = xmalloc (current->bufsize);
95 current->bufsize = STAT_BLOCKSIZE (current->stat);
96 current->buffer = xmalloc (current->bufsize);
102 int oldmode = setmode (current->desc, O_BINARY);
104 ssize_t n = read (current->desc, current->buffer, current->bufsize);
106 pfatal_with_name (current->name);
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgengtype-state.c165 void write_state_string_option (options_p current);
166 void write_state_type_option (options_p current);
167 void write_state_nested_option (options_p current);
168 void write_state_option (options_p current);
172 void write_state_scalar_type (type_p current);
173 void write_state_string_type (type_p current);
174 void write_state_undefined_type (type_p current);
175 void write_state_struct_union_type (type_p current, const char *kindstr);
176 void write_state_struct_type (type_p current);
177 void write_state_user_struct_type (type_p current);
[all …]
H A Dipa-split.c195 dump_split_point (FILE * file, struct split_point *current) in dump_split_point() argument
201 current->entry_bb->index, current->header_time.to_double (), in dump_split_point()
202 current->header_size, current->split_time.to_double (), in dump_split_point()
203 current->split_size); in dump_split_point()
204 dump_bitmap (file, current->split_bbs); in dump_split_point()
206 dump_bitmap (file, current->ssa_names_to_pass); in dump_split_point()
214 verify_non_ssa_vars (struct split_point *current, bitmap non_ssa_vars, in verify_non_ssa_vars() argument
224 FOR_EACH_EDGE (e, ei, current->entry_bb->preds) in verify_non_ssa_vars()
226 && !bitmap_bit_p (current->split_bbs, e->src->index)) in verify_non_ssa_vars()
239 gcc_checking_assert (!bitmap_bit_p (current->split_bbs, in verify_non_ssa_vars()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgengtype-state.c645 write_state_string_option (options_p current) in write_state_string_option() argument
648 if (current->info.string != NULL) in write_state_string_option()
649 write_state_a_string (current->info.string); in write_state_string_option()
655 write_state_type_option (options_p current) in write_state_type_option() argument
658 write_state_type (current->info.type); in write_state_type_option()
662 write_state_nested_option (options_p current) in write_state_nested_option() argument
665 write_state_type (current->info.nested->type); in write_state_nested_option()
666 if (current->info.nested->convert_from != NULL) in write_state_nested_option()
667 write_state_a_string (current->info.nested->convert_from); in write_state_nested_option()
671 if (current->info.nested->convert_to != NULL) in write_state_nested_option()
[all …]
H A Dipa-split.c174 dump_split_point (FILE * file, struct split_point *current) in dump_split_point() argument
180 current->entry_bb->index, current->header_time, in dump_split_point()
181 current->header_size, current->split_time, current->split_size); in dump_split_point()
182 dump_bitmap (file, current->split_bbs); in dump_split_point()
184 dump_bitmap (file, current->ssa_names_to_pass); in dump_split_point()
192 verify_non_ssa_vars (struct split_point *current, bitmap non_ssa_vars, in verify_non_ssa_vars() argument
201 FOR_EACH_EDGE (e, ei, current->entry_bb->preds) in verify_non_ssa_vars()
203 && !bitmap_bit_p (current->split_bbs, e->src->index)) in verify_non_ssa_vars()
218 gcc_checking_assert (!bitmap_bit_p (current->split_bbs, in verify_non_ssa_vars()
361 consider_split (struct split_point *current, bitmap non_ssa_vars, in consider_split() argument
[all …]
H A Dbitmap.c40 HOST_WIDEST_INT current; member
110 b->desc->current += amount; in register_overhead()
113 gcc_assert (b->desc->current >= 0); in register_overhead()
114 if (b->desc->peak < b->desc->current) in register_overhead()
115 b->desc->peak = b->desc->current; in register_overhead()
175 if (head->current == elt) in bitmap_element_free()
177 head->current = next != 0 ? next : prev; in bitmap_element_free()
178 if (head->current) in bitmap_element_free()
179 head->indx = head->current->indx; in bitmap_element_free()
264 if (head->current->indx > prev->indx) in bitmap_elt_clear_from()
[all …]
/dflybsd-src/contrib/dialog/
H A Dcalendar.c204 days_in_month(struct tm *current, int offset /* -1, 0, 1 */ ) in days_in_month() argument
206 int year = current->tm_year + 1900; in days_in_month()
207 int month = current->tm_mon + offset; in days_in_month()
220 days_in_year(struct tm *current, int offset /* -1, 0, 1 */ ) in days_in_year() argument
222 return days_per_year(current->tm_year + 1900 + offset); in days_in_year()
322 day_cell_number(struct tm *current) in day_cell_number() argument
325 cell = current->tm_mday - ((6 + current->tm_mday - current->tm_wday) % MAX_DAYS); in day_cell_number()
326 if ((current->tm_mday - 1) % MAX_DAYS != current->tm_wday) in day_cell_number()
362 draw_day(BOX * data, struct tm *current) in draw_day() argument
367 int day = current->tm_mday; in draw_day()
[all …]
/dflybsd-src/libexec/telnetd/
H A Dslc.c63 add_slc((unsigned char)i, slctab[i].current.flag, in send_slc()
64 slctab[i].current.val); in send_slc()
80 slctab[i].current.val = slctab[i].defset.val; in default_slc()
81 if (slctab[i].current.val == (cc_t)(_POSIX_VDISABLE)) in default_slc()
82 slctab[i].current.flag = SLC_NOSUPPORT; in default_slc()
84 slctab[i].current.flag = slctab[i].defset.flag; in default_slc()
109 slctab[i].current.flag = SLC_NOSUPPORT; in get_slc_defaults()
110 slctab[i].current.val = 0; in get_slc_defaults()
241 mylevel = slctab[func].current.flag & SLC_LEVELBITS; in process_slc()
248 if (hislevel == mylevel && (val == slctab[func].current.val || ack)) { in process_slc()
[all …]
/dflybsd-src/contrib/gdb-7/gdb/
H A Dcp-namespace.c135 struct using_direct *current; in cp_add_using_directive() local
140 for (current = using_directives; current != NULL; current = current->next) in cp_add_using_directive()
145 if (strcmp (current->import_src, src) != 0) in cp_add_using_directive()
147 if (strcmp (current->import_dest, dest) != 0) in cp_add_using_directive()
149 if ((alias == NULL && current->alias != NULL) in cp_add_using_directive()
150 || (alias != NULL && current->alias == NULL) in cp_add_using_directive()
151 || (alias != NULL && current->alias != NULL in cp_add_using_directive()
152 && strcmp (alias, current->alias) != 0)) in cp_add_using_directive()
154 if ((declaration == NULL && current->declaration != NULL) in cp_add_using_directive()
155 || (declaration != NULL && current->declaration == NULL) in cp_add_using_directive()
[all …]
/dflybsd-src/lib/libc/xdr/
H A Dxdr_rec.c274 int current; in xdrrec_getbytes() local
277 current = (int)rstrm->fbtbc; in xdrrec_getbytes()
278 if (current == 0) { in xdrrec_getbytes()
285 current = (len < current) ? len : current; in xdrrec_getbytes()
286 if (! get_input_bytes(rstrm, addr, current)) in xdrrec_getbytes()
288 addr += current; in xdrrec_getbytes()
289 rstrm->fbtbc -= current; in xdrrec_getbytes()
290 len -= current; in xdrrec_getbytes()
299 size_t current; in xdrrec_putbytes() local
302 current = (size_t)((u_long)rstrm->out_boundry - in xdrrec_putbytes()
[all …]
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Darchive.c1599 bfd *current; in _bfd_construct_extended_name_table() local
1608 for (current = abfd->archive_head; in _bfd_construct_extended_name_table()
1609 current != NULL; in _bfd_construct_extended_name_table()
1610 current = current->archive_next) in _bfd_construct_extended_name_table()
1617 const char *filename = current->filename; in _bfd_construct_extended_name_table()
1621 if (current->my_archive in _bfd_construct_extended_name_table()
1622 && ! bfd_is_thin_archive (current->my_archive)) in _bfd_construct_extended_name_table()
1623 filename = current->my_archive->filename; in _bfd_construct_extended_name_table()
1651 normal = normalize (current, current->filename); in _bfd_construct_extended_name_table()
1673 struct ar_hdr *hdr = arch_hdr (current); in _bfd_construct_extended_name_table()
[all …]
H A Dcoffcode.h3156 asection *current; in coff_compute_section_file_positions() local
3254 for (current = abfd->sections; current != NULL; current = current->next) in coff_compute_section_file_positions()
3255 if (current->reloc_count >= 0xffff || current->lineno_count >= 0xffff) in coff_compute_section_file_positions()
3280 for (current = abfd->sections; current != NULL; current = current->next) in coff_compute_section_file_positions()
3290 for (current = abfd->sections; current != NULL; current = current->next) in coff_compute_section_file_positions()
3292 section_list[i] = current; in coff_compute_section_file_positions()
3306 current = section_list[i]; in coff_compute_section_file_positions()
3307 bfd_section_list_append (abfd, current); in coff_compute_section_file_positions()
3314 if (current->size == 0) in coff_compute_section_file_positions()
3321 current->target_index = 1; in coff_compute_section_file_positions()
[all …]
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Darchive.c1523 bfd *current; in _bfd_construct_extended_name_table() local
1532 for (current = abfd->archive_head; in _bfd_construct_extended_name_table()
1533 current != NULL; in _bfd_construct_extended_name_table()
1534 current = current->archive_next) in _bfd_construct_extended_name_table()
1541 const char *filename = current->filename; in _bfd_construct_extended_name_table()
1545 if (current->my_archive in _bfd_construct_extended_name_table()
1546 && ! bfd_is_thin_archive (current->my_archive)) in _bfd_construct_extended_name_table()
1547 filename = current->my_archive->filename; in _bfd_construct_extended_name_table()
1575 normal = normalize (abfd, current->filename); in _bfd_construct_extended_name_table()
1597 struct ar_hdr *hdr = arch_hdr (current); in _bfd_construct_extended_name_table()
[all …]
H A Dcoffcode.h2887 asection *current; in coff_compute_section_file_positions() local
2986 for (current = abfd->sections; current != NULL; current = current->next) in coff_compute_section_file_positions()
2987 if (current->reloc_count >= 0xffff || current->lineno_count >= 0xffff) in coff_compute_section_file_positions()
3012 for (current = abfd->sections; current != NULL; current = current->next) in coff_compute_section_file_positions()
3022 for (current = abfd->sections; current != NULL; current = current->next) in coff_compute_section_file_positions()
3024 section_list[i] = current; in coff_compute_section_file_positions()
3038 current = section_list[i]; in coff_compute_section_file_positions()
3039 bfd_section_list_append (abfd, current); in coff_compute_section_file_positions()
3046 if (current->size == 0) in coff_compute_section_file_positions()
3053 current->target_index = 1; in coff_compute_section_file_positions()
[all …]
/dflybsd-src/games/boggle/mkdict/
H A Dmkdict.c61 int current, len, prev, qcount; in main() local
65 current = 1; in main()
74 fgets(buf[current], MAXWORDLEN + 1, stdin) != NULL; ++nwords) { in main()
75 if ((p = strchr(buf[current], '\n')) == NULL) { in main()
76 warnx("word too long: %s", buf[current]); in main()
84 for (p = buf[current]; *p != '\n'; p++) { in main()
105 p = buf[current]; in main()
111 common = p - buf[current] - 1; in main()
114 current = !current; in main()
/dflybsd-src/contrib/gcc-4.7/libgcc/
H A Dgeneric-morestack.c545 struct stack_segment *current; in __generic_morestack() local
553 current = __morestack_current_segment; in __generic_morestack()
555 pp = current != NULL ? &current->next : &__morestack_segments; in __generic_morestack()
560 current = *pp; in __generic_morestack()
562 if (current == NULL) in __generic_morestack()
564 current = allocate_segment (frame_size + param_size); in __generic_morestack()
565 current->prev = __morestack_current_segment; in __generic_morestack()
566 *pp = current; in __generic_morestack()
569 current->old_stack = old_stack; in __generic_morestack()
571 __morestack_current_segment = current; in __generic_morestack()
[all …]
/dflybsd-src/contrib/tcsh-6/nls/russian/
H A Dset35 3 Cut from beginning of current word to cursor - saved in cut buffer
7 5 Move to beginning of current word
9 7 Capitalize the characters from cursor to end of current word
12 10 Clear screen leaving current line on top
13 11 Complete current word
16 14 Complete current word ignoring programmable completions
17 15 Copy current word to cursor
24 22 Cut from cursor to end of current word - save in cut buffer
28 26 Lowercase the characters from cursor to end of current word
37 35 Move forward to end of current word
[all …]
/dflybsd-src/contrib/gdb-7/bfd/
H A Darchive.c1557 bfd *current; in _bfd_construct_extended_name_table() local
1566 for (current = abfd->archive_head; in _bfd_construct_extended_name_table()
1567 current != NULL; in _bfd_construct_extended_name_table()
1568 current = current->archive_next) in _bfd_construct_extended_name_table()
1575 const char *filename = current->filename; in _bfd_construct_extended_name_table()
1579 if (current->my_archive in _bfd_construct_extended_name_table()
1580 && ! bfd_is_thin_archive (current->my_archive)) in _bfd_construct_extended_name_table()
1581 filename = current->my_archive->filename; in _bfd_construct_extended_name_table()
1609 normal = normalize (current, current->filename); in _bfd_construct_extended_name_table()
1631 struct ar_hdr *hdr = arch_hdr (current); in _bfd_construct_extended_name_table()
[all …]
/dflybsd-src/contrib/tcsh-6/nls/ukrainian/
H A Dset35 3 Cut from beginning of current word to cursor - saved in cut buffer
7 5 Move to beginning of current word
9 7 Capitalize the characters from cursor to end of current word
12 10 Clear screen leaving current line on top
13 11 Complete current word
16 14 Complete current word ignoring programmable completions
17 15 Copy current word to cursor
24 22 Cut from cursor to end of current word - save in cut buffer
28 26 Lowercase the characters from cursor to end of current word
37 35 Move forward to end of current word
[all …]
/dflybsd-src/games/quiz/datfiles/
H A Ded23 replace each string of x's in current line by one x:\
25 change first "hte" in current line to "the" and check:[s|.s]/hte/the/p
31 exchange current line with previous line:\
35 current line has 2 fields separated by 1 blank; exchange them:\
37 insert a "0" after last "0" on current line:\
42 attach the word "extra" to the end of the current line:\
44 replace "ATT" in current line by "AT&T":\
46 double the length of the current line by repetition:\
52 place a copy of current line at the end of the file:\
55 find the number of the current line:.=
[all …]
/dflybsd-src/usr.bin/tftp/
H A Dtftpsubs.c69 static int current; /* index of buffer in use */ variable
87 current = 0; in rw_init()
105 bfs[current].counter = BF_FREE; /* free old one */ in readit()
106 current = !current; /* "incr" current */ in readit()
108 b = &bfs[current]; /* look at new buffer */ in readit()
170 bfs[current].counter = ct; /* set size of data to write */ in writeit()
171 current = !current; /* switch to other buffer */ in writeit()
172 if (bfs[current].counter != BF_FREE) /* if not free */ in writeit()
174 bfs[current].counter = BF_ALLOC; /* mark as alloc'd */ in writeit()
175 *dpp = (struct tftphdr *)bfs[current].buf; in writeit()
/dflybsd-src/contrib/lvm2/dist/lib/unknown/
H A Dunknown.c41 const struct config_node *current; in _unknown_text_import() local
43 for (current = sn; current != NULL; current = current->sib) { in _unknown_text_import()
44 if (!strcmp(current->key, "type") || !strcmp(current->key, "start_extent") || in _unknown_text_import()
45 !strcmp(current->key, "tags") || !strcmp(current->key, "extent_count")) in _unknown_text_import()
47 new = clone_config_node(seg->lv->vg->vgmem, current, 0); in _unknown_text_import()
/dflybsd-src/sys/vfs/udf/
H A Dosta.c325 unicode_t current; in UDFTransName() local
329 current = udfName[index]; in UDFTransName()
331 if (IsIllegal(current) || !UnicodeIsPrint(current)) { in UDFTransName()
336 current = ILLEGAL_CHAR_MARK; in UDFTransName()
347 if (current == PERIOD && (udfLen - index -1) <= EXT_SIZE) { in UDFTransName()
360 else if (current != PERIOD && current != SPACE) { in UDFTransName()
366 newName[newIndex++] = current; in UDFTransName()
390 current = udfName[extIndex + index + 1]; in UDFTransName()
391 if (IsIllegal(current) || in UDFTransName()
392 !UnicodeIsPrint(current)) { in UDFTransName()
[all …]
/dflybsd-src/sys/dev/sound/pcm/
H A Dfeeder_chain.c50 struct feeder_chain_state current; /* current state */ member
158 desc->in = cdesc->current.afmt; in feeder_build_format()
170 cdesc->current.afmt = cdesc->target.afmt; in feeder_build_format()
186 AFMT_ENCODING(cdesc->current.afmt) == cdesc->afmt_ne) in feeder_build_formatne()
190 cdesc->target = cdesc->current; in feeder_build_formatne()
192 cdesc->current.matrix->channels, cdesc->current.matrix->ext); in feeder_build_formatne()
231 desc->in = cdesc->current.afmt; in feeder_build_rate()
260 ret = FEEDER_SET(f, FEEDRATE_SRC, cdesc->current.rate); in feeder_build_rate()
276 cdesc->current.rate = cdesc->target.rate; in feeder_build_rate()
309 desc->in = cdesc->current.afmt; in feeder_build_matrix()
[all …]
/dflybsd-src/sys/dev/drm/include/linux/
H A Dsched.h102 #define __set_current_state(state_value) current->state = (state_value);
136 spin_lock(&current->kt_spin); in schedule_timeout()
138 switch (current->state) { in schedule_timeout()
141 ssleep(current, &current->kt_spin, PCATCH, "lstim", timo); in schedule_timeout()
149 ssleep(current, &current->kt_spin, 0, "lstim", timo); in schedule_timeout()
160 ssleep(current, &current->kt_spin, 0, "lst1", 1); in schedule_timeout()
164 spin_unlock(&current->kt_spin); in schedule_timeout()
170 current->state = TASK_RUNNING; in schedule_timeout()

12345678910>>...21