HomeSort by: relevance | last modified time | path
    Searched refs:we (Results 1 - 25 of 879) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libc/gen/
wordexp.c 57 * of words in `we'. See wordexp(3).
61 wordexp(const char * __restrict words, wordexp_t * __restrict we, int flags)
65 _DIAGASSERT(we != NULL);
68 wordfree(we);
70 we->we_wordc = 0;
71 we->we_wordv = NULL;
72 we->we_strings = NULL;
73 we->we_nbytes = 0;
76 wordfree(we);
79 if ((error = we_askshell(words, we, flags)) != 0)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.go/
package1.go 9 fmt.Println ("Shall we?")
unsafe.go 6 var mystring = "Shall we?"
methods.go 16 fmt.Println ("Shall we?")
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.go/
package1.go 9 fmt.Println ("Shall we?")
unsafe.go 6 var mystring = "Shall we?"
methods.go 16 fmt.Println ("Shall we?")
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
cli-sti.s 9 # Make sure we can't mask <=EVT4
17 # Make sure we can mask >=EVT5
cc-astat-bits.s 4 # We encode the opcodes directly since we test reserved bits
cec-raise-reti.S 25 # We'll bounce up a few
31 # Lower ourselves down so we can RAISE up
47 # We activate the interrupt here ...
50 # ... but we should RETI here
58 # We activate the interrupt here ...
62 # ... but we should RETI here
73 # We activate the interrupt here ...
78 # ... but we should RETI here
89 # We activate the interrupt here ...
97 # ... but we should RETI her
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
cli-sti.s 9 # Make sure we can't mask <=EVT4
17 # Make sure we can mask >=EVT5
cc-astat-bits.s 4 # We encode the opcodes directly since we test reserved bits
cec-raise-reti.S 25 # We'll bounce up a few
31 # Lower ourselves down so we can RAISE up
47 # We activate the interrupt here ...
50 # ... but we should RETI here
58 # We activate the interrupt here ...
62 # ... but we should RETI here
73 # We activate the interrupt here ...
78 # ... but we should RETI here
89 # We activate the interrupt here ...
97 # ... but we should RETI her
    [all...]
  /src/lib/libc/time/
tzcode2netbsd 31 echo we don't use this script anymore to import, but diff against the
  /src/external/bsd/nsd/dist/simdzone/src/fallback/
name.h 20 const uint8_t *we = octets + 255; local
28 while ((t < te) & (w < we)) {
51 if (t != te || w > we)
  /src/external/gpl3/gdb/dist/sim/testsuite/riscv/
jalr.s 14 # If we write destination into a0 before reading it in order
15 # to jump, we might end up here.
19 # We should end up here.
  /src/external/gpl3/gdb.old/dist/sim/testsuite/riscv/
jalr.s 14 # If we write destination into a0 before reading it in order
15 # to jump, we might end up here.
19 # We should end up here.
  /src/external/gpl3/gdb/dist/sim/testsuite/msp430/
testutils.inc 12 # Note - we cannot just invoke:
20 # up code which copied data from LMA to VMA. But we have no
22 # address. Hence we use __romdatastart instead.
24 # Note - we are cheating because the address that we pass to
29 # but the assembler cannot cope with this expression. So we
30 # cheat and use the fact that we know that _passmsg is the
44 # This time we use the fact that _passmsg is aligned to a
  /src/external/gpl3/gdb.old/dist/sim/testsuite/msp430/
testutils.inc 12 # Note - we cannot just invoke:
20 # up code which copied data from LMA to VMA. But we have no
22 # address. Hence we use __romdatastart instead.
24 # Note - we are cheating because the address that we pass to
29 # but the assembler cannot cope with this expression. So we
30 # cheat and use the fact that we know that _passmsg is the
44 # This time we use the fact that _passmsg is aligned to a
  /src/usr.sbin/rwhod/
rwhod.c 79 /* Time interval limit; ruptime will think that we are down > than this */
86 * We communicate with each neighbor in a list constructed at the time we're
294 * Otherwise we might overflow or read past the end.
315 struct whoent *we; local
322 we = wd.wd_we;
324 we->we_idle = ntohl(we->we_idle);
325 we->we_utmp.out_time =
326 ntohl(we->we_utmp.out_time)
362 struct whoent *we = mywd.wd_we, *wlast; local
554 struct whoent *we; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/m4/
gcc_support.m4 12 dnl Not sure if 100% portable, but we need the absolute dir as the _LT_COMPILER_C_O
  /src/lib/libc/arch/m68k/string/
swab.S 9 lsrl #1,%d0 | count is in bytes; we need words
  /src/lib/libc/arch/vax/gen/
alloca.S 39 movl 16(%fp),%r1 # save return address before we smash it
  /src/sys/arch/vax/boot/common/
srt0.S 48 movab _C_LABEL(start), %r1 # get where we are
49 movl $_C_LABEL(start), %r3 # get where we want to be
50 cmpl %r1,%r3 # are we where we want to be?
  /src/external/gpl3/binutils/usr.sbin/
bfd.mk 31 # No DPADD because we don't know the format and we didn't build it.

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 91011>>