| /dragonfly/contrib/cvs-1.12/contrib/ |
| HD | log_accum.in | 161 push(@files, grep(/^${FILE_PREFIX}.*\.${id}\.${cvs_user}$/, readdir(DIR))); 232 push(@text, $_); 245 push(@text, sprintf(" %-10s %s", $leader, $_)); 259 push(@text, $leader.$_); 551 push(@files, $arg); 625 push(@text, $header); 626 push(@text, ""); 627 push(@text, " ".$files[0]." - New directory"); 639 push (@branch_lines, split); 649 push (@changed_files, split) if ($state == $STATE_CHANGED); [all …]
|
| HD | log.in | 210 push @command, '-v'; 212 push @command, $file;
|
| /dragonfly/contrib/libpcap/ |
| HD | diag-control.h | 61 __pragma(warning(push)) \ 77 __pragma(warning(push)) \ 98 __pragma(warning(push)) \ 110 __pragma(warning(push)) \ 120 __pragma(warning(push)) \ 135 PCAP_DO_PRAGMA(clang diagnostic push) \ 149 PCAP_DO_PRAGMA(clang diagnostic push) \ 159 PCAP_DO_PRAGMA(clang diagnostic push) \ 170 PCAP_DO_PRAGMA(GCC diagnostic push) \ 187 PCAP_DO_PRAGMA(GCC diagnostic push) \
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | regex_compiler.tcc | 111 _M_stack.push(_StateSeqT(*_M_nfa, in _M_disjunction() 128 _M_stack.push(__re); in _M_alternative() 131 _M_stack.push(_StateSeqT(*_M_nfa, _M_nfa->_M_insert_dummy())); in _M_alternative() 155 _M_stack.push(_StateSeqT(*_M_nfa, _M_nfa->_M_insert_line_begin())); in _M_assertion() 157 _M_stack.push(_StateSeqT(*_M_nfa, _M_nfa->_M_insert_line_end())); in _M_assertion() 160 _M_stack.push(_StateSeqT(*_M_nfa, _M_nfa-> in _M_assertion() 171 _M_stack.push( in _M_assertion() 202 _M_stack.push(__r); in _M_quantifier() 210 _M_stack.push(__e); in _M_quantifier() 222 _M_stack.push(__r); in _M_quantifier() [all …]
|
| D | regex_automaton.tcc | 199 __stack.push(_M_start); in _M_clone() 211 __stack.push(__dup._M_alt); in _M_clone() 216 __stack.push(__dup._M_next); in _M_clone()
|
| /dragonfly/stand/boot/pc32/boot2/ |
| HD | boot1.S | 118 xread: push %ss // Address 125 push %cx // block 126 push %ax // number 127 push %es // Address of 128 push %bx // transfer buffer 131 push %ax // transfer 132 push $0x10 // Size of packet 300 push %cs // Read from 355 push %dx 378 push %dx // Save [all …]
|
| /dragonfly/usr.bin/dsynth/ |
| HD | progress.js | 188 trow.push(format_entry (data[n].entry, data[n].origin)); 189 trow.push(data[n].elapsed); 190 trow.push('[' + data[n].ID + ']'); 191 trow.push(format_result (data[n].result)); 192 trow.push(portsmon (data[n].origin)); 193 trow.push(information (data[n].result, data[n].origin, data[n].info)); 194 trow.push(skip_info (data[n].result, data[n].info)); 195 trow.push(data[n].duration); 196 history [k].push (trow);
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | timevar.h | 113 void push (timevar_id_t tv); 213 g_timer->push (tv); in timevar_push() 233 m_timer->push (m_tv); in auto_timevar() 241 m_timer->push (m_tv); in auto_timevar()
|
| /dragonfly/stand/boot/pc32/btx/btx/ |
| HD | btx.S | 945 push $13 # output a carriage 1001 intr20: push $0x8 # Int 0x20: IRQ0 1003 push $0x9 # Int 0x21: IRQ1 1005 push $0xa # Int 0x22: IRQ2 1007 push $0xb # Int 0x23: IRQ3 1009 push $0xc # Int 0x24: IRQ4 1011 push $0xd # Int 0x25: IRQ5 1013 push $0xe # Int 0x26: IRQ6 1015 push $0xf # Int 0x27: IRQ7 1017 push $0x70 # Int 0x28: IRQ8 [all …]
|
| /dragonfly/bin/pax/ |
| HD | buf_subs.c | 877 int push = 0; in buf_flush() local 908 push = bufcnt - blksz; in buf_flush() 925 if (push > 0) { in buf_flush() 930 memcpy(buf, bufend, push); in buf_flush() 931 bufpt = buf + push; in buf_flush() 932 if (push >= blksz) { in buf_flush() 933 push -= blksz; in buf_flush() 973 push = bufcnt - blksz; in buf_flush()
|
| /dragonfly/lib/libc/stdlib/ |
| HD | radixsort.c | 120 #define push(a, n, i) sp->sa = a, sp->sn = n, (sp++)->si = i macro 136 push(a, n, i); in r_sort_a() 168 push(a, n, i+1); in r_sort_a() 196 push(ak, *cp, i+1); in r_sort_a() 234 push(a, n, i); in r_sort_b() 276 push(ak, c, i+1); in r_sort_b()
|
| /dragonfly/bin/sh/ |
| HD | input.c | 360 setinputfile(const char *fname, int push) in setinputfile() argument 379 setinputfd(fd, push); in setinputfile() 390 setinputfd(int fd, int push) in setinputfd() argument 395 if (push) { in setinputfd() 414 setinputstring(const char *string, int push) in setinputstring() argument 417 if (push) in setinputstring()
|
| /dragonfly/stand/boot/pc32/libi386/ |
| HD | pxetramp.s | 26 push %dx # seg:data 27 push %ax # off:data 28 push %bx # int16 func
|
| /dragonfly/stand/boot/pc32/cdboot/ |
| HD | cdboot.S | 427 1: push %ax 475 twiddle: push %ax # Save 476 push %bx # Save 536 mov $(MEM_ARG_SIZE/4),%ecx # Number of words to push 539 push %eax # Push it onto the stack 544 push %eax # Emulate a near call
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| D | insert_fn_imps.hpp | 44 push(const_reference r_val) in push() function in PB_DS_CLASS_C_DEC 68 m_rc.push(p_nd); in push() 153 m_rc.push(p_res); in make_0_exposed()
|
| D | rc.hpp | 82 push(entry); 151 push(entry p_nd) in push() function in __gnu_pbds::detail::rc
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| D | insert_fn_imps.hpp | 44 push(const_reference r_val) in push() function in PB_DS_CLASS_C_DEC 68 m_rc.push(p_nd); in push() 153 m_rc.push(p_res); in make_0_exposed()
|
| D | rc.hpp | 82 push(entry); 151 push(entry p_nd) in push() function in __gnu_pbds::detail::rc
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| D | regex_compiler.h | 762 _M_stack.push(_StateSeq(__alt1, __alt2)); in _GLIBCXX_VISIBILITY() 780 _M_stack.push(__re); in _GLIBCXX_VISIBILITY() 841 _M_stack.push(__r); in _GLIBCXX_VISIBILITY() 861 _M_stack.push(__r); in _GLIBCXX_VISIBILITY() 894 _M_stack.push(__r); in _GLIBCXX_VISIBILITY() 914 _M_stack.push(_StateSeq(_M_state_store, in _GLIBCXX_VISIBILITY() 921 _M_stack.push(_StateSeq(_M_state_store, in _GLIBCXX_VISIBILITY() 929 _M_stack.push(_StateSeq(_M_state_store, in _GLIBCXX_VISIBILITY() 955 _M_stack.push(__r); in _GLIBCXX_VISIBILITY() 973 _M_stack.push(_StateSeq(_M_state_store, in _GLIBCXX_VISIBILITY()
|
| D | regex_grep_matcher.tcc | 96 __s.push(__u); in __add_visited_state() 127 __stack.push(__i); in _M_e_closure() 137 __stack.push(*__i); in _M_e_closure()
|
| D | stl_queue.h | 211 push(const value_type& __x) in _GLIBCXX_VISIBILITY() 216 push(value_type&& __x) in _GLIBCXX_VISIBILITY() 490 push(const value_type& __x) in _GLIBCXX_VISIBILITY() 498 push(value_type&& __x) in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/wpa_supplicant/src/common/ |
| HD | eapol_common.h | 15 #pragma pack(push, 1) 61 #pragma pack(push, 1)
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/parallel/ |
| D | multiseq_selection.h | 281 __pq.push(std::make_pair(__S(__i)[__b[__i]], __i)); 293 __pq.push( 307 __pq.push(std::make_pair(__S(__i)[__a[__i] - 1], __i)); 318 __pq.push(std::make_pair( 525 __pq.push(std::make_pair(__S(__i)[__b[__i]], __i)); 537 __pq.push( 550 __pq.push(std::make_pair(__S(__i)[__a[__i] - 1], __i)); 561 __pq.push(std::make_pair(
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/parallel/ |
| D | multiseq_selection.h | 281 __pq.push(std::make_pair(__S(__i)[__b[__i]], __i)); 293 __pq.push( 307 __pq.push(std::make_pair(__S(__i)[__a[__i] - 1], __i)); 318 __pq.push(std::make_pair( 525 __pq.push(std::make_pair(__S(__i)[__b[__i]], __i)); 537 __pq.push( 550 __pq.push(std::make_pair(__S(__i)[__a[__i] - 1], __i)); 561 __pq.push(std::make_pair(
|
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-pragma.c | 141 enum { set, push, pop } action; in handle_pragma_pack() enumerator 171 action = push; in handle_pragma_pack() 184 else if (token == CPP_NUMBER && action == push && align == -1) in handle_pragma_pack() 221 if (action == push) in handle_pragma_pack() 233 case push: push_alignment (align, id); break; in handle_pragma_pack() 670 enum { bad, push, pop } action = bad; in handle_pragma_visibility() enumerator 677 action = push; in handle_pragma_visibility()
|