/src/sys/external/bsd/sljit/dist/doc/tutorial/ |
99bottles.bf | 93 [<]>>>> go back to fourth cell 102 [>]<< go to last cell and back to LF 104 [<]> go to first cell 114 #[<]> go to first cell 123 [<]>> go to cell 2 125 < go to cell 1 137 [<]>>>- go to cell 3/subtract 1 142 [>]<. go to last line/carriage return 143 [<]> go to first line 155 [<]>>>>- go to cell 4/subtract [all...] |
/src/bin/ksh/ |
misc.c | 354 Getopt go; local in function:parse_args 390 ksh_getopt_reset(&go, GF_ERROR|GF_PLUSOPT); 391 while ((optc = ksh_getopt(argv, &go, opts)) != EOF) { 392 set = (go.info & GI_PLUS) ? 0 : 1; 396 array = go.optarg; 400 if (go.optarg == (char *) 0) { 410 i = option(go.optarg); 421 bi_errorf("%s: bad option", go.optarg); 449 if (!(go.info & GI_MINUSMINUS) && argv[go.optind [all...] |
/src/sys/external/bsd/dwc2/ |
dwctwo2netbsd | 114 find . -type f -print | xargs chmod u+rw,go+r 115 find . -type d -print | xargs chmod u+rwx,go+rx
|
/src/sys/external/bsd/gnu-efi/ |
gnu-efi2netbsd | 83 find $r -type f -print | xargs chmod u+rw,go+r 84 find $r -type d -print | xargs chmod u+rwx,go+rx
|
/src/tests/lib/libc/setjmp/ |
t_sigstack.c | 169 go(const char *name, void (*fn)(void) __dead) function in typeref:typename:void 254 go("longjmp", &bail_longjmp); 297 go("longjmp", &bail_compat13_longjmp); 333 go("siglongjmp", &bail_siglongjmp); 377 go("siglongjmp", &bail_compat13_siglongjmp);
|
/src/sys/arch/mvme68k/stand/sboot/ |
sboot.h | 75 void go(int, void *, void *);
|
sboot.c | 124 go(LOAD_ADDR, buf+1, ebuf);
|
start.s | 48 ENTRY_NOPROFILE(go) 60 jmp %a1@ | GO!
|
/src/sys/external/gpl2/dts/ |
dts2netbsd | 112 find . -type f -print | xargs chmod u+rw,go+r 113 find . -type d -print | xargs chmod u+rwx,go+rx
|
/src/sys/external/bsd/drm/dist/scripts/ |
drm-scripts-gentree.pl | 83 s|/\*.*?\*/||go; # delete /* */ comments 85 s/\bdefined\s*\(/(/go; # defined(foo) to (foo) 86 while (/\b([_A-Za-z]\w*)\b/go) {
|
/src/usr.bin/lorder/ |
lorder.sh | 93 (for file in $* ; do echo $file":" ; done ; $NM -go $*) >$N
|
/src/sys/dev/pci/bktr/ |
bktr2netbsd | 107 find . -type f -print | xargs chmod u+rw,go+r 108 find . -type d -print | xargs chmod u+rwx,go+rx
|
/src/share/mk/ |
bsd.ioconf.mk | 10 # discourage direct inclusion. bsd.ioconf.mk will hopefully go away
|
/src/lib/libc/arch/sparc64/gen/ |
modf.S | 117 fbuge Lbig ! if >= (or unordered), go out
|
/src/sys/arch/m68k/m68k/ |
reenter_syscall.s | 55 jne .Ladjstk | yes, go to it
|
/src/sys/arch/mac68k/mac68k/ |
pramasm.s | 117 .word 0xa051 | and go read the data 128 .word 0xa052 | and go write the data 168 jbsr _C_LABEL(PRAMacc) | and go read the data 180 jbsr _C_LABEL(PRAMacc) | and go write the data 192 jbsr _C_LABEL(PRAMacc) | and go read the data 204 jbsr _C_LABEL(PRAMacc) | and go write the data 287 bne NoWrit | go around de-write protect logic 292 bsr _C_LABEL(Transfer) | and go de-write protect RTC 306 moveq #4,%d1 | ok, 5 bits to go... 313 bra Loaddata | go load the rest of command for xfer rt [all...] |
locore.s | 490 jmp _ASM_LABEL(fpsp_unimp) | yes, go handle it 508 jmp _ASM_LABEL(fpsp_unsupp) | yes, go handle it 796 rts | go back from whence we came 814 jeq .Lchksir | no, go check for SIR 817 jne .Lchksir | no, go check for SIR 828 jbsr _C_LABEL(trap) | go handle it 833 jne .Laststkadj | yes, go to it 869 jbsr _C_LABEL(trap) | go handle it 942 jra .Lgotsir | go handle it 970 bra .Ldelaysetup | go do it [all...] |
/src/sys/arch/x68k/stand/common/ |
exec_image.S | 100 jsr %a0@ | here we go!
|
execkern.S | 111 jmp %a0@ | go to reset address
|
/src/lib/libc/arch/vax/gen/ |
_setjmp.S | 83 rei # and go back to saved pc/psl
|
/src/sys/arch/luna68k/stand/boot/ |
locore.S | 254 jsr _C_LABEL(main) | lets go 300 jne Lbe4 | yes, go handle 323 jeq Lisaerr | yes, go to it 556 jeq Lchksir | no, go check for SIR 558 jne Lchksir | no, go check for SIR 566 jbsr _C_LABEL(trap) | go handle it 616 jbsr _trap | go handle it 693 | jra Lgotsir | go handle it
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
rk3288-veyron-mickey.dts | 86 * and don't let the GPU go faster than 400 MHz. 139 /* At very hot, don't let GPU go over 300 MHz */ 188 * the CPU can't go faster than 1.4 GHz. Note that we won't 206 /* When really hot, don't let GPU go _above_ 300 MHz */
|
/src/lib/libc/arch/sparc/gen/ |
modf.S | 122 fbuge Lbig ! if >= (or unordered), go out
|
/src/sys/arch/next68k/stand/boot/ |
srt0.s | 66 || away we go
|
/src/sys/arch/x68k/dev/ |
intio_dmac.c | 351 int go = DMAC_CCR_STR|DMAC_CCR_INT; local in function:dmac_start_xfer_offset 401 go |= DMAC_CCR_CNT; 402 go &= ~DMAC_CCR_STR; 437 bus_space_write_1(dmac->sc_bst, chan->ch_bht, DMAC_REG_CCR, go);
|