Searched refs:start (Results 1 - 25 of 2022) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c5664 Dwarf_Addr start; local
5726 if (dwarf_get_arange_info(aranges[i], &start, &length,
5732 printf(" %08jx %ju\n", (uintmax_t) start,
6812 printf(" (start == end)");
7054 unsigned char *start, *end, *buf_end, *new_buf; local
7080 start = d->d_buf;
7085 start = new_buf;
7087 buf_end = start + sz;
7090 while (start < buf_end && !isprint(*start))
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c343 const char *start = buff; local
369 assertMemoryFilledWith(start, end - start, '\0');
371 start = end;
387 assertMemoryFilledWith(start, end - start, '\0');
388 start = end;
397 assert(start == (const char *)buff + (size_t)(expected_offset - offset));
398 assertMemoryFilledWith(start, end - start, ' ');
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c1602 /* Parse decimal length field at start of line. */
1605 p = attr; /* Record start of line. */
2554 int64_t start, end; local
2571 start = end;
2575 if (start < end) {
2576 if (gnu_add_sparse_entry(a, tar, start,
2577 end - start) != ARCHIVE_OK)
2733 * or negative on error. 'start' argument is updated to
2738 readline(struct archive_read *a, struct tar *tar, const char **start, argument
2764 *start
[all...]
H A Darchive_read_support_format_rar5.c504 int64_t start, int64_t end)
506 if((start & mask) > (end & mask)) {
507 ssize_t len1 = mask + 1 - (start & mask);
510 memcpy(dst, &window[start & mask], len1);
513 memcpy(dst, &window[start & mask], (size_t) (end - start));
771 * right before the filter's start offset. */
2740 uint32_t start)
2742 const int64_t block_start = (ssize_t) start + rar->cstate.write_ptr;
503 circular_memcpy(uint8_t* dst, uint8_t* window, const uint64_t mask, int64_t start, int64_t end) argument
2739 is_valid_filter_block_start(struct rar5* rar, uint32_t start) argument
H A Darchive_read_support_format_rar.c1895 int64_t start, end, actualend; local
2046 start = rar->offset;
2047 end = start + rar->dictionary_size;
2053 rar->bytes_uncopied = actualend - start;
H A Darchive_read_support_format_mtree.c2068 * or negative on error. 'start' argument is updated to
2072 readline(struct archive_read *a, struct mtree *mtree, char **start, argument
2116 *start = mtree->line.s;
H A Darchive_pathmatch.c56 pm_list(const char *start, const char *end, const char c, int flags) argument
58 const char *p = start;
94 nextRangeStart = *p; /* Possible start of range. */
103 pm_list_w(const wchar_t *start, const wchar_t *end, const wchar_t c, int flags) argument
105 const wchar_t *p = start;
141 nextRangeStart = *p; /* Possible start of range. */
390 /* Leading '^' anchors the start of the pattern. */
408 /* If start is unanchored, try to match start of each path element. */
432 /* Leading '^' anchors the start o
[all...]
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c457 * Open a socket, bind it to the FTP port, and start
1688 time_t start; local
1755 time(&start);
1759 logxfer(name, byte_count, start);
3365 logxfer(char *name, off_t size, time_t start)
3380 (long)(now - start + (now == start)));
3439 *socks = 0; /* num of sockets counter at start of array */
/freebsd-11-stable/sys/netgraph/
H A Dng_base.c432 const u_char *start, const u_char *buf)
440 const u_char *start, const u_char *buf)
442 const struct hooklist *hl = (const struct hooklist *)start;
696 * Forceably start the shutdown process on a node. Either call
1090 hook->hk_peer = &ng_deadhook; /* start off this way */
1501 hook2->hk_refs = 1; /* start with a reference for us. */
3145 /* We start with small hashes, but they can grow. */
3234 p = NULL; /* start with no process */
431 ng_generic_list_getLength(const struct ng_parse_type *type, const u_char *start, const u_char *buf) argument
439 ng_generic_linkinfo_getLength(const struct ng_parse_type *type, const u_char *start, const u_char *buf) argument
H A Dng_parse.c105 const char *s, int *off, const u_char *start,
111 int index, const u_char *start, u_char *buf,
114 const u_char *start, const u_char *buf,
185 const char *s, int *off, const u_char *const start,
188 return ng_parse_composite(type, s, off, start, buf, buflen, CT_STRUCT);
200 const u_char *const start, u_char *buf, int *buflen)
205 "{}", &off, start, buf, buflen, CT_STRUCT);
239 const char *s, int *off, const u_char *const start,
243 s, off, start, buf, buflen, CT_FIXEDARRAY);
256 const u_char *const start, u_cha
184 ng_struct_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
199 ng_struct_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
238 ng_fixedarray_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
255 ng_fixedarray_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
287 ng_array_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
302 ng_array_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
334 ng_int8_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
385 ng_int8_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
429 ng_int16_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
481 ng_int16_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
525 ng_int32_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
580 ng_int32_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
624 ng_int64_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
675 ng_int64_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
719 ng_string_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
756 ng_string_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
782 ng_fixedstring_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
819 ng_fixedstring_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
886 ng_sizedstring_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
929 ng_sizedstring_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
954 ng_ipaddr_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
991 ng_ipaddr_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
1018 ng_enaddr_parse(const struct ng_parse_type *type, const char *s, int *const off, const u_char *const start, u_char *const buf, int *const buflen) argument
1075 ng_parse_bytearray_subtype_getLength(const struct ng_parse_type *type, const u_char *start, const u_char *buf) argument
1095 ng_bytearray_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
1144 ng_bytearray_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
1170 ng_parse_ng_mesg_getLength(const struct ng_parse_type *type, const u_char *start, const u_char *buf) argument
1201 ng_parse_composite(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen, const enum comptype ctype) argument
1471 ng_get_composite_elem_default(const struct ng_parse_type *type, int index, const u_char *const start, u_char *buf, int *buflen, const enum comptype ctype) argument
1517 ng_get_composite_len(const struct ng_parse_type *type, const u_char *const start, const u_char *buf, const enum comptype ctype) argument
1732 int start, off; local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c14 ** the text of this file. Search for "Begin file sqlite3.h" to find the start
4242 ** execution of the prepared statement, such as at the start of each
4970 ** [prepared statement] may start.</dd>)^
7561 ** [sqlite3_config]([SQLITE_CONFIG_MEMSTATUS],...) start-time option and
8884 ** <li> Begin every identifier with the letter "Z" as no SQL keywords start
10104 ** start a callback but which do not need the full power (and corresponding
16663 ** at start-time.
16668 ** start-time.
17553 ** But rather than start with 0 or 1, we begin with 'A'. That way,
20825 ** changed as start
40830 int start = 0; local
86646 u64 start; /* CPU clock count at start of opcode */ local
145404 int start; local
155505 WindowCsrAndReg start; member in struct:WindowCodeArg
[all...]
H A Dltmain.sh387 # putting '$debug_cmd' at the start of all your functions, you can get
814 # start with a hyphen.
1443 # The usage line for option parsing errors and the start of '-h' and
2667 # Blanks at the start of $base_compile will cause this to fail
3619 # at the start of this file.
5908 /* failed to start process */
/freebsd-11-stable/contrib/unbound/services/
H A Dmesh.c69 timeval_subtract(struct timeval* d, const struct timeval* end, const struct timeval* start) argument
73 d->tv_sec = end->tv_sec - start->tv_sec;
74 if(end_usec < start->tv_usec) {
78 d->tv_usec = end_usec - start->tv_usec;
438 /* In case this timer already popped, start it again */
1625 /* start next module */
1699 verbose(VERB_ALGO, "mesh_run: start");
H A Dlisten_dnsport.c385 "Got %u. To fix: start with "
430 "Got %u. To fix: start with "
1709 /* do not start the ones that have no tcp_free list, it is no
1869 /** pick up the next result and start writing it to the channel */
1968 /* if pending answers, pick up an answer and start sending it */
1971 /* if answers pending, start sending answers */
2058 * anything else). If so, copy to buffer and start */
2406 * stream. Gather collected request data and start query handling. */
2494 /** nghttp2 callback. Used to detect start of new streams. */
2527 * @param start
2532 http2_buffer_uri_query(struct http2_session* h2_session, struct http2_stream* h2_stream, const uint8_t* start, size_t length) argument
[all...]
H A Dauthzone.c95 /** pick up nextprobe task to start waiting to perform transfer actions */
2516 size_t start = 0, end = msg->rep->rrset_count; local
2517 if(!an_only) start = msg->rep->an_numrrsets;
2519 for(i=start; i<end; i++) {
3544 /** process a notify serial, start new probe or note serial. xfr is locked */
3555 /* start new probe with this addr src, or note serial */
3753 /** start the lookups for task_transfer */
3761 /* start lookup at the first master */
3784 /** start the lookups for task_probe */
3792 /* start looku
4150 chunkline_count_parens(sldns_buffer* buf, size_t start) argument
4178 chunkline_remove_trailcomment(sldns_buffer* buf, size_t start) argument
[all...]
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh387 # putting '$debug_cmd' at the start of all your functions, you can get
814 # start with a hyphen.
1443 # The usage line for option parsing errors and the start of '-h' and
2667 # Blanks at the start of $base_compile will cause this to fail
3619 # at the start of this file.
5908 /* failed to start process */
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c114 const struct timeval* start)
118 d->tv_sec = end->tv_sec - start->tv_sec;
119 if(end_usec < start->tv_usec) {
123 d->tv_usec = end_usec - start->tv_usec;
472 /* start in reading state */
3276 /* if OK start to actually handle the request */
113 timeval_subtract(struct timeval* d, const struct timeval* end, const struct timeval* start) argument
/freebsd-11-stable/sys/net/
H A Dif_fwsubr.c339 int fstart, fend, start, end, islast; local
363 * the partial reassembly and start again.
383 start = 0;
385 start = enc->nextfrag.fragment_offset;
386 end = start + mf->m_pkthdr.len - 2*sizeof(uint32_t);
387 if ((fstart < end && fend > start) ||
390 * Overlap - discard reassembly buffer and start
404 start = 0;
406 start = enc->nextfrag.fragment_offset;
407 if (start >
[all...]
/freebsd-11-stable/contrib/less/
H A Dscreen.c876 clock_t start; local
879 * Get synchronized at the start of a tick.
881 start = clock();
882 while (clock() == start)
887 start = clock();
889 while (clock() == start)
1728 * no previous line is lost, but we start with a whole
H A Dpattern.c314 * Set sp and ep to the start and end of the matched string.
345 *sp = line + search_regs.start[0];
H A Dos.c103 start:
191 * start returning 0 forever, instead of -1.
218 goto start;
222 goto start;
H A Dline.c323 * Display the line number at the start of each line
393 * Return the printing width of the start (enter) sequence
757 * Represent the "half char" at start of line with a highlighted space.
966 char *start = (cshift < hshift) ? shifted_ansi.buf : linebuf.buf; local
968 char *p = start + *end;
971 bch = step_char(&p, -1, start);
972 } while (p > start && !IS_CSI_START(bch));
973 *end = (int) (p - start);
1212 * instead of at the start of the next line.
/freebsd-11-stable/sys/netinet/
H A Dtcp_output.c495 * 4. our send window (slow start and cogestion controlled) is
502 * It scales directly with slow start or congestion window
1794 sack_seq = htonl(sack->start);
/freebsd-11-stable/sys/vm/
H A Dvm_fault.c288 rounddown2(vaddr, pagesizes[m_super->psind]) >= fs->entry->start &&
392 pager_last = pager_first + atop(fs->entry->end - fs->entry->start) - 1;
449 map_last = map_first + atop(fs->entry->end - fs->entry->start) - 1;
461 pmap_enter(fs->map->pmap, fs->entry->start + IDX_TO_OFF(pidx) -
854 * entry's start and end addresses, which are used to
860 e_start = fs.entry->start;
1229 * retry fault from start.
1357 vm_offset_t end, start; local
1379 (entry = fs->entry)->start < end) {
1380 if (end - entry->start < siz
[all...]
/freebsd-11-stable/sys/dev/sound/usb/
H A Duaudio.c235 uint8_t *start; /* upper layer buffer start */ member in struct:uaudio_chan
1478 if (buf_size > (chan->end - chan->start)) {
2339 if (ch->running == 0 || ch->start == ch->end) {
2416 /* start the SYNC transfer one time per second, if any */
2490 ch->cur = ch->start;
2523 if (ch->start == ch->end) {
2581 ch->cur = ch->start;
2655 ch->start = ch->buf;
2731 return (ch->cur - ch->start);
[all...]

Completed in 723 milliseconds

1234567891011>>