代码搜索结果

找到约 21,386 项符合 Switch 的代码

switch.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.a*; *.src) oExt (*.obj) lExt (*.lib) tExt (*.txt) pExt (*.plm) CppX (*.cpp) DaveTm { 0,0,0,0,0,0,0,0 }

context.s

// #=========================================================================== // # // # context.S // # // # ARM context switch code // # // #===================================================

st2000.mt

# Target: Tandem ST-2000 phone switch TDEPFILES= m68k-tdep.o remote-st.o TM_FILE= tm-st2000.h

usrthfork.c

#include #include #include int main(void){ pid_t pid; switch (pid = fork()){ case 0: printf("child\n"); break; default: printf("parent\n"); br

switch.c

main() { int i; char *s; for (s = "bfnrtvx"; *s; s++) printf("%c = 0x%x\n", *s, backslash(*s)); f(); g(); h(); for (i = 0x1000000; i&0x7000000; i += 0x1000000) big(i); limit();

st2000.mt

# Target: Tandem ST-2000 phone switch TDEPFILES= m68k-tdep.o remote-st.o TM_FILE= tm-st2000.h

usrthfork.c

#include #include #include int main(void){ pid_t pid; switch (pid = fork()){ case 0: printf("child\n"); break; default: printf("parent\n"); br

power.c

/* * linux/arch/parisc/kernel/power.c * HP PARISC soft power switch support driver * * Copyright (c) 2001-2002 Helge Deller * All rights reserved. * * * Redistribution and use

switchar.c

/* SWITCHAR.C -- uses undocumented DOS Function 3701h switchar changes DOS switch char to - and path char to / switchar \ restores DOS switch char to / and path char to \ */ #include

std.pm

package Getopt::Std; require 5.000; require Exporter; =head1 NAME getopt - Process single-character switches with switch clustering getopts - Process single-character switches with switch clusterin