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

1234567891011>>

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cc36 if (data_.current >= last) return false;
38 (char *)internal_memchr(data_.current, '\n', last - data_.current);
42 segment->start = ParseHex(&data_.current);
43 CHECK_EQ(*data_.current++, '-');
44 segment->end = ParseHex(&data_.current);
45 CHECK_EQ(*data_.current++, ' ');
46 CHECK(IsOneOf(*data_.current, '-', 'r'));
48 if (*data_.current++ == 'r') segment->protection |= kProtectionRead;
49 CHECK(IsOneOf(*data_.current, '
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_linux.cc33 if (data_.current >= last) return false;
35 (char *)internal_memchr(data_.current, '\n', last - data_.current);
39 segment->start = ParseHex(&data_.current);
40 CHECK_EQ(*data_.current++, '-');
41 segment->end = ParseHex(&data_.current);
42 CHECK_EQ(*data_.current++, ' ');
43 CHECK(IsOneOf(*data_.current, '-', 'r'));
45 if (*data_.current++ == 'r') segment->protection |= kProtectionRead;
46 CHECK(IsOneOf(*data_.current, '
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_linux.cpp35 if (data_.current >= last) return false;
37 (char *)internal_memchr(data_.current, '\n', last - data_.current);
41 segment->start = ParseHex(&data_.current);
42 CHECK_EQ(*data_.current++, '-');
43 segment->end = ParseHex(&data_.current);
44 CHECK_EQ(*data_.current++, ' ');
45 CHECK(IsOneOf(*data_.current, '-', 'r'));
47 if (*data_.current++ == 'r') segment->protection |= kProtectionRead;
48 CHECK(IsOneOf(*data_.current, '
[all...]
/netbsd-current/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-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/riscv/
H A Dpriv-reg-fail-rv32-only.l3 .*Warning: Invalid CSR `cycleh' for the current ISA
4 .*Warning: Invalid CSR `timeh' for the current ISA
5 .*Warning: Invalid CSR `instreth' for the current ISA
6 .*Warning: Invalid CSR `hpmcounter3h' for the current ISA
7 .*Warning: Invalid CSR `hpmcounter4h' for the current ISA
8 .*Warning: Invalid CSR `hpmcounter5h' for the current ISA
9 .*Warning: Invalid CSR `hpmcounter6h' for the current ISA
10 .*Warning: Invalid CSR `hpmcounter7h' for the current ISA
11 .*Warning: Invalid CSR `hpmcounter8h' for the current ISA
12 .*Warning: Invalid CSR `hpmcounter9h' for the current IS
[all...]
H A Dpriv-reg-fail-fext.l3 .*Warning: Invalid CSR `fflags' for the current ISA
4 .*Warning: Invalid CSR `frm' for the current ISA
5 .*Warning: Invalid CSR `fcsr' for the current ISA
/netbsd-current/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-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Drewinddir.c34 if (dirp->current != INVALID_HANDLE_VALUE)
35 FindClose (dirp->current);
39 dirp->current = FindFirstFile (dirp->dir_name_mask, &dirp->entry);
40 if (dirp->current == INVALID_HANDLE_VALUE)
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Drewinddir.c34 if (dirp->current != INVALID_HANDLE_VALUE)
35 FindClose (dirp->current);
39 dirp->current = FindFirstFile (dirp->dir_name_mask, &dirp->entry);
40 if (dirp->current == INVALID_HANDLE_VALUE)
/netbsd-current/external/lgpl3/gmp/dist/
H A Dtal-notreent.c48 static tmp_stack *current = &xxx; variable
62 ASSERT (((unsigned) current->alloc_point % __TMP_ALIGN) == 0);
64 if (size > (char *) current->end - (char *) current->alloc_point)
71 /* Allocate a chunk that makes the total current allocation somewhat
95 header->prev = current;
96 current = header;
99 that = current->alloc_point;
100 current->alloc_point = (char *) that + size;
111 mark->which_chunk = current;
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dnamespace.c27 in the current scope. If ALIAS is NULL then the namespace is known
46 struct using_direct *current; local
52 for (current = *using_directives; current != NULL; current = current->next)
56 if (strcmp (current->import_src, src) != 0)
58 if (strcmp (current->import_dest, dest) != 0)
60 if ((alias == NULL && current->alias != NULL)
61 || (alias != NULL && current
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dnamespace.c27 in the current scope. If ALIAS is NULL then the namespace is known
46 struct using_direct *current; local
52 for (current = *using_directives; current != NULL; current = current->next)
56 if (strcmp (current->import_src, src) != 0)
58 if (strcmp (current->import_dest, dest) != 0)
60 if ((alias == NULL && current->alias != NULL)
61 || (alias != NULL && current
[all...]
/netbsd-current/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-current/external/bsd/tcpdump/dist/
H A Dnetdissect-alloc.c56 nd_mem_chunk_t *current, *previous; local
57 current = ndo->ndo_last_mem_p;
58 while (current != NULL) {
59 previous = current->prev_mem_p;
60 free(current);
61 current = previous;
/netbsd-current/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-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Dshell.py26 for current in word:
27 if state == 0 and current in reserved:
29 elif state == 0 and current == '\\':
31 elif state == 1 and current in reserved | {'\\'}:
33 elif state == 0 and current == '"':
35 elif state == 2 and current == '"':
37 elif state == 0 and current == "'":
39 elif state == 3 and current == "'":
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dcurrent-lwp-dead.exp26 if { [prepare_for_testing "failed to prepare" current-lwp-dead] } {
/netbsd-current/external/gpl2/diffutils/dist/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-current/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-current/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-current/external/mit/libcbor/dist/test/
H A Dstream_expectations.c12 struct test_assertion current() { function
24 assert_true(current().expectation == UINT8_EQ);
25 assert_true(current().data.int8 == actual);
35 assert_true(current().expectation == UINT16_EQ);
36 assert_true(current().data.int16 == actual);
46 assert_true(current().expectation == UINT32_EQ);
47 assert_true(current().data.int32 == actual);
57 assert_true(current().expectation == UINT64_EQ);
58 assert_true(current().data.int64 == actual);
68 assert_true(current()
[all...]
/netbsd-current/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-current/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-current/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Difiter_getifaddrs.c42 struct ifaddrs *pos; /*%< Ptr to current ifaddr */
43 isc_interface_t current; /*%< Current interface data. */ member in struct:isc_interfaceiter
115 * Get information about the current interface to iter->current.
155 memset(&iter->current, 0, sizeof(iter->current));
158 if (namelen > sizeof(iter->current.name) - 1) {
159 namelen = sizeof(iter->current.name) - 1;
162 memset(iter->current.name, 0, sizeof(iter->current
[all...]
/netbsd-current/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.
173 memset(&iter->current, 0, sizeof(iter->current));
175 iter->current.ifindex = sdl->sdl_index;
177 if (namelen > sizeof(iter->current.name) - 1)
178 namelen = sizeof(iter->current.name) - 1;
180 memset(iter->current.name, 0, sizeof(iter->current
[all...]

Completed in 364 milliseconds

1234567891011>>