Searched refs:outdir (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/
H A Dmakenewtest.sh17 outdir="src/com/sleepycat/db/test"
18 if [ ! -d $outdir ]
24 outname="$outdir/$1.java"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/ntlogon/
H A Dntlogon.py250 outdir = '/usr/local/samba/netlogon/' # Default netlogon directory
299 outdir = i[1]
300 # print 'outdir = ' + outdir
337 oFile = open(outdir + outfile, 'w')
339 print 'Unable to open logon script file: ' + outdir + outfile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c10353 static errcode_t alloc_size_dir(ext2_filsys fs, struct out_dir *outdir, argument
10358 if (outdir->max) {
10359 new_mem = realloc(outdir->buf, blocks * fs->blocksize);
10362 outdir->buf = new_mem;
10363 new_mem = realloc(outdir->hashes,
10367 outdir->hashes = new_mem;
10369 outdir->buf = malloc(blocks * fs->blocksize);
10370 outdir->hashes = malloc(blocks * sizeof(ext2_dirhash_t));
10371 outdir->num = 0;
10373 outdir
10377 free_out_dir(struct out_dir *outdir) argument
10385 get_next_block(ext2_filsys fs, struct out_dir *outdir, char ** ret) argument
10522 copy_dir_entries(ext2_filsys fs, struct fill_dir_struct *fd, struct out_dir *outdir) argument
10648 calculate_tree(ext2_filsys fs, struct out_dir *outdir, ext2_ino_t ino, ext2_ino_t parent) argument
10724 struct out_dir *outdir; member in struct:write_dir_struct
10765 write_directory(e2fsck_t ctx, ext2_filsys fs, struct out_dir *outdir, ext2_ino_t ino, int compress) argument
10808 struct out_dir outdir; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dca.c165 " -outdir dir - Where to put output certificates\n",
269 char *outdir=NULL; local
414 else if (strcmp(*argv,"-outdir") == 0)
417 outdir= *(++argv);
801 if ((outdir == NULL) && (req))
805 if ((outdir=NCONF_get_string(conf,section,ENV_NEW_CERTS_DIR))
812 /* outdir is a directory spec, but access() for VMS demands a
814 if outdir is not a directory spec, and the fopen() or open()
822 if (access(outdir,R_OK|W_OK|X_OK) != 0)
824 BIO_printf(bio_err,"I am unable to access the %s directory\n",outdir);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dca.c170 " -outdir dir - Where to put output certificates\n",
276 char *outdir=NULL; local
433 else if (strcmp(*argv,"-outdir") == 0)
436 outdir= *(++argv);
827 if ((outdir == NULL) && (req))
831 if ((outdir=NCONF_get_string(conf,section,ENV_NEW_CERTS_DIR))
838 /* outdir is a directory spec, but access() for VMS demands a
840 if outdir is not a directory spec, and the fopen() or open()
848 if (access(outdir,R_OK|W_OK|X_OK) != 0)
850 BIO_printf(bio_err,"I am unable to access the %s directory\n",outdir);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dmk1mf.pl79 TMP=tmpdir OUT=outdir SRC=srcdir BIN=binpath INC=header-outdir CC=C-compiler
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmk1mf.pl89 TMP=tmpdir OUT=outdir SRC=srcdir BIN=binpath INC=header-outdir CC=C-compiler

Completed in 234 milliseconds