Home
last modified time | relevance | path

Searched refs:last (Results 151 – 175 of 1794) sorted by relevance

12345678910>>...72

/freebsd/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c117 char *last = NULL; in read_limits_conf() local
143 if((args[0] = strtok_r(buf, " \t", &last)) == NULL || in read_limits_conf()
144 (args[1] = strtok_r(NULL, " \t", &last)) == NULL || in read_limits_conf()
145 (args[2] = strtok_r(NULL, " \t", &last)) == NULL || in read_limits_conf()
146 (args[3] = strtok_r(NULL, " \t", &last)) == NULL) { in read_limits_conf()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.predcache.ksh165 if [ "$seconds" -ne "$last" ]; then
166 last=$seconds
188 if [ "$seconds" -ne "$last" ]; then
189 last=$seconds
/freebsd/sys/vm/
H A Dphys_pager.c55 int fault_type, vm_prot_t max_prot, vm_pindex_t *first, vm_pindex_t *last);
231 vm_pindex_t *last) in default_phys_pager_populate() argument
243 if (end > *last) in default_phys_pager_populate()
244 end = *last; in default_phys_pager_populate()
246 *last = end; in default_phys_pager_populate()
262 vm_prot_t max_prot, vm_pindex_t *first, vm_pindex_t *last) in phys_pager_populate() argument
265 fault_type, max_prot, first, last)); in phys_pager_populate()
/freebsd/sys/netinet/libalias/
H A Dalias_proxy.c110 struct proxy_entry *last; member
211 entry->last = NULL; in RuleAdd()
223 entry->last = NULL; in RuleAdd()
224 la->proxyList->last = entry; in RuleAdd()
229 ptr->last = entry; in RuleAdd()
230 entry->last = ptr->last; in RuleAdd()
239 entry->last = ptr_last; in RuleAdd()
250 if (entry->last != NULL) in RuleDelete()
251 entry->last->next = entry->next; in RuleDelete()
256 entry->next->last = entry->last; in RuleDelete()
/freebsd/contrib/blocklist/port/
H A Dpopenve.c235 struct pid *cur, *last; in pcloseve() local
244 for (last = NULL, cur = pidlist; cur; last = cur, cur = cur->next) in pcloseve()
258 if (last == NULL) in pcloseve()
261 last->next = cur->next; in pcloseve()
/freebsd/sys/dev/usb/controller/
H A Dehci.c918 #define EHCI_APPEND_FS_TD(std,last) (last) = _ehci_append_fs_td(std,last) argument
944 #define EHCI_APPEND_HS_TD(std,last) (last) = _ehci_append_hs_td(std,last) argument
970 #define EHCI_APPEND_QH(sqh,last) (last) = _ehci_append_qh(sqh,last) argument
979 return (last); in _ehci_append_qh()
1002 #define EHCI_REMOVE_FS_TD(std,last) (last) = _ehci_remove_fs_td(std,last) argument
1019 return ((last == std) ? std->prev : last); in _ehci_remove_fs_td()
1022 #define EHCI_REMOVE_HS_TD(std,last) (last) = _ehci_remove_hs_td(std,last) argument
1039 return ((last == std) ? std->prev : last); in _ehci_remove_hs_td()
1042 #define EHCI_REMOVE_QH(sqh,last) (last) = _ehci_remove_qh(sqh,last) argument
1061 last = ((last == sqh) ? sqh->prev : last); in _ehci_remove_qh()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp61 const char *last = last_frame->info.function; in StackStripMain() local
68 } else if (last && 0 == internal_strcmp(last, "__tsan_thread_start_func")) { in StackStripMain()
72 } else if (last && (0 == internal_strcmp(last, "__do_global_ctors_aux") || in StackStripMain()
78 } else if (last || last2) { in StackStripMain()
114 SymbolizedStack *last = ent; in SymbolizeStack() local
115 while (last->next) { in SymbolizeStack()
117 last = last->next; in SymbolizeStack()
120 last->next = top; in SymbolizeStack()
366 if (part == last) in TraceReplay()
400 if (part == last) in TraceReplay()
[all …]
/freebsd/contrib/llvm-project/libcxx/src/
H A Dalgorithm.cpp15 void __sort(RandomAccessIterator first, RandomAccessIterator last, Comp comp) { in __sort() argument
16 auto depth_limit = 2 * std::__bit_log2(static_cast<size_t>(last - first)); in __sort()
25 first, last, ranges::less{}, depth_limit); in __sort()
/freebsd/contrib/less/
H A Dposition.c170 int last; in get_scrpos() local
175 i = 0; dir = +1; last = sc_height-2; in get_scrpos()
178 i = sc_height-2; dir = -1; last = 0; in get_scrpos()
202 if (i == last) break; in get_scrpos()
/freebsd/stand/libsa/
H A Dopen.c104 struct open_file *f, *last; in o_gethandle() local
118 last = TAILQ_LAST(&files, file_list); in o_gethandle()
119 if (last != NULL) in o_gethandle()
120 f->f_id = last->f_id + 1; in o_gethandle()
/freebsd/contrib/bmake/
H A Dimport.sh92 last=`sed -n '/ tag/s,.*/,bmake-,p' $post`
94 last="last import"
96 echo Intersting/relevant changes since $last; echo
103 echo $C since $last
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_04.E.out6 op string: [last-name] [Jones] [0]
11 op string: [last-name] [Patterson] [0]
16 op string: [last-name] [Smith] [0]
H A Dtest_06.E.out6 op string: [last-name] [Jones] [0]
11 op string: [last-name] [Patterson] [0]
16 op string: [last-name] [Smith] [0]
H A Dtest_03.HIPx.out35 …<div class="data" data-tag="last-name" data-xpath="/employees/employee/last-name" data-type="strin…
42 …<div class="data" data-tag="last-name" data-xpath="/employees/employee/last-name" data-type="strin…
49 …<div class="data" data-tag="last-name" data-xpath="/employees/employee/last-name" data-type="strin…
/freebsd/stand/efi/libefi/
H A Defipart.c509 pdinfo_t *parent, *pd, *last; in efipart_cdinfo_add() local
531 if (last != NULL) in efipart_cdinfo_add()
541 if (last != NULL) in efipart_cdinfo_add()
542 cd->pd_unit = last->pd_unit + 1; in efipart_cdinfo_add()
652 pdinfo_t *last; in efipart_hdinfo_add_filepath() local
655 if (last != NULL) in efipart_hdinfo_add_filepath()
656 hd->pd_unit = last->pd_unit + 1; in efipart_hdinfo_add_filepath()
697 if (last == NULL) { in efipart_hdinfo_add_filepath()
704 hd->pd_parent = last; in efipart_hdinfo_add_filepath()
713 pdinfo_t *parent, *pd, *last; in efipart_hdinfo_add() local
[all …]
/freebsd/sys/cddl/dev/dtrace/
H A Ddtrace_debug.c40 char *last; member
76 d->last = d->bufr + DTRACE_DEBUG_BUFR_SIZE - 1; in dtrace_debug_init()
77 *(d->last) = '\0'; in dtrace_debug_init()
110 count = (uintptr_t) d->last - (uintptr_t) d->first; in dtrace_debug_output()
112 for (p = d->first; p < d->last; p++) in dtrace_debug_output()
127 char *last = dtrace_debug_bufr + count; in dtrace_debug_output() local
131 while (p < last) { in dtrace_debug_output()
160 if (d->next == d->last) in dtrace_debug__putc()
168 if (d->first == d->last) in dtrace_debug__putc()
/freebsd/contrib/wpa/src/crypto/
H A Daes-ccm.c66 size_t last = len % AES_BLOCK_SIZE; in aes_ccm_auth() local
75 if (last) { in aes_ccm_auth()
77 for (i = 0; i < last; i++) in aes_ccm_auth()
95 size_t last = len % AES_BLOCK_SIZE; in aes_ccm_encr() local
107 if (last) { in aes_ccm_encr()
111 for (i = 0; i < last; i++) in aes_ccm_encr()
/freebsd/sys/contrib/zlib/
H A Dinffast.c53 z_const unsigned char FAR *last; /* have enough input while in < last */ in inflate_fast() local
80 last = in + (strm->avail_in - 5); in inflate_fast()
287 } while (in < last && out < end); in inflate_fast()
298 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last)); in inflate_fast()
/freebsd/contrib/bmake/mk/
H A Dnewlog.sh333 last=`read_link $log.0`
334 case "$last" in
336 test -s $last && $ECHO mv $last $log.$$;;
338 $ECHO $opt_C $last
340 *.*) $ECHO $opt_C `dirname $log`/$last
/freebsd/usr.sbin/autofs/
H A Dpopen.c148 struct pid *cur, *last = NULL; in auto_pclose() local
158 last = cur; in auto_pclose()
163 if (last == NULL) in auto_pclose()
166 SLIST_REMOVE_AFTER(last, next); in auto_pclose()
/freebsd/crypto/openssl/test/
H A Dconf_include_test.c44 char *last = NULL; in change_path() local
51 last = p++; in change_path()
53 if (last == NULL) in change_path()
55 last[DIRSEP_PRESERVE] = 0; in change_path()
/freebsd/contrib/libedit/
H A Demacs.c108 el->el_chared.c_kill.last = kp; in em_delete_next_word()
128 if (el->el_chared.c_kill.last == el->el_chared.c_kill.buf) in em_yank()
132 (el->el_chared.c_kill.last - el->el_chared.c_kill.buf) >= in em_yank()
141 (int)(el->el_chared.c_kill.last - el->el_chared.c_kill.buf)); in em_yank()
143 for (kp = el->el_chared.c_kill.buf; kp < el->el_chared.c_kill.last; kp++) in em_yank()
168 el->el_chared.c_kill.last = kp; in em_kill_line()
194 el->el_chared.c_kill.last = kp; in em_kill_region()
201 el->el_chared.c_kill.last = kp; in em_kill_region()
227 el->el_chared.c_kill.last = kp; in em_copy_region()
233 el->el_chared.c_kill.last = kp; in em_copy_region()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp89 unsigned last = Depth - 1; in dump() local
90 while ((last > 0) && ((*this)[last] == 0)) in dump()
91 last--; in dump()
93 for (unsigned i = 0; i <= last; i++) { in dump()
/freebsd/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp122 EhSectionPiece &last = pieces.back(); in printEhFrame() local
123 if (last.sec == p.sec && last.inputOff + last.size == p.inputOff && in printEhFrame()
124 last.outputOff + last.size == p.outputOff) { in printEhFrame()
125 last.size += p.size; in printEhFrame()
/freebsd/sys/teken/
H A Dteken_wcwidth.h15 teken_char_t last; member
25 if (ucs < table[0].first || ucs > table[max].last) in bisearch()
29 if (ucs > table[mid].last) in bisearch()

12345678910>>...72