Searched refs:current (Results 51 - 75 of 365) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gdb/gdb/
H A Dcp-namespace.c45 /* This contains our best guess as to the name of the current
62 /* List of using directives that are active in the current file. */
113 /* Set up support for dealing with C++ namespace info in the current
122 /* Add all the using directives we've gathered to the current symtab.
202 struct using_direct *current; local
207 for (current = using_list; current != NULL; current = current->next)
209 if ((strncmp (current
414 const struct using_direct *current; local
[all...]
H A Ddictionary.h104 struct symbol *current; member in struct:dict_iterator
146 struct dict_iterator *), and SYM points to the current symbol.
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetaddrinfo.c189 struct addrinfo **current = &first; local
211 &current, const_v6, &v6_addr, NULL);
216 &current, const_v4, &v4_addr, NULL);
224 struct addrinfo ***current,
259 current, func, *h, canonname);
277 struct addrinfo **current = &first; local
291 &current, const_v6, &v6_addr, NULL);
302 &current, const_v4, &v4_addr, NULL);
317 struct addrinfo **current = &first; local
336 &current, const_v
223 add_hostent(int port, int protocol, int socktype, struct addrinfo ***current, int (*func)(struct addrinfo *, void *data, int port), struct hostent *he, int *flags) argument
[all...]
H A Dgetarg.c356 struct getargs *current = NULL; local
376 current = &args[i];
390 if (current)
394 if (current == NULL) {
396 current = partial;
402 && !ISFLAG(*current)
403 && current->type != arg_collect
404 && current->type != arg_counter)
406 switch(current->type){
412 *(int*)current
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dxml.c53 svn_ra_serf__xml_estate_t *current;
105 /* The current state value. */
481 if (xmlctx->current->prev)
486 xmlctx->current->tag.name);
552 xmlctx->current = xes;
641 svn_ra_serf__xml_estate_t *current = xmlctx->current;
657 define_namespaces(&current->ns_list, attrs, lazy_create_pool, current);
659 expand_ns(&elemname, current
51 svn_ra_serf__xml_estate_t *current; member in struct:svn_ra_serf__xml_context_t
639 svn_ra_serf__xml_estate_t *current = xmlctx->current; local
[all...]
/freebsd-11-stable/contrib/libxo/xolint/
H A Dxolint.pl167 local $current = "";
186 print "[$current]\n" if $opt_debug;
187 push @tokens, $current;
188 $current = "";
194 $current .= $ch;
204 $current = substr($current, 0, -2) if $current =~ /""$/;
219 push @tokens, substr($current, 0, -1);
/freebsd-11-stable/sys/netgraph/
H A Dng_pipe.c456 parse_cfg(struct ng_pipe_hookcfg *current, struct ng_pipe_hookcfg *new, argument
461 current->ber = 0;
475 current->ber = new->ber;
498 current->qin_size_limit = 0;
500 current->qin_size_limit = new->qin_size_limit;
503 current->qout_size_limit = 0;
505 current->qout_size_limit = new->qout_size_limit;
508 current->duplicate = 0;
510 current->duplicate = new->duplicate;
513 current
[all...]
/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_vnops.c362 struct dirent current; member in struct:isoreaddir
414 cl = idp->current.d_namlen;
415 cname = idp->current.d_name;
444 idp->current.d_reclen = GENERIC_DIRSIZ(&idp->current);
447 bcopy(&idp->current,&idp->assocent,idp->current.d_reclen);
450 bcopy(&idp->current,&idp->saveent,idp->current.d_reclen);
495 idp->saveent.d_type = idp->assocent.d_type = idp->current
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h256 QuarantineBatch *current = list_.front(); local
257 while (current && current->next) {
258 if (current->can_merge(current->next)) {
259 QuarantineBatch *extracted = current->next;
260 // Move all the chunks into the current batch.
261 current->merge(extracted);
265 list_.extract(current, extracted);
270 current
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c172 SCREEN *current; local
197 current = CURRENT_SCREEN;
198 its_term = (current ? current->_term : 0);
235 _nc_set_screen(current);
252 * CURRENT_SCREEN. So the "current" screen's terminal pointer was
260 if (current)
261 current->_term = its_term;
/freebsd-11-stable/contrib/binutils/bfd/
H A Darchive64.c156 bfd *current = arch->archive_head; local
199 current = arch->archive_head;
201 while (current != NULL && count < symbol_count)
206 while (map[count].u.abfd == current)
214 archive_member_file_ptr += (arelt_size (current)
218 current = current->archive_next;
/freebsd-11-stable/tools/tools/notescheck/
H A Dnotescheck.py27 # This is a global string that represents the current file and line
178 current = None
190 if current is not None:
191 line = current + line
192 current = None
194 # If the line ends in a '\', set current to the line (minus
197 current = line[:-1]
211 if current is not None:
212 callback(current, *args)
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dcore.h88 __func__, __LINE__, current->pid, ##__VA_ARGS__)
92 __func__, __LINE__, current->pid, ##__VA_ARGS__)
96 __func__, __LINE__, current->pid, ##__VA_ARGS__)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.h98 u32 current = atomic_load_relaxed(&flags);
99 if (current & MutexCreationFlagMask)
103 atomic_store_relaxed(&flags, current | (flagz & MutexCreationFlagMask));
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_lock.c82 task = current;
156 linux_schedule_save_interrupt_value(current, error);
169 linux_schedule_save_interrupt_value(current, error);
/freebsd-11-stable/contrib/ncurses/form/
H A Dfrm_page.c46 | E_INVALID_FIELD - current field can't be left
62 form->current = _nc_First_Active_Field(form);
93 | Description : Return the current page of the form.
95 | Return Values : >= 0 : current page number
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_iterator.h102 _Iterator current; member in class:reverse_iterator
113 * The default constructor default-initializes member @p current.
118 reverse_iterator() : current() { }
124 reverse_iterator(iterator_type __x) : current(__x) { }
130 : current(__x.current) { }
138 : current(__x.base()) { }
141 * @return @c current, the %iterator used for underlying work.
145 { return current; }
155 _Iterator __tmp = current;
[all...]
/freebsd-11-stable/lib/libedit/
H A Dmap.h52 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
/freebsd-11-stable/contrib/nvi/ex/
H A Dtag.h100 TAG *current; /* Current TAG within the queue. */ member in struct:_tagq
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_et.c100 uint64_t current; local
102 current = hyperv_tc64();
103 current += hyperv_sbintime2count(first);
104 wrmsr(MSR_HV_STIMER0_COUNT, current);
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_dispatch.c74 if (pamh->current != NULL) {
78 pamh->current->module->path,
113 pamh->current = chain;
121 pamh->current = NULL;
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h83 struct work_struct *work; /* current work struct, if set */
87 #define current ({ \ macro
103 #define set_current_state(x) set_task_state(current, x)
104 #define __set_current_state(x) __set_task_state(current, x)
151 linux_task_exiting(current)
/freebsd-11-stable/sys/vm/
H A Dvm_map.c1996 * otherwise, only the current protection is affected.
2002 vm_map_entry_t current, entry, in_tran; local
2033 for (current = entry; current->start < end; current = current->next) {
2034 if ((current->eflags & MAP_ENTRY_GUARD) != 0)
2036 if (current->eflags & MAP_ENTRY_IS_SUB_MAP) {
2040 if ((new_prot & current->max_protection) != new_prot) {
2044 if ((current
2177 vm_map_entry_t current, entry; local
2866 vm_map_entry_t current; local
[all...]
/freebsd-11-stable/contrib/dialog/
H A Drangebox.c58 /* current value drawn */
59 int current; member in struct:__anon954
92 sprintf(buffer, "%*d", data->value_len, data->current);
99 data->current = (int) check;
113 if (value != data->current) {
154 data->current = value;
283 data.current = cur_value - 1;
400 cur_value = data.current;
401 data.current--;
/freebsd-11-stable/lib/libc/mips/sys/
H A Dsbrk.S67 PTR_S a0, 0(t0) # save current val of curbrk from above

Completed in 175 milliseconds

1234567891011>>