Searched refs:filename (Results 151 - 175 of 3242) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/plugins/radius/
H A Dconfig.c53 static int set_option_str(char *filename, int line, OPTION *option, char *p) argument
63 static int set_option_int(char *filename, int line, OPTION *option, char *p) argument
68 error("%s: line %d: bogus option value", filename, line);
83 static int set_option_srv(char *filename, int line, OPTION *option, char *p) argument
91 error("%s: line %d: bogus option value", filename, line);
120 error("%s: line %d: no default port for %s", filename, line, option->name);
133 static int set_option_auo(char *filename, int line, OPTION *option, char *p) argument
138 warn("%s: line %d: bogus option value", filename, line);
155 error("%s: auth_order: unknown keyword: %s", filename, p);
167 error("%s: auth_order: unknown or unexpected keyword: %s", filename,
186 rc_read_config(char *filename) argument
308 test_config(char *filename) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/plugins/radius/
H A Dconfig.c53 static int set_option_str(char *filename, int line, OPTION *option, char *p) argument
63 static int set_option_int(char *filename, int line, OPTION *option, char *p) argument
68 error("%s: line %d: bogus option value", filename, line);
83 static int set_option_srv(char *filename, int line, OPTION *option, char *p) argument
91 error("%s: line %d: bogus option value", filename, line);
120 error("%s: line %d: no default port for %s", filename, line, option->name);
133 static int set_option_auo(char *filename, int line, OPTION *option, char *p) argument
138 warn("%s: line %d: bogus option value", filename, line);
155 error("%s: auth_order: unknown keyword: %s", filename, p);
167 error("%s: auth_order: unknown or unexpected keyword: %s", filename,
186 rc_read_config(char *filename) argument
308 test_config(char *filename) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/plugins/radius/
H A Dconfig.c53 static int set_option_str(char *filename, int line, OPTION *option, char *p) argument
63 static int set_option_int(char *filename, int line, OPTION *option, char *p) argument
68 error("%s: line %d: bogus option value", filename, line);
83 static int set_option_srv(char *filename, int line, OPTION *option, char *p) argument
91 error("%s: line %d: bogus option value", filename, line);
120 error("%s: line %d: no default port for %s", filename, line, option->name);
133 static int set_option_auo(char *filename, int line, OPTION *option, char *p) argument
138 warn("%s: line %d: bogus option value", filename, line);
155 error("%s: auth_order: unknown keyword: %s", filename, p);
167 error("%s: auth_order: unknown or unexpected keyword: %s", filename,
186 rc_read_config(char *filename) argument
308 test_config(char *filename) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/plugins/radius/
H A Dconfig.c53 static int set_option_str(char *filename, int line, OPTION *option, char *p) argument
63 static int set_option_int(char *filename, int line, OPTION *option, char *p) argument
68 error("%s: line %d: bogus option value", filename, line);
83 static int set_option_srv(char *filename, int line, OPTION *option, char *p) argument
91 error("%s: line %d: bogus option value", filename, line);
120 error("%s: line %d: no default port for %s", filename, line, option->name);
133 static int set_option_auo(char *filename, int line, OPTION *option, char *p) argument
138 warn("%s: line %d: bogus option value", filename, line);
155 error("%s: auth_order: unknown keyword: %s", filename, p);
167 error("%s: auth_order: unknown or unexpected keyword: %s", filename,
186 rc_read_config(char *filename) argument
308 test_config(char *filename) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/os_brew/
H A Dos_dir.c27 char *filename, *p, **names; local
48 for (filename = fi.szName;
49 (p = strchr(filename, '\\')) != NULL; filename = p + 1)
51 for (; (p = strchr(filename, '/')) != NULL; filename = p + 1)
53 if ((ret = __os_strdup(env, filename, &names[cnt - 1])) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/iio/Documentation/
H A Diio_utils.h42 char *filename; local
63 filename = malloc(strlen(iio_dir)
67 if (filename == NULL)
69 sprintf(filename, "%s%s%d/name",
73 nameFile = fopen(filename, "r");
76 free(filename);
87 inline int _write_sysfs_int(char *filename, char *basedir, int val, int verify) argument
92 char *temp = malloc(strlen(basedir) + strlen(filename) + 2);
95 sprintf(temp, "%s/%s", basedir, filename);
116 filename);
125 write_sysfs_int(char *filename, char *basedir, int val) argument
130 write_sysfs_int_and_verify(char *filename, char *basedir, int val) argument
135 _write_sysfs_string(char *filename, char *basedir, char *val, int verify) argument
182 write_sysfs_string_and_verify(char *filename, char *basedir, char *val) argument
187 write_sysfs_string(char *filename, char *basedir, char *val) argument
192 read_sysfs_posint(char *filename, char *basedir) argument
214 read_sysfs_float(char *filename, char *basedir, float *val) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/iio/Documentation/
H A Diio_utils.h42 char *filename; local
63 filename = malloc(strlen(iio_dir)
67 if (filename == NULL)
69 sprintf(filename, "%s%s%d/name",
73 nameFile = fopen(filename, "r");
76 free(filename);
87 inline int _write_sysfs_int(char *filename, char *basedir, int val, int verify) argument
92 char *temp = malloc(strlen(basedir) + strlen(filename) + 2);
95 sprintf(temp, "%s/%s", basedir, filename);
116 filename);
125 write_sysfs_int(char *filename, char *basedir, int val) argument
130 write_sysfs_int_and_verify(char *filename, char *basedir, int val) argument
135 _write_sysfs_string(char *filename, char *basedir, char *val, int verify) argument
182 write_sysfs_string_and_verify(char *filename, char *basedir, char *val) argument
187 write_sysfs_string(char *filename, char *basedir, char *val) argument
192 read_sysfs_posint(char *filename, char *basedir) argument
214 read_sysfs_float(char *filename, char *basedir, float *val) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/os_brew/
H A Dos_dir.c27 char *filename, *p, **names; local
48 for (filename = fi.szName;
49 (p = strchr(filename, '\\')) != NULL; filename = p + 1)
51 for (; (p = strchr(filename, '/')) != NULL; filename = p + 1)
53 if ((ret = __os_strdup(env, filename, &names[cnt - 1])) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/os_brew/
H A Dos_dir.c27 char *filename, *p, **names; local
48 for (filename = fi.szName;
49 (p = strchr(filename, '\\')) != NULL; filename = p + 1)
51 for (; (p = strchr(filename, '/')) != NULL; filename = p + 1)
53 if ((ret = __os_strdup(env, filename, &names[cnt - 1])) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/test/
H A Dtest.c45 char filename [64] ; local
46 snprintf (filename, sizeof (filename), "vorbis_%u.ogg", sample_rates [k]);
48 printf (" %-20s : ", filename);
54 write_vorbis_data_or_die (filename, sample_rates [k], data_out, ARRAY_LEN (data_out));
55 read_vorbis_data_or_die (filename, sample_rates [k], data_in, ARRAY_LEN (data_in));
61 remove (filename);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/test/
H A Dtest.c45 char filename [64] ; local
46 snprintf (filename, sizeof (filename), "vorbis_%u.ogg", sample_rates [k]);
48 printf (" %-20s : ", filename);
54 write_vorbis_data_or_die (filename, sample_rates [k], data_out, ARRAY_LEN (data_out));
55 read_vorbis_data_or_die (filename, sample_rates [k], data_in, ARRAY_LEN (data_in));
61 remove (filename);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/test/
H A Dtest.c45 char filename [64] ; local
46 snprintf (filename, sizeof (filename), "vorbis_%u.ogg", sample_rates [k]);
48 printf (" %-20s : ", filename);
54 write_vorbis_data_or_die (filename, sample_rates [k], data_out, ARRAY_LEN (data_out));
55 read_vorbis_data_or_die (filename, sample_rates [k], data_in, ARRAY_LEN (data_in));
61 remove (filename);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-buildid-cache.c34 static int build_id_cache__add_file(const char *filename, const char *debugdir) argument
40 if (filename__read_build_id(filename, &build_id, sizeof(build_id)) < 0) {
41 pr_debug("Couldn't read a build-id in %s\n", filename);
46 err = build_id_cache__add_s(sbuild_id, debugdir, filename, false);
48 pr_info("Adding %s %s: %s\n", sbuild_id, filename,
53 static int build_id_cache__remove_file(const char *filename __used,
61 if (filename__read_build_id(filename, &build_id, sizeof(build_id)) < 0) {
62 pr_debug("Couldn't read a build-id in %s\n", filename);
69 pr_info("Removing %s %s: %s\n", sbuild_id, filename,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/
H A Dbuiltin-buildid-cache.c34 static int build_id_cache__add_file(const char *filename, const char *debugdir) argument
40 if (filename__read_build_id(filename, &build_id, sizeof(build_id)) < 0) {
41 pr_debug("Couldn't read a build-id in %s\n", filename);
46 err = build_id_cache__add_s(sbuild_id, debugdir, filename, false);
48 pr_info("Adding %s %s: %s\n", sbuild_id, filename,
53 static int build_id_cache__remove_file(const char *filename __used,
61 if (filename__read_build_id(filename, &build_id, sizeof(build_id)) < 0) {
62 pr_debug("Couldn't read a build-id in %s\n", filename);
69 pr_info("Removing %s %s: %s\n", sbuild_id, filename,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/tagutils/
H A Dtagutils-pcm.c25 _get_pcmfileinfo(char *filename, struct song_metadata *psong) argument
30 if( stat(filename, &file) != 0 )
32 DPRINTF(E_WARN, L_SCANNER, "Could not stat %s\n", filename);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/tagutils/
H A Dtagutils-pcm.c25 _get_pcmfileinfo(char *filename, struct song_metadata *psong) argument
30 if( stat(filename, &file) != 0 )
32 DPRINTF(E_WARN, L_SCANNER, "Could not stat %s\n", filename);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/tagutils/
H A Dtagutils-pcm.c25 _get_pcmfileinfo(char *filename, struct song_metadata *psong) argument
30 if( stat(filename, &file) != 0 )
32 DPRINTF(E_WARN, L_SCANNER, "Could not stat %s\n", filename);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/engines/ccgost/
H A Dgostsum.c18 int hash_file(gost_hash_ctx * ctx, char *filename, char *sum, int mode);
20 int get_line(FILE *f, char *hash, char *filename);
76 char inhash[65], calcsum[65], filename[PATH_MAX]; local
85 while (get_line(check_file, inhash, filename)) {
86 if (!hash_file(&ctx, filename, calcsum, open_mode)) {
92 fprintf(stderr, "%s\tOK\n", filename);
96 fprintf(stderr, "%s\tFAILED\n", filename);
100 argv[0], filename);
132 int hash_file(gost_hash_ctx * ctx, char *filename, char *sum, int mode) argument
135 if ((fd = open(filename, mod
166 get_line(FILE *f, char *hash, char *filename) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/engines/ccgost/
H A Dgostsum.c18 int hash_file(gost_hash_ctx *ctx,char *filename,char *sum,int mode);
20 int get_line(FILE *f,char *hash,char *filename);
77 char inhash[65],calcsum[65],filename[PATH_MAX]; local
88 while (get_line(check_file,inhash,filename))
90 if (!hash_file(&ctx,filename,calcsum,open_mode))
99 fprintf(stderr,"%s\tOK\n",filename);
106 fprintf(stderr,"%s\tFAILED\n",filename);
111 argv[0],filename);
149 int hash_file(gost_hash_ctx *ctx,char *filename,char *sum,int mode) argument
152 if ((fd=open(filename,mod
188 get_line(FILE *f,char *hash,char *filename) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/engines/ccgost/
H A Dgostsum.c18 int hash_file(gost_hash_ctx *ctx,char *filename,char *sum,int mode);
20 int get_line(FILE *f,char *hash,char *filename);
77 char inhash[65],calcsum[65],filename[PATH_MAX]; local
88 while (get_line(check_file,inhash,filename))
90 if (!hash_file(&ctx,filename,calcsum,open_mode))
99 fprintf(stderr,"%s\tOK\n",filename);
106 fprintf(stderr,"%s\tFAILED\n",filename);
111 argv[0],filename);
149 int hash_file(gost_hash_ctx *ctx,char *filename,char *sum,int mode) argument
152 if ((fd=open(filename,mod
188 get_line(FILE *f,char *hash,char *filename) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/engines/ccgost/
H A Dgostsum.c18 int hash_file(gost_hash_ctx * ctx, char *filename, char *sum, int mode);
20 int get_line(FILE *f, char *hash, char *filename);
76 char inhash[65], calcsum[65], filename[PATH_MAX]; local
85 while (get_line(check_file, inhash, filename)) {
86 if (!hash_file(&ctx, filename, calcsum, open_mode)) {
92 fprintf(stderr, "%s\tOK\n", filename);
96 fprintf(stderr, "%s\tFAILED\n", filename);
100 argv[0], filename);
132 int hash_file(gost_hash_ctx * ctx, char *filename, char *sum, int mode) argument
135 if ((fd = open(filename, mod
166 get_line(FILE *f, char *hash, char *filename) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/engines/ccgost/
H A Dgostsum.c18 int hash_file(gost_hash_ctx * ctx, char *filename, char *sum, int mode);
20 int get_line(FILE *f, char *hash, char *filename);
76 char inhash[65], calcsum[65], filename[PATH_MAX]; local
85 while (get_line(check_file, inhash, filename)) {
86 if (!hash_file(&ctx, filename, calcsum, open_mode)) {
92 fprintf(stderr, "%s\tOK\n", filename);
96 fprintf(stderr, "%s\tFAILED\n", filename);
100 argv[0], filename);
132 int hash_file(gost_hash_ctx * ctx, char *filename, char *sum, int mode) argument
135 if ((fd = open(filename, mod
166 get_line(FILE *f, char *hash, char *filename) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/engines/ccgost/
H A Dgostsum.c18 int hash_file(gost_hash_ctx *ctx,char *filename,char *sum,int mode);
20 int get_line(FILE *f,char *hash,char *filename);
77 char inhash[65],calcsum[65],filename[PATH_MAX]; local
88 while (get_line(check_file,inhash,filename))
90 if (!hash_file(&ctx,filename,calcsum,open_mode))
99 fprintf(stderr,"%s\tOK\n",filename);
106 fprintf(stderr,"%s\tFAILED\n",filename);
111 argv[0],filename);
149 int hash_file(gost_hash_ctx *ctx,char *filename,char *sum,int mode) argument
152 if ((fd=open(filename,mod
188 get_line(FILE *f,char *hash,char *filename) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/tests/
H A Dunixsock.c42 static int bind_socket(char const *filename) argument
56 strncpy(name.sun_path, filename, sizeof (name.sun_path));
59 the offset of the start of the filename,
81 char const *filename = "conftest.unixsock.sock"; local
86 if ((sock_fd = bind_socket(filename)) < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/libunarchive/
H A Dfind_list_entry.c13 const llist_t* FAST_FUNC find_list_entry(const llist_t *list, const char *filename) argument
16 if (fnmatch(list->data, filename, 0) == 0) {
25 * (extra trailing path components in filename are assumed to match)
27 const llist_t* FAST_FUNC find_list_entry2(const llist_t *list, const char *filename) argument
39 c = filename;

Completed in 382 milliseconds

1234567891011>>