Searched refs:create (Results 176 - 200 of 710) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-swing/po/
H A DMakefile.am67 SUFFIXES = .po .sed .sin .nop .po-create .po-update
150 # every "make" invocation, only create it when it is missing.
164 $(MAKE) $${lang}.po-create; \
197 .nop.po-create:
198 @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
199 echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
241 # Alternatively, we could create classes instead of properties files.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-tcl/po/
H A DMakefile.am64 SUFFIXES = .sed .sin .nop .po-create .po-update
150 # every "make" invocation, only create it when it is missing.
164 $(MAKE) $${lang}.po-create; \
224 .nop.po-create:
225 @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
226 echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-tcl-tk/po/
H A DMakefile.am64 SUFFIXES = .sed .sin .nop .po-create .po-update
150 # every "make" invocation, only create it when it is missing.
164 $(MAKE) $${lang}.po-create; \
224 .nop.po-create:
225 @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
226 echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/qnx4/
H A Dinode.c148 int create)
158 if (!create) {
166 struct buffer_head *qnx4_bread(struct inode *inode, int block, int create) argument
170 bh = qnx4_getblk(inode, block, create);
184 static int qnx4_get_block( struct inode *inode, sector_t iblock, struct buffer_head *bh, int create )
194 } else if ( create ) {
147 qnx4_getblk(struct inode *inode, int nr, int create) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4xdr.c458 nfsd4_decode_create(struct nfsd4_compoundargs *argp, struct nfsd4_create *create) argument
463 READ32(create->cr_type);
464 switch (create->cr_type) {
467 READ32(create->cr_linklen);
468 READ_BUF(create->cr_linklen);
469 SAVEMEM(create->cr_linkname, create->cr_linklen);
474 READ32(create->cr_specdata1);
475 READ32(create->cr_specdata2);
485 READ32(create
1963 nfsd4_encode_create(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_create *create) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsdb012.tcl46 # 'one' is a special case meaning we create the subdbs together
251 set env [eval {berkdb_env -create -home} $testdir $subsys $encargs]
267 set s1 [eval {berkdb_open -env $env -create -mode 0644} \
274 set s2 [eval {berkdb_open -env $env -create -mode 0644} \
H A Dconscript.tcl105 set db_cmd [concat {berkdb_open -create -mode 0644 -queue -env}\
H A Ddead004.tcl33 set env [berkdb_env -create -mode 0644 -lock -home $testdir]
H A Ddead005.tcl19 set env [berkdb_env -create -mode 0644 -lock -home $testdir]
H A Dfoputils.tcl144 if {[catch {eval berkdb_open -create $omethod $largs -env $env \
153 if {[catch {eval berkdb_open -create $omethod $largs -env $env \
180 if {[catch {eval berkdb_open -create -excl $omethod $largs -env $env \
189 if {[catch {eval berkdb_open -create -excl $omethod $largs -env $env \
198 # First we have to get a handle. We omit the -create flag
H A Dlog002.tcl37 set env [eval {berkdb_env} -create -home $testdir -log \
H A Dparallel.tcl11 set env [berkdb_env -create -lock -home $dbdir]
17 set db [eval {berkdb_open -env $env -create \
20 set serialdb [eval {berkdb_open -env $env -create \
182 set dbenv [berkdb_env -create -lock -home $queuedir]
H A Drecd020.tcl34 set flags "-create -txn -home $testdir"
42 -create $omethod $args -env $env -auto_commit $intdir/$testfile]
H A Drecd022.tcl50 set env_cmd "berkdb_env_noerr -create -txn -home $testdir"
57 set oflags "-create $omethod -mode 0644 -pagesize $pagesize \
107 set env1 [berkdb_env -create -recover -home $testdir -txn]
H A Drecd023.tcl27 set flags "-create -txn -home $testdir"
35 -pagesize $pagesize -create -mode 0644 $args"
77 set env [berkdb_env -create -txn -home $testdir -recover]
H A Drep064.tcl86 set ma_envcmd "berkdb_env_noerr -create $m_txnargs $m_logargs \
93 set cl_envcmd "berkdb_env_noerr -create $c_txnargs $c_logargs \
105 [berkdb_open -env $masterenv -create -btree -auto_commit $opendb]
H A Drep068.tcl9 # TEST In a simple replication group, create a database with very
14 # TEST the database before replication tries to re-apply the create.
124 set ma_envcmd "berkdb_env_noerr -create $m_logargs \
131 set cl_envcmd "berkdb_env_noerr -create $c_logargs \
140 # Open/create a database, maybe put just one record in it
145 -btree -create -env $masterenv $DBNAME]
H A Drep075.tcl86 # Log size is small so we quickly create more than one.
108 set ma_envcmd "berkdb_env_noerr -create $m_txnargs \
117 set cl_envcmd "berkdb_env_noerr -create $c_txnargs \
125 set cl2_envcmd "berkdb_env_noerr -create $c_txnargs \
144 -create -mode 0644} $largs $omethod $testfile $sub]
154 -create -mode 0644} $largs $omethod $testfile2]
466 -create -mode 0644} $largs $omethod $testfile $sub]
469 -create -mode 0644} $largs $omethod $testfile2]
H A Dtest012.tcl57 -create -mode 0644} $args {$omethod $testfile}]
H A Dtest045.tcl85 -create -mode 0644 $omethod} $oargs {$f}]
H A Dtest066.tcl51 set db [eval {berkdb_open -create -mode 0644 -dup} $omethod $args \
H A Dtest067.tcl85 set db [eval {berkdb_open -create -mode 0644 \
H A Dtest077.tcl42 set db [eval {berkdb_open -create -mode 0644} \
H A Dtest106.tcl37 # provided, create it.
41 set env [berkdb_env -create -home $testdir -txn]
H A Dtxn001.tcl25 set env [eval {berkdb_env -create -mode 0644 -txn \
40 # We will create a bunch of transactions and commit them.
63 # We will create a bunch of transactions and abort them.
86 # We will create a bunch of transactions and commit them.

Completed in 212 milliseconds

1234567891011>>