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

1234567891011>>

/freebsd-9.3-release/contrib/ntp/lib/isc/
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-9.3-release/contrib/dialog/
H A Dui_getc.c410 time_t current; local
435 current = time((time_t *) 0);
456 && current >= expired) {
489 * the nominal "current" window, and other windows having
H A Dmenubox.c145 /* Clear 'residue' of last item and mark current current item */
256 dlg_renamed_menutext(DIALOG_LISTITEM * items, int current, char *newtext) argument
261 dlg_add_string(items[current].name);
268 dlg_dummy_menutext(DIALOG_LISTITEM * items, int current, char *newtext) argument
271 (void) current;
528 * current screen.
588 /* De-highlight current first item */
602 /* De-highlight current last item before scrolling up */
653 /* De-highlight current ite
[all...]
/freebsd-9.3-release/contrib/nvi/common/
H A Dline.c556 scr_update(sp, lno, op, current)
560 int current;
575 return (current ? vs_change(sp, lno, op) : 0);
/freebsd-9.3-release/lib/libedit/
H A Dread.c85 * return the current read char function, or EL_BUILTIN_GETCFN
257 cmd = el->el_map.current[(unsigned char) *ch];
279 el->el_map.current = el->el_map.key;
546 el->el_map.current == el->el_map.key &&
/freebsd-9.3-release/contrib/ofed/libibcm/config/
H A Dltmain.sh30 # is ksh but when the shell is invoked as "sh" and the current value of
672 continue # The current "srcfile" will either be retained or
701 # Accept the current argument as the source file.
702 # The previous "srcfile" becomes the current argument.
2601 major=`expr $current - $age`
3186 # use the current revision as the major version
3193 current=`expr $number_major + $number_minor`
3198 current="$number_major"
3203 current=`expr $number_major + $number_minor - 1`
3215 current
[all...]
/freebsd-9.3-release/contrib/ofed/librdmacm/config/
H A Dltmain.sh30 # is ksh but when the shell is invoked as "sh" and the current value of
672 continue # The current "srcfile" will either be retained or
701 # Accept the current argument as the source file.
702 # The previous "srcfile" becomes the current argument.
2601 major=`expr $current - $age`
3186 # use the current revision as the major version
3193 current=`expr $number_major + $number_minor`
3198 current="$number_major"
3203 current=`expr $number_major + $number_minor - 1`
3215 current
[all...]
/freebsd-9.3-release/contrib/texinfo/info/
H A Dsession.c336 /* Reset the remembered pagetop and point of WINDOW to WINDOW's current
337 values if the window and node are the same as the current one being
350 (info_win->nodes[info_win->current] == window->node))
352 info_win->pagetops[info_win->current] = window->pagetop;
353 info_win->points[info_win->current] = window->point;
371 info_win->current = 0;
379 /* If this node, the current pagetop, and the current point are the
380 same as the current saved node and pagetop, don't really add this to
384 && info_win->current >
2390 FILE_BUFFER *current; local
[all...]
/freebsd-9.3-release/crypto/heimdal/
H A Dltmain.sh30 # is ksh but when the shell is invoked as "sh" and the current value of
672 continue # The current "srcfile" will either be retained or
701 # Accept the current argument as the source file.
702 # The previous "srcfile" becomes the current argument.
2598 major=`expr $current - $age`
3183 # use the current revision as the major version
3190 current=`expr $number_major + $number_minor`
3195 current="$number_major"
3200 current=`expr $number_major + $number_minor - 1`
3207 current
[all...]
/freebsd-9.3-release/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-9.3-release/contrib/bind9/lib/dns/
H A Drootns.c302 dns_rdata_t current = DNS_RDATA_INIT; local
306 dns_rdataset_current(rrset, &current);
307 if (dns_rdata_compare(rdata, &current) == 0)
309 dns_rdata_reset(&current);
/freebsd-9.3-release/contrib/gcc/
H A Dunwind-sjlj.c307 uw_install_context (struct _Unwind_Context *current __attribute__((unused)),
/freebsd-9.3-release/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-9.3-release/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp190 // Check the current block, as a fast-path, before checking whether
350 /// These are the blocks _outside of the current loop_ which are branched to.
362 BasicBlock *current = *BI; local
373 // If current basic block is this exit block's first predecessor
377 if (current != firstPred)
381 // then it is possible that there are multiple edges from current block
383 if (std::distance(succ_begin(current), succ_end(current)) <= 2) {
388 // In case of multiple edges from current block to exit block, collect
474 // Or the current bloc
[all...]
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Ddefs.h166 slcent current; /* the current settings */ member in struct:__anon4223
192 * Macros to check the current state of things
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmacro.c46 /* Return the arglist on the current line. This can behave in two different
526 /* Found the end of the current arglist word. Save it. */
933 the current OFFSET. */
1052 enclosure_type *current;
1087 new->current = findit;
1104 add_word (enclosure_stack->current->before);
1109 add_word (enclosure_stack->current->after);
1045 enclosure_type *current; member in struct:enclosure_stack_struct
/freebsd-9.3-release/sys/dev/aic/
H A Daicvar.h38 struct aic_transinfo current; member in struct:aic_tinfo
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_vnode.c236 /* 7 */ (void *)(__psint_t)(current->pid), \
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_cap.c203 if (va.va_uid != current->fsuid && !capable(CAP_FOWNER))
/freebsd-9.3-release/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-9.3-release/tools/regression/usr.sbin/etcupdate/
H A Dignore.sh63 NEW=$WORKDIR/current
H A Dtzsetup.sh63 NEW=$WORKDIR/current
/freebsd-9.3-release/sys/arm/econa/
H A Dif_ece.c1055 struct mac_list * current; local
1058 current = 0;
1076 current->next = temp;
1077 current = temp;
1080 current = temp;
1086 current = mac_list_header;
1088 while (current) {
1089 remove_mac_entry(ec, current->mac_addr);
1090 temp = current;
1091 current
[all...]
/freebsd-9.3-release/sys/dev/sym/
H A Dsym_hipd.c1052 struct sym_trans current; member in struct:sym_tinfo
2673 * current BUS mode through the STEST4 IO register.
2732 tp->tinfo.user.scsi_version = tp->tinfo.current.scsi_version= 2;
2733 tp->tinfo.user.spi_version = tp->tinfo.current.spi_version = 2;
2838 else if (tp->tinfo.current.width != tp->tinfo.goal.width)
2843 else if (tp->tinfo.current.period != tp->tinfo.goal.period ||
2844 tp->tinfo.current.offset != tp->tinfo.goal.offset)
2958 * So, we need to abort the current operation prior to
2980 printf("%s: unable to abort current chip operation.\n",
3262 * For 895/6 enable SBMC interrupt and save current SCS
[all...]
/freebsd-9.3-release/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...]

Completed in 186 milliseconds

1234567891011>>