代码搜索:CASE
找到约 10,000 项符合「CASE」的源代码
代码结果 10,000
www.eeworm.com/read/11175/207455
c case.c
/*
COW : Character Oriented Windows
case.c: conversion of foreign lower case to upper case
*/
#define COW
#include
#include "case.h"
/*
-- SzLcUc: maps lower -> upper case
www.eeworm.com/read/11175/209807
txt case.txt
SUMMARY lower upper MakeStr
#include
char *lower(pstr)
char *pstr;
char *upper(pstr)
char *pstr;
DESCRIPTION
lower and upper convert the string to lower and upper case.
R
www.eeworm.com/read/13415/276123
dll case.dll
www.eeworm.com/read/14659/401526
psp case.psp
#
#
# Precision RTL Synthesis 2005a.56OEM_Lattice (Production Release) Tue May 24 01:00:50 PDT 2005
#
# Copyright (c) Mentor Graphics Corporation, 1996-2005, All Rights Reserved.
# Po
www.eeworm.com/read/14953/426677
h case.h
/* ====================================================================
* Copyright (c) 1999-2004 Carnegie Mellon University. All rights
* reserved.
*
* Redistribution and use in source and binar
www.eeworm.com/read/14953/426692
c case.c
/* ====================================================================
* Copyright (c) 1999-2004 Carnegie Mellon University. All rights
* reserved.
*
* Redistribution and use in source and binar
www.eeworm.com/read/16793/691107
run-case
${THIS_SH} ./case.tests > /tmp/xx 2>&1
diff /tmp/xx case.right && rm -f /tmp/xx
www.eeworm.com/read/16793/691169
tests case.tests
case foo in
bar) echo skip ;;
foo) echo fallthrough ;&
bax) echo to here ;&
qux) echo and here;;
fop) echo but not here;;
esac
case foobar in
bar) echo skip ;;
foo*) echo retest ;;&
*bar) echo and ma
www.eeworm.com/read/16793/691216
right case.right
fallthrough
to here
and here
retest
and match
no more clauses