Home
last modified time | relevance | path

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

12345678910>>...61

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cpp37 (char *)internal_memchr(data_.current, '\n', last - data_.current); in Next()
42 CHECK_EQ(*data_.current++, '-'); in Next()
44 CHECK_EQ(*data_.current++, ' '); in Next()
54 CHECK_EQ(*data_.current++, ' '); in Next()
56 CHECK_EQ(*data_.current++, ' '); in Next()
57 ParseHex(&data_.current); in Next()
58 CHECK_EQ(*data_.current++, ':'); in Next()
59 ParseHex(&data_.current); in Next()
61 while (IsDecimal(*data_.current)) data_.current++; in Next()
66 while (data_.current < next_line && *data_.current == ' ') data_.current++; in Next()
[all …]
/freebsd/contrib/diff/src/
H A Dio.c77 FILE_BUFFER (current) + current->buffered, size); in file_block_read()
104 current->buffer = xmalloc (current->bufsize); in sip()
111 current->buffer = xmalloc (current->bufsize); in sip()
119 file_block_read (current, current->bufsize); in sip()
174 current->buffer = xrealloc (current->buffer, cc); in slurp()
183 file_block_read (current, file_size + 1 - current->buffered); in slurp()
192 file_block_read (current, current->bufsize - current->buffered); in slurp()
196 while (current->buffered == current->bufsize) in slurp()
201 current->buffer = xrealloc (current->buffer, current->bufsize); in slurp()
202 file_block_read (current, current->bufsize - current->buffered); in slurp()
[all …]
/freebsd/contrib/libcbor/test/
H A Dstream_expectations.c17 struct test_assertion current(void) { in current() function
29 assert_true(current().expectation == UINT8_EQ); in uint8_callback()
30 assert_true(current().data.int8 == actual); in uint8_callback()
41 assert_true(current().data.int16 == actual); in uint16_callback()
52 assert_true(current().data.int32 == actual); in uint32_callback()
63 assert_true(current().data.int64 == actual); in uint64_callback()
74 assert_true(current().data.int8 == actual); in negint8_callback()
85 assert_true(current().data.int16 == actual); in negint16_callback()
96 assert_true(current().data.int32 == actual); in negint32_callback()
107 assert_true(current().data.int64 == actual); in negint64_callback()
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/win32/
H A Dinterfaceiter.c463 memset(&iter->current, 0, sizeof(iter->current)); in internal_current_GAA()
475 iter->current.name, in internal_current_GAA()
479 iter->current.name[sizeof(iter->current.name) - 1] = '\0'; in internal_current_GAA()
519 memset(&iter->current, 0, sizeof(iter->current)); in internal_current()
529 iter->current.flags = 0; in internal_current()
543 snprintf(iter->current.name, sizeof(iter->current.name), in internal_current()
550 snprintf(iter->current.name, sizeof(iter->current.name), in internal_current()
578 snprintf(iter->current.name, sizeof(iter->current.name), in internal_current()
595 memset(&iter->current, 0, sizeof(iter->current)); in internal_current6()
638 snprintf(iter->current.name, sizeof(iter->current.name), in internal_current6()
[all …]
/freebsd/contrib/dialog/
H A Dcalendar.c333 cell = current->tm_mday - ((6 + current->tm_mday - current->tm_wday) % MAX_DAYS); in day_cell_number()
334 if ((current->tm_mday - 1) % MAX_DAYS != current->tm_wday) in day_cell_number()
401 current->tm_wday + in draw_day()
407 weeks = getisoweeks(current->tm_year + 1900, current->tm_mon + 1); in draw_day()
410 week = (current->tm_yday + 6 + mday - current->tm_mday) / MAX_DAYS; in draw_day()
659 current->tm_mon + 1, in trace_date()
660 current->tm_mday)); in trace_date()
723 struct tm current; in dialog_calendar() local
761 current.tm_mday = day; in dialog_calendar()
766 day = current.tm_mday; in dialog_calendar()
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/unix/
H A Difiter_ioctl.c430 memset(&iter->current, 0, sizeof(iter->current)); in internal_current_clusteralias()
432 memset(iter->current.name, 0, sizeof(iter->current.name)); in internal_current_clusteralias()
488 memset(&iter->current, 0, sizeof(iter->current)); in internal_current4()
492 memset(iter->current.name, 0, sizeof(iter->current.name)); in internal_current4()
517 iter->current.flags = 0; in internal_current4()
596 iter->current.ifindex = if_nametoindex(iter->current.name); in internal_current4()
675 iter->current.ifindex = if_nametoindex(iter->current.name); in internal_current4()
707 memset(&iter->current, 0, sizeof(iter->current)); in internal_current6()
711 memset(iter->current.name, 0, sizeof(iter->current.name)); in internal_current6()
857 iter->current.ifindex = if_nametoindex(iter->current.name); in internal_current6()
[all …]
H A Difiter_sysctl.c171 memset(&iter->current, 0, sizeof(iter->current)); in internal_current()
173 iter->current.ifindex = sdl->sdl_index; in internal_current()
176 namelen = sizeof(iter->current.name) - 1; in internal_current()
178 memset(iter->current.name, 0, sizeof(iter->current.name)); in internal_current()
181 iter->current.flags = 0; in internal_current()
184 iter->current.flags |= INTERFACE_F_UP; in internal_current()
258 iter->current.af = family; in internal_current()
261 iter->current.name); in internal_current()
265 iter->current.name); in internal_current()
270 iter->current.name); in internal_current()
[all …]
H A Difiter_getifaddrs.c188 memset(&iter->current, 0, sizeof(iter->current)); in internal_current()
191 if (namelen > sizeof(iter->current.name) - 1) in internal_current()
192 namelen = sizeof(iter->current.name) - 1; in internal_current()
194 memset(iter->current.name, 0, sizeof(iter->current.name)); in internal_current()
197 iter->current.flags = 0; in internal_current()
200 iter->current.flags |= INTERFACE_F_UP; in internal_current()
206 iter->current.flags |= INTERFACE_F_LOOPBACK; in internal_current()
209 iter->current.flags |= INTERFACE_F_BROADCAST; in internal_current()
213 iter->current.flags |= INTERFACE_F_MULTICAST; in internal_current()
216 iter->current.af = family; in internal_current()
[all …]
/freebsd/contrib/bsnmp/snmp_ntp/
H A DNTP-PROXY-MIB.txt60 STATUS current
95 STATUS current
103 STATUS current
117 STATUS current
125 STATUS current
137 STATUS current
145 STATUS current
172 STATUS current
180 STATUS current
188 STATUS current
[all …]
H A DNTP-MIB.txt62 STATUS current
68 STATUS current
84 STATUS current
93 STATUS current
105 STATUS current
115 STATUS current
125 STATUS current
136 STATUS current
149 STATUS current
159 STATUS current
[all …]
/freebsd/contrib/lua/src/
H A Dllex.c36 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r')
157 int old = ls->current; in inclinenumber()
171 ls->current = firstchar; in luaX_setinput()
192 if (ls->current == c) { in check_next1()
206 if (ls->current == set[0] || ls->current == set[1]) { in check_next2()
230 int first = ls->current; in read_numeral()
238 else if (lisxdigit(ls->current) || ls->current == '.') /* '%x|%.' */ in read_numeral()
267 int s = ls->current; in skip_sep()
286 switch (ls->current) { in read_long_string()
385 switch (ls->current) { in read_string()
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/
H A DBEGEMOT-PF-MIB.txt78 STATUS current
87 STATUS current
98 STATUS current
106 STATUS current
120 STATUS current
128 STATUS current
136 STATUS current
144 STATUS current
152 STATUS current
160 STATUS current
[all …]
/freebsd/sys/contrib/openzfs/module/lua/
H A Dllex.c28 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r')
145 int old = ls->current; in inclinenumber()
159 ls->current = firstchar; in luaX_setinput()
182 if (ls->current == '\0' || !strchr(set, ls->current)) in check_next()
230 int first = ls->current; in read_numeral()
238 if (lisxdigit(ls->current) || ls->current == '.') in read_numeral()
255 int s = ls->current; in skip_sep()
271 switch (ls->current) { in read_long_string()
329 c[i] = ls->current; in readdecesc()
342 switch (ls->current) { in read_string()
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A DBEGEMOT-WIRELESS-MIB.txt67 STATUS current
107 STATUS current
129 STATUS current
166 STATUS current
190 STATUS current
201 STATUS current
219 STATUS current
264 STATUS current
273 STATUS current
294 STATUS current
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_large.c55 struct fileblock *current; member
125 private->current = private->current->next; in memory_read()
126 if (private->current != NULL) { in memory_read()
132 if (private->current == NULL) in memory_read()
138 size = ((char *)private->current->buff + private->current->size) in memory_read()
160 private->current = private->current->next; in memory_read()
161 if (private->current != NULL) { in memory_read()
179 private->current = private->first; in memory_read_open()
181 if (private->current != NULL) { in memory_read_open()
210 private->current = private->first; in memory_read_seek()
[all …]
/freebsd/lib/libc/xdr/
H A Dxdr_rec.c277 int current; in xdrrec_getbytes() local
288 current = (len < current) ? len : current; in xdrrec_getbytes()
293 len -= current; in xdrrec_getbytes()
302 size_t current; in xdrrec_putbytes() local
307 current = (len < current) ? len : current; in xdrrec_putbytes()
311 len -= current; in xdrrec_putbytes()
653 size_t current; in get_input_bytes() local
671 current = (len < current) ? len : current; in get_input_bytes()
675 len -= current; in get_input_bytes()
718 current = (u_int32_t)((cnt < current) ? cnt : current); in skip_input_bytes()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dbq25890.yaml38 ti,charge-current:
42 ti,termination-current:
48 ti,precharge-current:
62 ti,boost-max-current:
93 - ti,charge-current
94 - ti,termination-current
95 - ti,precharge-current
98 - ti,boost-max-current
117 ti,charge-current = <1000000>;
118 ti,termination-current = <50000>;
[all …]
H A Dbq25890.txt15 - ti,charge-current: integer, maximum charging current (in uA);
16 - ti,termination-current: integer, charge will be terminated when current in
18 - ti,precharge-current: integer, maximum charge current during precharge
24 - ti,boost-max-current: integer, maximum allowed current draw in boost mode
31 input current will be the lower between the resistor setting and the IINLIM
34 current is lowered, to avoid overheating (in degrees Celsius). If omitted,
51 ti,charge-current = <1000000>;
52 ti,termination-current = <50000>;
53 ti,precharge-current = <128000>;
56 ti,boost-max-current = <1000000>;
H A Dgpio-charger.yaml42 charge-current-limit-gpios:
45 description: GPIOs used for current limiting
47 charge-current-limit-mapping:
48 description: List of tuples with current in uA and a GPIO bitmap (in
50 current limit.
58 charge-current-limit-gpios property. Bit 1 second to last
70 - charge-current-limit-gpios
73 charge-current-limit-gpios: [ charge-current-limit-mapping ]
74 charge-current-limit-mapping: [ charge-current-limit-gpios ]
89 charge-current-limit-gpios = <&gpioA 11 GPIO_ACTIVE_HIGH>,
[all …]
/freebsd/sys/fs/tarfs/
H A Dtarfs_vnops.c331 current = NULL; in tarfs_readdir()
383 if (current == NULL) in tarfs_readdir()
387 __func__, ndirents, current, current->name); in tarfs_readdir()
400 __func__, ndirents, current, current->name); in tarfs_readdir()
426 current, current->type); in tarfs_readdir()
430 (void)memcpy(cde.d_name, current->name, current->namelen); in tarfs_readdir()
441 current = TAILQ_NEXT(current, dirents); in tarfs_readdir()
446 __func__, ndirents, current, current->name); in tarfs_readdir()
474 current = NULL; in tarfs_readdir()
484 current = TAILQ_NEXT(current, dirents); in tarfs_readdir()
[all …]
/freebsd/contrib/tcsh/nls/russian/
H A Dset37 5 Move to beginning of current word
12 10 Clear screen leaving current line on top
13 11 Complete current word
17 15 Copy current word to cursor
37 35 Move forward to end of current word
52 50 Display load average and current process status
62 60 Look for help on current command
66 64 Correct the spelling of current word
90 88 Vi command mode complete current word
94 92 Vi move to the end of the current word
[all …]
/freebsd/contrib/tcsh/nls/C/
H A Dset37 5 Move to beginning of current word
12 10 Clear screen leaving current line on top
13 11 Complete current word
17 15 Copy current word to cursor
37 35 Move forward to end of current word
62 60 Look for help on current command
66 64 Correct the spelling of current word
90 88 Vi command mode complete current word
94 92 Vi move to the end of the current word
115 113 Perform which of current command
[all …]
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpv4-mib.mib101 STATUS current
108 STATUS current
128 STATUS current
136 STATUS current
145 STATUS current
153 STATUS current
163 STATUS current
173 STATUS current
182 STATUS current
203 STATUS current
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_hast/
H A DBEGEMOT-HAST-MIB.txt79 STATUS current
90 STATUS current
98 STATUS current
137 STATUS current
145 STATUS current
153 STATUS current
161 STATUS current
169 STATUS current
178 STATUS current
191 STATUS current
[all …]
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset37 5 Move to beginning of current word
12 10 Clear screen leaving current line on top
13 11 Complete current word
17 15 Copy current word to cursor
37 35 Move forward to end of current word
52 50 Display load average and current process status
62 60 Look for help on current command
66 64 Correct the spelling of current word
90 88 Vi command mode complete current word
94 92 Vi move to the end of the current word
[all …]

12345678910>>...61