Searched refs:filename (Results 201 - 225 of 789) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dprocess.c217 char * filename; local
221 filename = getname(name);
222 error = PTR_ERR(filename);
223 if (IS_ERR(filename))
225 error = do_execve(filename, argv, envp, regs);
226 putname(filename);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/minizip/
H A Dzip.h117 pathname contain on Windows XP a filename like "c:\\zlib\\zlib113.zip" or on
140 const char* filename,
151 filename : the filename in zip (if NULL, '-' without quote will be used
164 const char* filename,
180 const char* filename,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dzip.h117 pathname contain on Windows XP a filename like "c:\\zlib\\zlib113.zip" or on
140 const char* filename,
151 filename : the filename in zip (if NULL, '-' without quote will be used
164 const char* filename,
180 const char* filename,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-charset.h82 const char *filename);
H A Dpo-error.h54 const char *filename, unsigned int lineno,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dlibxml.h58 void __xmlLoaderErr(void *ctx, const char *msg, const char *filename);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_sdecls.h31 * 'filename' member is either a pointer to a file name string or NULL
34 * 'alloc_filename' member is TRUE when string pointed by 'filename' has been
39 * 'filename' points to file name's string. For any standard stream member
58 char *filename; member in struct:OutStruct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dftp.pm235 my ($filename) = @_;
237 if(open(FILEH, ">$filename")) {
241 printf "Error creating lock file $filename error: $!";
246 my ($filename) = @_;
248 if(-f $filename) {
249 unlink($filename);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/easy_tls/
H A Deasy-tls.h26 int tls_rand_seed_from_file(const char *filename, size_t n, void *apparg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Ddso.h73 /* By default, DSO_load() will translate the provided filename into a form
82 * prompted the user for a path to a driver library so the filename should be
106 * filename to transform. They should either return NULL (if there is an error
156 * doesn't use anything but will need to cache the filename
171 * filename used for this DSO. */
172 char *filename; member in struct:dso_st
173 /* This is populated with (a copy of) the translated filename by which
175 * loaded. NB: This is here because the filename translation process
180 * corresponds to a loaded library or not, and (b) the filename with
199 /* These functions can be used to get/set the platform-independant filename
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/dso/
H A Ddso.h73 /* By default, DSO_load() will translate the provided filename into a form
82 * prompted the user for a path to a driver library so the filename should be
106 * filename to transform. They should either return NULL (if there is an error
156 * doesn't use anything but will need to cache the filename
171 * filename used for this DSO. */
172 char *filename; member in struct:dso_st
173 /* This is populated with (a copy of) the translated filename by which
175 * loaded. NB: This is here because the filename translation process
180 * corresponds to a loaded library or not, and (b) the filename with
199 /* These functions can be used to get/set the platform-independant filename
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestThreadsWin32.c44 const char *filename = (const char *) private_data; local
47 if (!strcmp(filename, "test/threads/invalid.xml")) {
54 myDoc = xmlParseFile(filename);
61 if (!strcmp(filename, "test/threads/invalid.xml")) {
H A Dlibxml.h66 void __xmlLoaderErr(void *ctx, const char *msg, const char *filename);
H A Dtestrecurse.c44 typedef int (*functest) (const char *filename, const char *result,
59 static int checkTestFile(const char *filename);
437 if ((input != NULL) && (input->filename == NULL) &&
443 if (input->filename)
444 channel(data, "%s:%d: ", input->filename, input->line);
555 if (cur->filename)
556 channel(data, "%s:%d: \n", cur->filename, cur->line);
602 static const char *baseFilename(const char *filename) { argument
604 if (filename == NULL)
606 cur = &filename[strle
614 resultFilename(const char *filename, const char *out, const char *suffix) argument
644 checkTestFile(const char *filename) argument
680 recursiveDetectTest(const char *filename, const char *result ATTRIBUTE_UNUSED, const char *err ATTRIBUTE_UNUSED, int options ATTRIBUTE_UNUSED) argument
721 notRecursiveDetectTest(const char *filename, const char *result ATTRIBUTE_UNUSED, const char *err ATTRIBUTE_UNUSED, int options ATTRIBUTE_UNUSED) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Deasy-tls.h26 int tls_rand_seed_from_file(const char *filename, size_t n, void *apparg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dkernel_execve.S20 # int kernel_execve(const char *filename, char *const argv[], char *const envp[])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dlibxml.h58 void __xmlLoaderErr(void *ctx, const char *msg, const char *filename);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudevtrigger.c77 char filename[PATH_SIZE]; local
84 strlcpy(filename, path, sizeof(filename));
85 strlcat(filename, "/uevent", sizeof(filename));
86 if (stat(filename, &statbuf) < 0)
106 char filename[PATH_SIZE]; local
109 strlcpy(filename, sysfs_path, sizeof(filename));
110 strlcat(filename, devpat
[all...]
H A Dudevd.c169 char filename[PATH_SIZE]; local
176 strlcpy(filename, udev_root, sizeof(filename));
177 strlcat(filename, "/", sizeof(filename));
178 start = strlcat(filename, EVENT_QUEUE_DIR"/", sizeof(filename));
179 strlcat(filename, msg->devpath, sizeof(filename));
180 path_encode(&filename[star
281 char filename[PATH_SIZE]; local
910 char filename[PATH_SIZE]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/SGI/
H A Didb.pl129 ($filename = $nextfile) =~ s/^.*\///;;
132 if ($filename eq "smbpasswd") {
133 print IDB "f 0755 root sys usr/samba/bin/$filename $SRCPFX/source/$nextfile $PKG.sw.base \n";
135 elsif ($filename eq "swat") {
136 print IDB "f 4755 root sys usr/samba/bin/$filename $SRCPFX/source/$nextfile $PKG.sw.base preop(\"chroot \$rbase /etc/init.d/samba stop\") exitop(\"chroot \$rbase /usr/samba/scripts/startswat.sh\") removeop(\"chroot \$rbase /sbin/cp /etc/inetd.conf /etc/inetd.conf.O ; chroot \$rbase /sbin/sed -e '/^swat/D' -e '/^#SWAT/D' /etc/inetd.conf.O >/etc/inetd.conf; /etc/killall -HUP inetd || true\")\n";
138 elsif ($filename eq "sambalp") {
139 print IDB "f 0755 root sys usr/samba/bin/$filename $SRCPFX/packaging/SGI/$filename $PKG.sw.base \n";
141 elsif ($filename eq "smbprint") {
142 print IDB "f 0755 root sys usr/samba/bin/$filename
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Dutils.c78 void hexdump(const char *filename, const FLAC__byte *buf, unsigned bytes, const char *indent) argument
88 filename? filename:"", filename? ":":"",
220 void write_vc_field(const char *filename, const FLAC__StreamMetadata_VorbisComment_Entry *entry, FLAC__bool raw, FILE *f) argument
223 if(filename)
224 fprintf(f, "%s:", filename);
249 void write_vc_fields(const char *filename, const char *field_name, const FLAC__StreamMetadata_VorbisComment_Entry entry[], unsigned num_entries, FLAC__bool raw, FILE *f) argument
256 write_vc_field(filename, entry + i, raw, f);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dprocess.c348 char *filename; local
350 filename = getname((const char __user *) regs->gr[26]);
351 error = PTR_ERR(filename);
352 if (IS_ERR(filename))
354 error = do_execve(filename, (char __user * __user *) regs->gr[25],
361 putname(filename);
367 extern int __execve(const char *filename, char *const argv[],
369 int kernel_execve(const char *filename, char *const argv[], char *const envp[]) argument
371 return __execve(filename, argv, envp, current);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dreaddir.c544 char * filename = NULL; local
549 filename = &pFindData->FileName[0];
551 len = cifs_unicode_bytelen(filename);
554 len = strnlen(filename, 5);
559 filename = &pFindData->FileName[0];
565 filename = &pFindData->FileName[0];
571 filename = &pFindData->FileName[0];
577 filename = &pFindData->FileName[0];
582 filename = &pFindData->FileName[0];
588 if (filename) {
744 char * filename; local
908 char * filename; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbcacls.c441 static int cacl_dump(struct cli_state *cli, char *filename) argument
450 fnum = cli_nt_create(cli, filename, CREATE_ACCESS_READ);
453 printf("Failed to open %s: %s\n", filename, cli_errstr(cli));
481 char *filename, char *new_username)
488 fnum = cli_nt_create(cli, filename, CREATE_ACCESS_READ);
491 printf("Failed to open %s: %s\n", filename, cli_errstr(cli));
512 fnum = cli_nt_create(cli, filename, WRITE_OWNER_ACCESS);
515 printf("Failed to open %s: %s\n", filename, cli_errstr(cli));
580 static int cacl_set(struct cli_state *cli, char *filename, argument
597 fnum = cli_nt_create(cli, filename, CREATE_ACCESS_REA
480 owner_set(struct cli_state *cli, enum chown_mode change_mode, char *filename, char *new_username) argument
751 pstring filename; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dcommands.c642 char filename[MAXCMD]; /* single filename */ local
643 int from_index, to_index; /* position in "filenames" and "filename" */
646 memset(filename, 0, MAXCMD); /* clear filename */
652 /* copy filename until we hit a space */
655 /* got a full filename */
656 command_stor(filename);
657 /* clear filename and reset to_index */
659 memset(filename,
694 do_stor(char *filename, int flags) argument
1027 command_stor(char *filename) argument
1032 command_appe(char *filename) argument
1043 char filename[MAXCMD]; /* single filename */ local
1093 command_retr(char *filename) argument
1581 command_mdtm(char *filename) argument
1642 command_dele(char *filename) argument
1806 command_size(char *filename) argument
1842 command_stat(char *filename) argument
1894 filename[MAXCMD + 1], *mapped; local
[all...]

Completed in 292 milliseconds

1234567891011>>