Searched refs:current (Results 176 - 200 of 365) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/less/
H A Dsearch.c91 struct hilite_storage *current; member in struct:hilite_tree
390 anchor->current = NULL;
664 * Tree node storage: get the current block of nodes if it has spare
674 if (anchor->current)
676 if (anchor->current->used < anchor->current->capacity)
677 return anchor->current;
678 capacity = anchor->current->capacity * 2;
686 if (anchor->current)
687 anchor->current
[all...]
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dzfssubr.c1395 int current, next, i, c, n; local
1443 current = 0;
1444 next = tgts[current];
1446 while (current != n) {
1447 tgts[current] = next;
1448 current = 0;
1491 * Find the next valid column after the current
1494 for (next = tgts[current] + 1;
1499 ASSERT(next <= tgts[current + 1]);
1504 if (next != tgts[current
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dlex.c149 * Return the current lexer commenting styles.
171 * Put the current list of specials into 'specials'.
232 * Open 'filename' and make it the current input source for 'lex'.
252 * Make 'stream' the current input source for 'lex'.
267 * Make 'buffer' the current input source for 'lex'.
319 REQUIRE(source->pushback->current > 0);
324 source->pushback->current--;
344 tbuf->current = source->pushback->current;
444 if (buffer->current
[all...]
H A Dlog.c1217 char current[PATH_MAX + 1]; local
1262 n = snprintf(current, sizeof(current), "%s.%d",
1264 if (n >= (int)sizeof(current) || n < 0)
1267 result = isc_file_remove(current);
1278 n = snprintf(current, sizeof(current), "%s.%d", path, i - 1);
1279 if (n >= (int)sizeof(current) || n < 0)
1287 result = isc_file_rename(current, new);
/freebsd-11-stable/contrib/binutils/
H A Dltmain.sh142 # is ksh but when the shell is invoked as "sh" and the current value of
205 # Echo program name prefixed message, along with the current mode
1057 # FAIL_CMD may read-access the current command in variable CMD!
1641 continue # The current "srcfile" will either be retained or
1664 # Accept the current argument as the source file.
1665 # The previous "srcfile" becomes the current argument.
4176 major=`expr $current - $age`
4723 # use the current revision as the major version
4730 current=`expr $number_major + $number_minor`
4735 current
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dgas_query.c66 struct gas_query_pending *current; member in struct:gas_query
162 if (gas->current == query)
163 gas->current = NULL;
230 if (gas->current == NULL) {
237 query = gas->current;
360 if (gas->current != query || query->retry)
719 gas->current = query;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dstring.c756 apr_size_t current = 0;
772 /* We will store the new contents behind the NUL terminator of the current
780 for ( ; pos; pos = strstr(str->data + current, to_find), ++replacements)
782 to_copy = pos - str->data - current;
786 memcpy(str->data + str->len, str->data + current, to_copy);
787 current += to_copy + to_find_len;
795 to_copy = original_length - current;
799 memcpy(str->data + str->len, str->data + current, to_copy);
1488 /* Swap the buffers, making the previous one current */
752 apr_size_t current = 0; local
/freebsd-11-stable/contrib/dialog/
H A Dui_getc.c439 time_t current; local
464 current = time((time_t *) 0);
482 && current >= expired) {
515 * the nominal "current" window, and other windows having
H A Dmenubox.c96 /* Clear 'residue' of last item and mark current current item */
210 dlg_renamed_menutext(DIALOG_LISTITEM * items, int current, char *newtext) argument
215 dlg_add_string(items[current].name);
222 dlg_dummy_menutext(DIALOG_LISTITEM * items, int current, char *newtext) argument
225 (void) current;
562 * current screen.
/freebsd-11-stable/usr.bin/sed/tests/
H A Dmulti_test.sh61 rm -f current.out lines[1-4] script[1-2]
91 echo "Seeding $REGRESS/${TESTNAME} with current result" 1>&2
92 cp current.out $REGRESS/${TESTNAME}
94 if diff -c $REGRESS/${TESTNAME} current.out ; then
108 exec >"current.out"
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dcached_data.c464 /* Represents where in the current svndiff data block each
485 apr_off_t current;/* The current offset relative to START. */
543 rs->current = 4;
632 /* remember the current file, if suggested by the caller */
722 rs->current = 4;
913 /* The index of the current delta chunk, if we are reading a delta. */
977 * rep state RS from the current FSX session's cache. This will be a
1022 * rep state RS from the current FSFS session's cache. This will be a
1073 rs->current
484 apr_off_t current;/* The current offset relative to START. */ member in struct:rep_state_t
[all...]
/freebsd-11-stable/contrib/gdb/
H A Dltmain.sh424 # Accept the current argument as the source file.
2066 major=`expr $current - $age`
2521 current="$2"
2526 case $current in
2529 $echo "$modename: CURRENT \`$current' is not a nonnegative integer" 1>&2
2553 if test $age -gt $current; then
2554 $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
2567 # Like Linux, but with the current version available in
2569 major=.`expr $current
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dunwind-sjlj.c307 uw_install_context (struct _Unwind_Context *current __attribute__((unused)),
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dcolumn.cpp113 vunits current; member in class:vjustify_output_line
230 current = V0;
235 return current;
245 current += amount;
/freebsd-11-stable/sys/dev/aic/
H A Daicvar.h38 struct aic_transinfo current; member in struct:aic_tinfo
/freebsd-11-stable/sys/netgraph/atm/sscop/
H A Dng_sscop.c288 * to max - current.
289 * If we get a queue status and it indicates a current below the
291 * raise the window to highwater - current.
316 space = q->max_queuelen_packets - q->current;
327 if (q->high_watermark <= q->current)
331 space = q->max_queuelen_packets - q->current;
333 space = q->high_watermark - q->current;
/freebsd-11-stable/contrib/openresolv/
H A DMakefile45 FOSSILID?= current
/freebsd-11-stable/contrib/telnet/telnetd/
H A Ddefs.h162 slcent current; /* the current settings */ member in struct:__anon3605
188 * Macros to check the current state of things
/freebsd-11-stable/lib/libomp/
H A Domp-tools.h638 ompt_buffer_cursor_t current,
644 ompt_buffer_cursor_t current
649 ompt_buffer_cursor_t current,
1070 ompt_buffer_cursor_t current
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc232 // Atomically swap our current signal mask with a full mask.
363 // Return true if we found a color capabilities for the current terminal.
367 // When the terminfo database is not available, check if the current terminal
444 // Otherwise, swizzle the current time and the process ID to form a reasonable
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc47 // This represents the current allocator ABI version.
391 // Set current allocator enumeration version.
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Dif_ece.c1064 struct mac_list * current; local
1067 current = NULL;
1085 current->next = temp;
1086 current = temp;
1089 current = temp;
1095 current = mac_list_header;
1097 while (current) {
1098 remove_mac_entry(ec, current->mac_addr);
1099 temp = current;
1100 current
[all...]
/freebsd-11-stable/sys/dev/sym/
H A Dsym_hipd.c1053 struct sym_trans current; member in struct:sym_tinfo
2674 * current BUS mode through the STEST4 IO register.
2733 tp->tinfo.user.scsi_version = tp->tinfo.current.scsi_version= 2;
2734 tp->tinfo.user.spi_version = tp->tinfo.current.spi_version = 2;
2839 else if (tp->tinfo.current.width != tp->tinfo.goal.width)
2844 else if (tp->tinfo.current.period != tp->tinfo.goal.period ||
2845 tp->tinfo.current.offset != tp->tinfo.goal.offset)
2959 * So, we need to abort the current operation prior to
2981 printf("%s: unable to abort current chip operation.\n",
3263 * For 895/6 enable SBMC interrupt and save current SCS
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.sh308 # contain the current architecture. Care should be taken.
330 # will contain the current architecture. Care should be
750 # frame of the current function has been destroyed. This mostly happens
1164 /* Helper function. Force an update of the current architecture.
1255 /* Initialize the current architecture to the "first" one we find on
1438 the current local architecture and not the previous global
1595 /* Print out the details of the current architecture. */
1862 /* Initialize the current value of the specified per-architecture
1875 /* Return the current value of the specified per-architecture
2122 that there is no current architectur
[all...]
/freebsd-11-stable/contrib/byacc/
H A Dvmsbuild.com180 $! Runs BYACC from the current directory (used for testing)

Completed in 267 milliseconds

1234567891011>>