Home
last modified time | relevance | path

Searched full:remain (Results 1 – 25 of 1238) sorted by relevance

12345678910>>...50

/freebsd/contrib/libucl/src/
H A Ducl_msgpack.c404 const unsigned char *pos, size_t remain);
408 const unsigned char *pos, size_t remain);
411 const unsigned char *pos, size_t remain);
414 const unsigned char *pos, size_t remain);
417 const unsigned char *pos, size_t remain);
420 const unsigned char *pos, size_t remain);
423 const unsigned char *pos, size_t remain);
426 const unsigned char *pos, size_t remain);
429 const unsigned char *pos, size_t remain);
923 remain -= ret; \
[all …]
H A Ducl_parser.c37 size_t remain; member
57 (chunk)->remain --; \
144 if (chunk->remain > 0 && *p == '#') { in ucl_skip_comments()
164 else if (chunk->remain >= 2 && *p == '/') { in ucl_skip_comments()
193 else if (p[0] == '/' && chunk->remain >= 2 && p[1] == '*') { in ucl_skip_comments()
307 * @param remain
314 ucl_check_variable_safe (struct ucl_parser *parser, const char *ptr, size_t remain, in ucl_check_variable_safe() argument
324 if (remain == var->var_len) { in ucl_check_variable_safe()
333 if (remain >= var->var_len) { in ucl_check_variable_safe()
346 if (parser->var_handler (ptr, remain, &dst, &dstlen, &need_free, in ucl_check_variable_safe()
[all …]
H A Ducl_sexp.c78 assert (parser->chunks->remain != 0); in ucl_parse_csexp()
81 end = p + parser->chunks->remain; in ucl_parse_csexp()
167 "remain", (long long unsigned)len, (long)(end - p)); in ucl_parse_csexp()
190 "remain", (long long unsigned)len, (long)(end - p)); in ucl_parse_csexp()
/freebsd/sys/opencrypto/
H A Dcriov.c336 size_t remain; in crypto_cursor_advance() local
346 remain = cc->cc_mbuf->m_len - cc->cc_offset; in crypto_cursor_advance()
347 if (amount < remain) { in crypto_cursor_advance()
351 amount -= remain; in crypto_cursor_advance()
366 remain = MIN(PAGE_SIZE - cc->cc_offset, cc->cc_buf_len); in crypto_cursor_advance()
367 if (amount < remain) { in crypto_cursor_advance()
372 cc->cc_buf_len -= remain; in crypto_cursor_advance()
373 amount -= remain; in crypto_cursor_advance()
382 remain = cc->cc_iov->iov_len - cc->cc_offset; in crypto_cursor_advance()
383 if (amount < remain) { in crypto_cursor_advance()
[all …]
/freebsd/sys/geom/raid/
H A Dtr_concat.c214 off_t offset, length, remain; in g_raid_tr_iostart_concat() local
229 remain = bp->bio_length; in g_raid_tr_iostart_concat()
247 length = MIN(sd->sd_size - offset, remain); in g_raid_tr_iostart_concat()
264 remain -= length; in g_raid_tr_iostart_concat()
269 } while (remain > 0 && no < vol->v_disks_count); in g_raid_tr_iostart_concat()
270 bp->bio_completed = bp->bio_length - remain; in g_raid_tr_iostart_concat()
292 off_t offset, length, remain; in g_raid_tr_kerneldump_concat() local
300 remain = blength; in g_raid_tr_kerneldump_concat()
312 length = MIN(sd->sd_size - offset, remain); in g_raid_tr_kerneldump_concat()
317 remain -= length; in g_raid_tr_kerneldump_concat()
[all …]
H A Dtr_raid0.c195 off_t offset, start, length, nstripe, remain; in g_raid_tr_iostart_raid0() local
223 remain = bp->bio_length; in g_raid_tr_iostart_raid0()
227 length = MIN(strip_size - start, remain); in g_raid_tr_iostart_raid0()
248 remain -= length; in g_raid_tr_iostart_raid0()
252 } while (remain > 0); in g_raid_tr_iostart_raid0()
273 off_t offset, start, length, nstripe, remain; in g_raid_tr_kerneldump_raid0() local
292 remain = blength; in g_raid_tr_kerneldump_raid0()
295 length = MIN(strip_size - start, remain); in g_raid_tr_kerneldump_raid0()
304 remain -= length; in g_raid_tr_kerneldump_raid0()
307 } while (remain > 0); in g_raid_tr_kerneldump_raid0()
/freebsd/crypto/openssl/crypto/property/
H A Dproperty_parse.c605 static void put_char(char ch, char **buf, size_t *remain, size_t *needed) in put_char()
607 if (*remain == 0) { in put_char()
611 if (*remain == 1) in put_char()
617 --*remain; in put_char()
620 static void put_str(const char *str, char **buf, size_t *remain, size_t *needed) in put_str()
645 if (*remain == 0) { in put_str()
651 put_char(quote, buf, remain, needed); in put_str()
653 if (*remain < len + 1 + quotes) in put_str()
654 len = *remain - 1; in put_str()
659 *remain in put_str()
604 put_char(char ch,char ** buf,size_t * remain,size_t * needed) put_char() argument
619 put_str(const char * str,char ** buf,size_t * remain,size_t * needed) put_str() argument
671 put_num(int64_t val,char ** buf,size_t * remain,size_t * needed) put_num() argument
[all...]
/freebsd/contrib/libucl/tests/
H A Dtest_schema.c32 int size = BUFSIZ, remain, ret; in read_stdin() local
41 remain = size; in read_stdin()
43 while ((ret = read (STDIN_FILENO, p, remain - 1)) > 0) { in read_stdin()
44 remain -= ret; in read_stdin()
47 if (remain <= 1) { in read_stdin()
54 remain = size + 1; in read_stdin()
/freebsd/lib/libmd/
H A DmdXhl.c56 off_t remain; in MDXFdChunk() local
72 remain = len; in MDXFdChunk()
74 while (len == 0 || remain > 0) { in MDXFdChunk()
75 if (len == 0 || remain > sizeof(buffer)) in MDXFdChunk()
78 readrv = read(fd, buffer, remain); in MDXFdChunk()
82 remain -= readrv; in MDXFdChunk()
/freebsd/contrib/dialog/samples/
H A Dmsgbox18 display any message you like. The box will remain until
15 display any message you like. The box will remain until
22 display any message you like. The box will remain until
33 The box will remain until you press the ENTER key. This box is being displayed with an aspect rati…
H A Dmsgbox28 display any message you like. The box will remain until
15 display any message you like. The box will remain until
22 display any message you like. The box will remain until
33 The box will remain until you press the ENTER key. This box is being displayed with an aspect rati…
/freebsd/contrib/netbsd-tests/lib/librt/
H A Dt_sem.c360 struct timespec remain = {42, 1000*1000*1000}; in ATF_TC_BODY() local
370 TIMER_ABSTIME, &ts, &remain)); in ATF_TC_BODY()
373 ATF_REQUIRE_MSG(remain.tv_sec == 42 && remain.tv_nsec == 1000*1000*1000, in ATF_TC_BODY()
393 struct timespec remain = {42, 1000*1000*1000}; in ATF_TC_BODY() local
402 &remain)); in ATF_TC_BODY()
405 ATF_REQUIRE_MSG(remain.tv_sec == 0 && in ATF_TC_BODY()
406 (remain.tv_nsec >= 25*1000*1000 || machine_is_virtual()) && in ATF_TC_BODY()
407 remain.tv_nsec <= 75*1000*1000, in ATF_TC_BODY()
409 " got EINTR: %jd.%09ld", (uintmax_t)remain.tv_sec, remain.tv_nsec); in ATF_TC_BODY()
/freebsd/libexec/rtld-elf/
H A Drtld_printf.c56 size_t remain; member
65 if (info->remain == info->buf_total) in printf_out()
67 write(info->fd, info->buf, info->buf_total - info->remain); in printf_out()
69 info->remain = info->buf_total; in printf_out()
78 if (info->remain >= 2) { in snprintf_func()
80 info->remain--; in snprintf_func()
84 if (info->remain == 0) in snprintf_func()
87 info->remain--; in snprintf_func()
452 info.buf_total = info.remain = bufsize; in rtld_vsnprintf()
455 if (info.remain >= 1) in rtld_vsnprintf()
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_sleep.c98 do_nanosleep(struct timespec *delay, struct timespec *remain) in do_nanosleep() argument
102 if (nanosleep(delay, remain) == -1) in do_nanosleep()
110 do_select(struct timespec *delay, struct timespec *remain) in do_select() argument
125 do_poll(struct timespec *delay, struct timespec *remain) in do_poll() argument
140 do_sleep(struct timespec *delay, struct timespec *remain) in do_sleep() argument
145 remain->tv_sec = sleep(delay->tv_sec); in do_sleep()
146 remain->tv_nsec = 0; in do_sleep()
152 do_kevent(struct timespec *delay, struct timespec *remain) in do_kevent() argument
/freebsd/contrib/unbound/dnstap/
H A Ddnstap_fstrm.c178 size_t remain, slen = sizeof(buf); in fstrm_describe_control() local
204 remain = len - 4; in fstrm_describe_control()
205 while(remain >= 8) { in fstrm_describe_control()
208 if(remain < field_len) { in fstrm_describe_control()
230 remain -= (8 + field_len); in fstrm_describe_control()
232 if(remain > 0) in fstrm_describe_control()
234 "(length %u)", (unsigned int)remain); in fstrm_describe_control()
/freebsd/crypto/openssl/doc/internal/man7/
H A Ddeprecation.pod52 future, but needs to remain available until that time.
56 =item Planned to remain internally
59 remain for internal purposes. In this case, the implementation doesn't need
66 units. See L</Implementations to remain internally> below.
114 =head2 Implementations to remain internally
/freebsd/contrib/wpa/wpa_supplicant/
H A Doffchannel.c111 * on the correct channel, but remain-on-channel cancel in wpas_send_action_cb()
115 "remain-on-channel to send Action frame"); in wpas_send_action_cb()
129 "request driver to remain on " in wpas_send_action_cb()
256 * channel. The @wait_time parameter can be used to request the driver to remain
374 "to remain on channel (%u MHz) for Action " in offchannel_send_action()
415 * offchannel_remain_on_channel_cb - Remain-on-channel callback function
418 * @duration: Duration of the remain-on-channel operation in milliseconds
421 * remain-on-channel operation.
433 * offchannel_cancel_remain_on_channel_cb - Remain-on-channel stopped callback
438 * remain-on-channel operation.
/freebsd/contrib/blocklist/bin/
H A Dblacklistctl.c88 int all, blocked, remain, wide, noheader; in main() local
91 noheader = wide = blocked = all = remain = 0; in main()
119 remain = 1; in main()
136 "address", remain ? "remaining time" : "last access"); in main()
156 if (remain) in main()
/freebsd/crypto/openssl/util/
H A Dc-compress-test.pl16 #define bar /* haha "A /* comment */ that should /* remain" */
17 #define haha /* hoho */ "A /* comment */ that should /* remain" */
27 #define haha "A /* comment */ that should /* remain" */
/freebsd/contrib/netbsd-tests/net/net/
H A Dt_ipv6_lifetime.sh70 # Should remain but marked as deprecated
86 # Shouldn't remain anymore
108 # Should remain but marked as deprecated
112 # Shouldn't remain anymore
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_012_pos.ksh23 # Deferred destroyed snapshots remain until the last hold is released.
60 log_assert "deferred destroyed snapshots remain until last hold is released"
75 log_pass "deferred destroyed snapshots remain until last hold is released"
/freebsd/lib/libgssapi/
H A Dgss_context_time.333 .Nd Determine for how long a context will remain valid
46 remain valid.
54 Number of seconds that the context will remain valid.
/freebsd/sys/kern/
H A Dsubr_prf.c106 size_t remain; member
111 size_t remain; member
287 pca.remain = sizeof(bufr); in _vprintf()
466 ap->remain--; in putbuf()
472 if (ap->remain == 2 || c == '\n') { in putbuf()
476 ap->remain = ap->n_bufr; in putbuf()
483 * ap->remain == 2 (if not sooner due to a newline), flush in putbuf()
488 KASSERT(ap->remain > 2, ("Bad buffer logic, remain = %zd", in putbuf()
489 ap->remain)); in putbuf()
578 info.remain = size; in vsnprintf()
[all …]
/freebsd/sys/netipsec/
H A Dipsec_mbuf.c57 unsigned remain; in m_makespace() local
74 remain = m->m_len - skip; /* data to move */ in m_makespace()
75 if (remain > skip && in m_makespace()
96 todo = remain; in m_makespace()
119 if (hlen <= M_TRAILINGSPACE(m) + remain) { in m_makespace()
154 mtod(m, caddr_t) + skip + hlen, remain); in m_makespace()
/freebsd/lib/libsys/
H A Dexecve.2123 File descriptors open in the calling process image remain open in
129 Descriptors that remain open are unaffected by
137 will remain closed across a call to
145 Blocked signals remain blocked regardless of changes to the signal action.
160 other group IDs of the new process image remain the same as the calling

12345678910>>...50