代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/242732/4543750
c create.c
/* $Id: create.c 25659 2007-01-29 05:13:13Z ion $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/kernel32/file/c
www.eeworm.com/read/229812/4740837
c create.c
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/229812/4747482
c create.c
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/229812/4747503
h create.h
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983_2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/228717/4763042
sql create.sql
CREATE TABLE subscribers (
subscriberEmail VARCHAR2(80) PRIMARY KEY,
subscriberPassword VARCHAR2(20),
subscriberName VARCHAR2(80),
managerFlag NUMBER(1),
developerFlag NUMBER(
www.eeworm.com/read/226912/4779612
c create.c
/*
create.c - Build internal representation of lexicographer's files
as input is parsed
*/
#include
#include
#include
#include "wngrind.h"
static cha
www.eeworm.com/read/225531/4794607
no-create-missing
#!/bin/sh
# Ensure that touch -c no-such-file no longer fails (it did in 4.1.8).
if test "$VERBOSE" = yes; then
set -x
touch --version
fi
pwd=`pwd`
tmp=`echo "$0"|sed 's,.*/,,'`.tmp
trap 'status
www.eeworm.com/read/225531/4794801
create-leading
#! /bin/sh
# Test -D option.
# Note that the tests below use `ginstall', not install, because
# that's the name of the binary in ../../src.
if test "$VERBOSE" = yes; then
set -x
ginstall --versio
www.eeworm.com/read/222917/4816698
create_stubs
#!/usr/bin/awk -f
function gobble(s, x)
{
sub(/^ /, "", line)
match(line, "^" "(" s ")")
x = substr(line, 1, RLENGTH)
line = substr(line, RLENGTH+1)
return x
}
function convert(i, j, t)
{
typ
www.eeworm.com/read/221464/4831058
create_jamfile
#!/bin/sh
#
# shell script to create a Jamfile for all the tests:
#
all_source=""
#start Jamfile:
cat > Jamfile