HomeSort by: relevance | last modified time | path
    Searched refs:we (Results 1 - 25 of 353) 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/lib/libc/time/
tzcode2netbsd 31 echo we don't use this script anymore to import, but diff against the
  /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 in function:handleread
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 in function:send_host_information
554 struct whoent *we; local in function:Sendto
    [all...]
  /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/sys/arch/mac68k/mac68k/
pramasm.s 55 * These functions are NOT defined at all if we are not using
74 bcs _readPramDone | see if we are through
97 bcs _writePramDone | see if we are through
227 moveml #0x7cc0,%sp@- | store off the regs we need
236 swap %d1 | we want to access our new data
237 moveb %d1,%d5 | move that byte to the spot we vacated
241 cmpl %d5,%d0 | same secs value we as we just got ?
242 beq gotTime | we got a good time value
248 movel #0x00d50035,%d1 | we have to set the write protect bi
    [all...]
  /src/usr.bin/make/unit-tests/
order.mk 6 # we should then examine the.c rather than stop.
var-readonly.mk 21 # now we can change it
export-all.mk 13 # this will cause trouble (recursing if we let it)
  /src/sys/arch/sun2/sun2/
locore.s 103 | boot loader loads us exactly where we are linked, so we don't have
130 | We are now running in the correctly relocated kernel, so
131 | we are no longer restricted to position-independent code.
150 | we can safely set the %sfc/dfc to something != FC_CONTROL
170 * main() nevers returns; we exit to user mode from a forked process
182 | That is all the assembly startup code we need on the sun3!
214 * our mission: figure out whether what we are looking at is
237 movl #T_MMUFLT,%sp@- | show that we are an MMU fault
268 * Since we can never have an FP coprocessor, this just panics
    [all...]
  /src/compat/mips64/64/
bsd.64.mk 17 # GCC 5/6 libgomp for n64 needs files we don't generate yet.
  /src/sys/arch/vax/boot/boot/
consio2.S 47 ret # we are done
70 ret # we are done
90 ret # we are done
102 ret # we are done
122 ret # we are done
  /src/sys/arch/x68k/stand/boot/
srt0.S 62 * Note we've already confirmed it is not 68000/010.
69 jeq Lnot68030 | yes, we have 68020/68040/68060
71 jra Lgo | no, we have 68030
77 jeq Lis68020 | yes, we have 68020
79 movec %d0,%cacr | before we access any data
85 jeq Lis68040 | yes, we have 68040
  /src/sys/lib/libkern/arch/m68k/
udivsi3.S 60 | first, we divide the divisor and dividend by two until
69 | now we can do the divide. to avoid overflow, we have to
85 | the quotient we have so far is only a guess. the divide we
95 | to adjust this quotient, we multiply it by the original
103 | as in mulsi3, we have to do the multiply in stages to avoid
  /src/usr.bin/rwho/
rwho.c 81 struct whoent *we; local in function:main
148 we = wd.wd_we;
150 if (aflg == 0 && we->we_idle >= 60*60) {
151 we++;
164 mp->myutmp = we->we_utmp;
165 mp->myidle = we->we_idle;
167 nusers++; we++; mp++;
  /src/lib/libc/arch/mips/string/
bzero.S 68 REG_SRLV a2, a2, a3 # we want to keep the MSB bytes
71 REG_SLLV a2, a2, a3 # we want to keep the LSB bytes
86 REG_S zero, -SZREG(a0) # since we are limited by memory speed
  /src/lib/libc/arch/vax/string/
bcmp.S 60 clrl %r0 # we have a match!
  /src/lib/libc/arch/vax/sys/
__vfork14.S 50 * with a ret off this stack... we do the ret before we vfork!
54 movl 16(%fp),%r0 # save return address before we smash it
  /src/lib/libc/compat/arch/vax/sys/
compat_Ovfork.S 53 * with a ret off this stack... we do the ret before we vfork!
57 movl 16(%fp),%r2 # save return address before we smash it
  /src/sys/arch/x68k/stand/libdos/
dos_rename.S 34 | we don't pop arguments since the same args are used by DOS_MOVE below
52 | we already have the arguments on stack
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
omap3-overo-tobiduo-common.dtsi 34 gpmc,we-on-ns = <0>;
35 gpmc,we-off-ns = <36>;
  /src/sys/modules/arch/
compatsubdir.mk 10 # make sure we get an objdir built early enough
  /src/tests/libexec/ld.elf_so/
helper.mk 4 # tests. All we need to install is lib${LIB}.so and lib${LIB}.so.1.
  /src/tools/make/
configure.ac 37 # Make sure we have POSIX regex ability.
40 # If we don't have <poll.h>, we need to use select(2).
44 # regexp package. To avoid them, we need to find out who has regfree().
46 dnl # Cygwin: We *MUST* look at -lregex *before* the "no libs" condition.

Completed in 36 milliseconds

1 2 3 4 5 6 7 8 91011>>