Searched refs:fname (Results 1 - 25 of 293) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Ddaemonize.h43 writepidfile(const char * fname, int pid);
51 checkforrunning(const char * fname);
H A Ddaemonize.c92 writepidfile(const char * fname, int pid) argument
98 if(!fname || (strlen(fname) == 0))
101 if( (pidfile = open(fname, O_WRONLY|O_CREAT, 0644)) < 0)
103 DPRINTF(E_ERROR, L_GENERAL, "Unable to open pidfile for writing %s: %s\n", fname, strerror(errno));
111 "Unable to write to pidfile %s: snprintf(): FAILED\n", fname);
118 DPRINTF(E_ERROR, L_GENERAL, "Unable to write to pidfile %s: %s\n", fname, strerror(errno));
127 checkforrunning(const char * fname) argument
133 if(!fname || (strlen(fname)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dchroot.h29 int avahi_chroot_helper_get(const char *fname);
31 int avahi_chroot_helper_get_fd(const char *fname);
32 FILE *avahi_chroot_helper_get_file(const char *fname);
34 int avahi_chroot_helper_unlink(const char *fname);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Ddaemonize.h23 writepidfile(const char * fname, int pid);
31 checkforrunning(const char * fname);
H A Ddaemonize.c65 writepidfile(const char * fname, int pid) argument
71 if(!fname || (strlen(fname) == 0))
74 if( (pidfile = open(fname, O_WRONLY|O_CREAT|O_EXCL, 0666)) < 0)
76 DPRINTF(E_ERROR, L_GENERAL, "Unable to open pidfile for writing %s: %s\n", fname, strerror(errno));
84 "Unable to write to pidfile %s: snprintf(): FAILED\n", fname);
91 DPRINTF(E_ERROR, L_GENERAL, "Unable to write to pidfile %s: %s\n", fname, strerror(errno));
100 checkforrunning(const char * fname) argument
106 if(!fname || (strlen(fname)
[all...]
H A Dplaylist.c87 char *plpath, *plname, *fname; local
141 fname = plist.path;
143 if( !strpbrk(fname, "\\/") )
145 len = strlen(fname) + strlen(plpath) + 2;
147 snprintf(plist.path, len, "%s/%s", plpath, fname);
148 free(fname);
149 fname = plist.path;
153 while( *fname == '\\' )
155 fname++;
159 //DEBUG DPRINTF(E_DEBUG, L_SCANNER, "* Searching for %s in db\n", fname);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Ddaemonize.h23 writepidfile(const char * fname, int pid);
31 checkforrunning(const char * fname);
H A Ddaemonize.c65 writepidfile(const char * fname, int pid) argument
71 if(!fname || (strlen(fname) == 0))
74 if( (pidfile = open(fname, O_WRONLY|O_CREAT|O_EXCL, 0666)) < 0)
76 DPRINTF(E_ERROR, L_GENERAL, "Unable to open pidfile for writing %s: %s\n", fname, strerror(errno));
84 "Unable to write to pidfile %s: snprintf(): FAILED\n", fname);
91 DPRINTF(E_ERROR, L_GENERAL, "Unable to write to pidfile %s: %s\n", fname, strerror(errno));
100 checkforrunning(const char * fname) argument
106 if(!fname || (strlen(fname)
[all...]
H A Dplaylist.c92 char *plpath, *plname, *fname; local
145 fname = plist.path;
147 if( !strpbrk(fname, "\\/") )
149 len = strlen(fname) + strlen(plpath) + 2;
151 snprintf(plist.path, len, "%s/%s", plpath, fname);
152 free(fname);
153 fname = plist.path;
157 while( *fname == '\\' )
159 fname++;
163 //DEBUG DPRINTF(E_DEBUG, L_SCANNER, "* Searching for %s in db\n", fname);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dradattr.c70 char fname[512]; local
75 slprintf(fname, sizeof(fname), "/var/run/radattr.%s", ifname);
76 fp = fopen(fname, "w");
78 warn("radattr plugin: Could not open %s for writing: %m", fname);
90 dbglog("RADATTR plugin wrote %d line(s) to file %s.", cnt, fname);
106 char fname[512]; local
108 slprintf(fname, sizeof(fname), "/var/run/radattr.%s", ifname);
109 (void) remove(fname);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/bfin/
H A Dconfig_bfin.h45 #define DEFUN(fname,where,interface) \
47 .global _ff_bfin_ ## fname ; \
48 .type _ff_bfin_ ## fname, STT_FUNC; \
50 _ff_bfin_ ## fname
52 #define DEFUN_END(fname) \
53 .size _ff_bfin_ ## fname, . - _ff_bfin_ ## fname
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbback.h23 int verify_tdb(const char *fname, const char *bak_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dreadlink.c18 char *fname; local
25 fname = argv[optind];
30 fname = argv[1];
37 buf = realpath(fname, bb_common_bufsiz1);
39 buf = xmalloc_readlink_or_warn(fname);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/tools/
H A Dc_rehash62 FILE: foreach $fname (grep {/\.pem$/} @flist) {
64 my ($cert, $crl) = check_file($fname);
66 print STDERR "WARNING: $fname does not contain a certificate or CRL: skipping\n";
69 link_hash_cert($fname) if($cert);
70 link_hash_crl($fname) if($crl);
76 my $fname = $_[0];
77 open IN, $fname;
102 my $fname = $_[0];
103 $fname =~ s/'/'\\''/g;
104 my ($hash, $fprint) = `"$openssl" x509 -hash -fingerprint -noout -in '$fname'`;
[all...]
H A Dc_rehash.in62 FILE: foreach $fname (grep {/\.pem$/} @flist) {
64 my ($cert, $crl) = check_file($fname);
66 print STDERR "WARNING: $fname does not contain a certificate or CRL: skipping\n";
69 link_hash_cert($fname) if($cert);
70 link_hash_crl($fname) if($crl);
76 my $fname = $_[0];
77 open IN, $fname;
102 my $fname = $_[0];
103 $fname =~ s/'/'\\''/g;
104 my ($hash, $fprint) = `"$openssl" x509 -hash -fingerprint -noout -in '$fname'`;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/tools/
H A Dc_rehash62 FILE: foreach $fname (grep {/\.pem$/} @flist) {
64 my ($cert, $crl) = check_file($fname);
66 print STDERR "WARNING: $fname does not contain a certificate or CRL: skipping\n";
69 link_hash_cert($fname) if($cert);
70 link_hash_crl($fname) if($crl);
76 my $fname = $_[0];
77 open IN, $fname;
102 my $fname = $_[0];
103 $fname =~ s/'/'\\''/g;
104 my ($hash, $fprint) = `"$openssl" x509 -hash -fingerprint -noout -in '$fname'`;
[all...]
H A Dc_rehash.in62 FILE: foreach $fname (grep {/\.pem$/} @flist) {
64 my ($cert, $crl) = check_file($fname);
66 print STDERR "WARNING: $fname does not contain a certificate or CRL: skipping\n";
69 link_hash_cert($fname) if($cert);
70 link_hash_crl($fname) if($crl);
76 my $fname = $_[0];
77 open IN, $fname;
102 my $fname = $_[0];
103 $fname =~ s/'/'\\''/g;
104 my ($hash, $fprint) = `"$openssl" x509 -hash -fingerprint -noout -in '$fname'`;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/selinux/
H A Dchcon.c31 static int change_filedir_context(const char *fname, struct stat *stbuf, void *userData, int depth) argument
40 status = lgetfilecon(fname, &file_context);
42 status = getfilecon(fname, &file_context);
46 bb_error_msg("cannot obtain security context: %s", fname);
51 bb_error_msg("cannot apply partial context to unlabeled file %s", fname);
80 fail = lsetfilecon(fname, context_string);
82 fail = setfilecon(fname, context_string);
88 fname, context_string);
94 fname, context_string);
97 printf("context of %s retained as %s\n", fname, context_strin
127 char *fname; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Dutil_log.c20 __db_util_logset(progname, fname)
22 char *fname;
29 if ((fp = fopen(fname, "w")) == NULL)
43 err: fprintf(stderr, "%s: %s: %s\n", progname, fname, strerror(errno));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dutable.c28 fstring fname, alt_name; local
50 fstrcpy(fname, "\\utable\\x");
51 p = fname+strlen(fname);
54 p, sizeof(fname)-strlen(fname), True);
56 fstrcat(fname,"_a_long_extension");
58 fnum = cli_open(cli, fname, O_RDWR | O_CREAT | O_TRUNC,
64 cli_qpathinfo_alt_name(cli, fname, alt_name);
69 d_printf("fname
100 static fstring fname; local
119 char *fname; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/script/
H A Dfindstatic.pl32 my($fname) = $1;
34 push(@{$def{$fname}}, $symbol);
38 my($fname) = $1;
40 push(@{$undef{$fname}}, $symbol);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/aparser/
H A Dutil.awk26 function numlines(fname,
30 while ((getline line < fname) > 0) count++;
31 close(fname);
H A Dvluke.c7 char *fname, *test; local
18 fname = argv[2];
20 fd = open(fname,O_RDONLY);
22 perror(fname);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/tx4927/common/
H A Dsmsc_fdc37m81x.c139 char *fname = "smsc_fdc37m81x_config_dump()"; local
145 printk("%s: common\n", fname);
146 smsc_fdc37m81x_config_dump_one(fname, SMSC_FDC37M81X_NONE,
148 smsc_fdc37m81x_config_dump_one(fname, SMSC_FDC37M81X_NONE,
150 smsc_fdc37m81x_config_dump_one(fname, SMSC_FDC37M81X_NONE,
152 smsc_fdc37m81x_config_dump_one(fname, SMSC_FDC37M81X_NONE,
154 smsc_fdc37m81x_config_dump_one(fname, SMSC_FDC37M81X_NONE,
157 printk("%s: keyboard\n", fname);
159 smsc_fdc37m81x_config_dump_one(fname, SMSC_FDC37M81X_KBD,
161 smsc_fdc37m81x_config_dump_one(fname, SMSC_FDC37M81X_KB
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/nsswitch/
H A Dgetgrent_r.c17 char fname[255]; local
22 sprintf(fname, "/tmp/getgrent_r-%s.out-%d", id, getpid());
24 if ((fptr = fopen(fname, "w")) < 0) {
25 fprintf(stderr, "ERROR: could not open file %s: %s\n", fname,

Completed in 263 milliseconds

1234567891011>>