代码搜索结果

找到约 820,005 项符合 if 的代码

raw2nist.sh

#! /bin/sh # # Converts raw data to Sphere format speech file. # Uses h_add and h_edit. if [ $# -lt 2 ]; then echo "raw2nist { infile | - } outfile [h_edit options]" >&2 exit 1 fi IN="$1" OUT="$2"

shpackio.c

#include #include #include #include #include #include /**** Added byt JGF ****/ #if defined(NARCH_SUN) || defined(NARCH_HP) /*

fobops.c

/* LINTLIBRARY */ #include FOB * fob_create(FILE *fp) { FOB * fobp; fobp = (FOB *) mtrf_malloc( sizeof(FOB) ); if ( fobp == FOBPNULL ) return FOBPNULL; fobp->fp = fp; fobp-

raw2nist.sh

#! /bin/sh # # Converts raw data to Sphere format speech file. # Uses h_add and h_edit. if [ $# -lt 2 ]; then echo "raw2nist { infile | - } outfile [h_edit options]" >&2 exit 1 fi IN="$1" OUT="$2"

tsphere.c

#include #include #include #define SPHERE_PRE_2_2 #include #include #include #if defined(NARCH_SUN) || defined(NARCH_HP)

raw2nist.sh

#! /bin/sh # # Converts raw data to Sphere format speech file. # Uses h_add and h_edit. if [ $# -lt 2 ]; then echo "raw2nist { infile | - } outfile [h_edit options]" >&2 exit 1 fi IN="$1" OUT="$2"

config.frag

# # Arm/Netbsd1 configuration # vm_dynamic_library=no if [ "$cross_compiling" = yes ]; then ac_cv_c_char_unsigned=${ac_cv_c_char_unsigned='no'} fi

config.frag

# # Alpha/Netbsd1 configuration # CFLAGS="$CFLAGS -mieee" if [ "$cross_compiling" = yes ]; then ac_cv_c_char_unsigned=${ac_cv_c_char_unsigned='no'} fi

config.frag

# # i386/Netbsd1 configuration # if [ "$cross_compiling" = yes ]; then ac_cv_c_char_unsigned=${ac_cv_c_char_unsigned='no'} fi

config.frag

# # Sparc/NetBSD1 configuration # if [ "$cross_compiling" = yes ]; then ac_cv_c_char_unsigned=${ac_cv_c_char_unsigned='no'} fi