Searched refs:current (Results 1 - 25 of 554) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/daa/utils/
H A Dlist.c26 list->current = (node_t *) malloc (sizeof(struct _list_t));
27 if (list->current == NULL) {
32 list->head = list->current;
34 list->previous->next = list->current;
35 list->current->obj = obj;
36 list->current->next = NULL;
37 list->previous = list->current;
41 node_t *current; local
46 current = list->head; // go to first node
48 printf("%d\n", (int)current
55 node_t *current = list->head; // go to first node local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dpretty1.C10 static size_t current = 0; variable
22 error = strcmp (ptr, names[current++]);
38 return current;
41 return current;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/24_iterators/reverse_iterator/requirements/
H A Dcurrent.cc25 // Check data member 'current' accessible.
30 test_dm(): p(current) { }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dpretty1.C10 static size_t current = 0; variable
22 error = strcmp (ptr, names[current++]);
38 return current;
41 return current;
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/examples/manual/
H A Dcat.lex9 int current = 1;
14 current += 1;
15 if(names[current] != NULL){
16 yyin = fopen(names[current],"r");
19 names[current]);
37 yyin = fopen(names[current],"r");
40 names[current]);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dcurrent-lwp-dead.exp26 if { [prepare_for_testing current-lwp-dead.exp current-lwp-dead] } {
31 untested current-lwp-dead.exp
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dcond3.C10 int current() const { return 0; } function in class:HELPER
17 Wtransf delta = (tm.current()) ? Identity2 : Wtransf();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dcond3.C10 int current() const { return 0; } function in class:HELPER
17 Wtransf delta = (tm.current()) ? Identity2 : Wtransf();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/graphite/
H A Dpr42914.c5 int current, best; local
14 current += abs(M0[i][ii][j][jj]);
16 if(current < best)
18 best = current;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dtal-notreent.c38 static tmp_stack *current = &xxx; variable
52 ASSERT (((unsigned) current->alloc_point % __TMP_ALIGN) == 0);
54 if (size > (char *) current->end - (char *) current->alloc_point)
61 /* Allocate a chunk that makes the total current allocation somewhat
85 header->prev = current;
86 current = header;
89 that = current->alloc_point;
90 current->alloc_point = (char *) that + size;
101 mark->which_chunk = current;
[all...]
/netbsd-6-1-5-RELEASE/games/boggle/mkdict/
H A Dmkdict.c67 int current, len, prev, qcount; local
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...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr39824.c9 unsigned char current; local
12 current = ((unsigned char *)&number)[(((unsigned char
14 has_mantissa |= (current & ieee_754_mantissa_mask[i]);
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Dio.c79 /* Get ready to read the current file.
84 sip (current, skip_test)
85 struct file_data *current;
89 if (current->desc < 0)
92 current->bufsize = sizeof (word);
93 current->buffer = xmalloc (current->bufsize);
97 current->bufsize = STAT_BLOCKSIZE (current->stat);
98 current
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Dio.c76 file_block_read (struct file_data *current, size_t size)
78 if (size && ! current->eof)
80 size_t s = block_read (current->desc,
81 FILE_BUFFER (current) + current->buffered, size);
83 pfatal_with_name (current->name);
84 current->buffered += s;
85 current->eof = s < size;
97 /* Get ready to read the current file.
102 sip (struct file_data *current, boo
74 file_block_read(struct file_data *current, size_t size) argument
99 sip(struct file_data *current, bool skip_test) argument
150 slurp(struct file_data *current) argument
219 find_and_hash_each_line(struct file_data *current) argument
517 prepare_text(struct file_data *current) argument
[all...]
/netbsd-6-1-5-RELEASE/libexec/telnetd/
H A Dslc.c59 * Write out the current special characters to the client.
74 add_slc((unsigned char)i, slctab[i].current.flag,
75 slctab[i].current.val);
91 slctab[i].current.val = slctab[i].defset.val;
92 if (slctab[i].current.val == (cc_t)(_POSIX_VDISABLE))
93 slctab[i].current.flag = SLC_NOSUPPORT;
95 slctab[i].current.flag = slctab[i].defset.flag;
120 slctab[i].current.flag = SLC_NOSUPPORT;
121 slctab[i].current.val = 0;
254 mylevel = slctab[func].current
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/unknown/
H A Dunknown.c41 const struct config_node *current; local
43 for (current = sn; current != NULL; current = current->sib) {
44 if (!strcmp(current->key, "type") || !strcmp(current->key, "start_extent") ||
45 !strcmp(current->key, "tags") || !strcmp(current->key, "extent_count"))
47 new = clone_config_node(seg->lv->vg->vgmem, current,
[all...]
/netbsd-6-1-5-RELEASE/etc/rc.d/
H A Dbootconf.sh21 if [ ! -e /etc/etc.current ]; then
28 default=current
30 if [ "$default" = "current" ]; then
31 def=$(ls -ld /etc/etc.current 2>&1)
39 current|default|\*)
72 current|default)
75 rm -f /etc/etc.current
76 ln -s etc.$conf /etc/etc.current
/netbsd-6-1-5-RELEASE/usr.sbin/mopd/common/
H A Dnma.c193 struct commDev *current; local
195 current = nmaCommDev;
197 while (current->sname != NULL) {
198 if (current->val == devno)
200 current++;
203 return(current->sname);
209 struct commDev *current; local
211 current = nmaCommDev;
213 while (current->name != NULL) {
214 if (current
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/unix/
H A Difiter_getifaddrs.c45 struct ifaddrs *pos; /*%< Ptr to current ifaddr */
46 isc_interface_t current; /*%< Current interface data. */ member in struct:isc_interfaceiter
121 * Get information about the current interface to iter->current.
157 memset(&iter->current, 0, sizeof(iter->current));
160 if (namelen > sizeof(iter->current.name) - 1)
161 namelen = sizeof(iter->current.name) - 1;
163 memset(iter->current.name, 0, sizeof(iter->current
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/unix/
H A Difiter_sysctl.c56 isc_interface_t current; /* Current interface data. */ member in struct:isc_interfaceiter
147 * Get information about the current interface to iter->current.
169 memset(&iter->current, 0, sizeof(iter->current));
171 iter->current.ifindex = sdl->sdl_index;
173 if (namelen > sizeof(iter->current.name) - 1)
174 namelen = sizeof(iter->current.name) - 1;
176 memset(iter->current.name, 0, sizeof(iter->current
[all...]
/netbsd-6-1-5-RELEASE/sbin/newbtconf/
H A Dnewbtconf.sh18 if [ -d /etc/etc.network -o -e /etc/etc.current ] ; then
25 ln -s $dir etc.current
30 ln -s etc.current/$i .
38 if [ ! -d /etc/etc.current ] ; then
54 xetc.current/*) :;;
56 echo "$i: does not symlink to etc.current, skipping"
64 ( cd etc.current && pax -rw -pe $i /etc )
68 rm etc.current
82 orig=etc.current
83 echo "Using current confi
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-empty-pc-range.exp32 gdb_test "ptype emptyrange" {No symbol "emptyrange" in current context\.} \
39 gdb_test "ptype emptyrange" {No symbol "emptyrange" in current context\.} \
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dhw-tree.c54 /* current device */
77 split_device_specifier (struct hw *current, argument
84 if (current != NULL
89 struct hw *aliases = hw_tree_find_device (current, "/aliases");
191 split_property_specifier (struct hw *current, argument
195 if (split_device_specifier (current, property_specifier, spec))
240 /* break the current device spec from the path */
326 /* traverse the path specified by spec starting at current */
329 split_find_device (struct hw *current, argument
338 while (current !
410 split_fill_path(struct hw *current, const char *device_specifier, name_specifier *spec) argument
458 count_entries(struct hw *current, const char *property_name, const char *property_value, int modulo) argument
483 parse_address(struct hw *current, struct hw *bus, const char *chp, hw_unit *address) argument
497 parse_size(struct hw *current, struct hw *bus, const char *chp, hw_unit *size) argument
538 parse_reg_property(struct hw *current, const char *property_name, const char *property_value) argument
574 parse_ranges_property(struct hw *current, const char *property_name, const char *property_value) argument
611 parse_integer_property(struct hw *current, const char *property_name, const char *property_value) argument
652 parse_string_property(struct hw *current, const char *property_name, const char *property_value) argument
767 parse_ihandle_property(struct hw *current, const char *property, const char *value) argument
803 hw_tree_parse(struct hw *current, const char *fmt, ...) argument
815 hw_tree_vparse(struct hw *current, const char *fmt, va_list ap) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/
H A D9424-in.cc62 const char* current; member in class:Inbuf_2
68 current = buf;
74 if (current < buf + size)
75 return traits_type::to_int_type(*current);
81 if (current < buf + size)
82 return traits_type::to_int_type(*current++);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/
H A D9424-in.cc60 const wchar_t* current; member in class:Inbuf_2
66 current = buf;
72 if (current < buf + size)
73 return traits_type::to_int_type(*current);
79 if (current < buf + size)
80 return traits_type::to_int_type(*current++);

Completed in 330 milliseconds

1234567891011>>