Searched refs:in_name (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/examples/
H A Ddict.c94 int do_file ( const char *in_name, int compression_level ) argument
110 fp = fopen(in_name,"rb");
113 printf("%s: cannot open file %s\n", progname, in_name);
121 printf("%s: %s: empty file -- skipping\n", progname, in_name);
154 print_file(in_name,in_len,out_len);
H A Doverlap.c92 int do_file ( const char *in_name )
115 fp = fopen(in_name, "rb");
118 printf("%s: %s: cannot open file\n", progname, in_name);
126 printf("%s: %s: empty file -- skipping\n", progname, in_name);
139 printf("%s: %s: read %lu bytes\n", progname, in_name, (unsigned long) in_len);
H A Dprecomp.c98 const char *in_name = NULL; local
115 in_name = argv[1];
150 fp = fopen(in_name,"rb");
153 printf("%s: cannot open file %s\n", progname, in_name);
161 printf("%s: %s: empty file\n", progname, in_name);
180 printf("%s: loaded file %s: %ld bytes\n", progname, in_name, (long) in_len);
288 progname, in_name, (long) in_len, (long) out_len,
H A Dprecomp2.c132 const char *in_name = NULL; local
149 in_name = argv[1];
184 fp = fopen(in_name,"rb");
187 printf("%s: cannot open file %s\n", progname, in_name);
195 printf("%s: %s: empty file\n", progname, in_name);
214 printf("%s: loaded file %s: %ld bytes\n", progname, in_name, (long) in_len);
340 progname, in_name, (long) in_len, (long) out_len,
H A Dlzopack.c510 const char *in_name = NULL; local
605 in_name = argv[i++];
606 fi = xopen_fi(in_name);
610 progname, in_name, total_in, total_out);
616 in_name = argv[i++];
618 fi = xopen_fi(in_name);
627 in_name = argv[i++];
629 fi = xopen_fi(in_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/usb/
H A Dffs-test.c239 const char *const in_name; member in struct:thread
312 const char *name, *op, *in_name, *out_name; local
317 in_name = t->in_name ? t->in_name : t->filename;
331 name = in_name;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Ds3c-hwmon.c42 char in_name[12]; member in struct:s3c_hwmon_attr
231 snprintf(attrs->in_name, sizeof(attrs->in_name), "in%d_input", channel);
235 attr->dev_attr.attr.name = attrs->in_name;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/OS400/
H A Dos400sys.c895 Curl_gss_import_name_a(OM_uint32 * minor_status, gss_buffer_t in_name, argument
903 if(!in_name || !in_name->value || !in_name->length)
904 return gss_import_name(minor_status, in_name, in_name_type, out_name);
906 memcpy((char *) &in, (char *) in_name, sizeof in);
916 QadrtConvertA2E(in.value, in_name->value, i, i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dsetup-os400.h165 gss_buffer_t in_name,

Completed in 92 milliseconds