Searched refs:inf (Results 26 - 50 of 318) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/ras/
H A Dras2tif.c80 char *inf = NULL; local
125 if (inf == NULL)
135 } else if (inf == NULL && !dummyinput) {
136 inf = argv[0];
146 if (dummyinput || inf == NULL) {
147 inf = "Standard Input";
149 } else if ((fp = fopen(inf, "r")) == NULL)
150 error("%s: %s couldn't be opened.\n", inf);
153 fprintf(stderr, "Reading rasterfile from %s...", inf);
157 error("%s: %s is not a raster file.\n", inf);
[all...]
H A Dtif2ras.c78 char *inf = NULL; local
124 else if (inf == NULL)
125 inf = argv[0];
133 if (inf == NULL)
137 fprintf(stderr, "Reading %s...", inf);
139 tif = TIFFOpen(inf, "r");
142 error("%s: error opening TIFF file %s", inf);
/macosx-10.10.1/ruby-106/ruby/ext/tk/tkutil/
H A Dtkutil.c1173 struct cbsubst_info *inf; local
1177 inf = ALLOC(struct cbsubst_info);
1179 inf->full_subst_length = 0;
1182 inf->keylen[idx] = 0;
1183 inf->key[idx] = NULL;
1184 inf->type[idx] = '\0';
1185 inf->ivar[idx] = (ID) 0;
1189 inf->proc = proc;
1192 inf->aliases = aliases;
1194 if (inf_ptr != (struct cbsubst_info **)NULL) *inf_ptr = inf;
1212 struct cbsubst_info *inf; local
1216 struct cbsubst_info, inf); local
1281 struct cbsubst_info *inf; local
1288 struct cbsubst_info, inf); local
1300 struct cbsubst_info *inf; local
1311 struct cbsubst_info, inf); local
1355 struct cbsubst_info *inf; local
1364 struct cbsubst_info, inf); local
1423 struct cbsubst_info *inf; local
1435 struct cbsubst_info, inf); local
1476 struct cbsubst_info *inf; local
1484 struct cbsubst_info, inf); local
1529 VALUE inf; local
1652 struct cbsubst_info *inf; local
1669 struct cbsubst_info, inf); local
[all...]
/macosx-10.10.1/text_cmds-88/pr/
H A Dpr.c201 FILE *inf; local
239 while ((inf = nxtfile(argc, argv, &fname, ohbuf, 0)) != NULL) {
244 if (inskip(inf, pgnm, lines))
270 if ((cnt = inln(inf,lbuf,LBUF,&cps,0,&mor)) < 0)
317 if (inf != stdin)
318 (void)fclose(inf);
355 FILE *inf; local
433 while ((inf = nxtfile(argc, argv, &fname, ohbuf, 0)) != NULL) {
438 if (inskip(inf, pgnm, lines))
490 cnt = inln(inf,ptb
665 FILE *inf; local
1007 inln(FILE *inf, char *buf, int lim, int *cps, int trnc, int *mor) argument
1257 inskip(FILE *inf, int pgcnt, int lncnt) argument
1290 FILE *inf = NULL; local
[all...]
/macosx-10.10.1/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-asn1-lib.c79 static int asn1_get_length(const unsigned char **pp,int *inf,long *rl,int max);
114 int tag,xclass,inf; local
146 if (!asn1_get_length(&p,&inf,plength,(int)max)) goto err;
162 return(ret|inf);
168 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, int max) argument
177 *inf=1;
183 *inf=0;
301 if ((c->inf == (1|V_ASN1_CONSTRUCTED)) && (!c->eos))
310 if ( ((c->slen != 0) && !(c->inf & 1)) ||
311 ((c->slen < 0) && (c->inf
[all...]
H A Dcs-tasn_dec.c105 static int asn1_find_end(const unsigned char **in, long len, char inf);
108 char inf, int tag, int aclass, int depth);
113 char *inf, char *cst,
807 char cst, inf, free_cont = 0; local
861 ret = asn1_check_tlen(&plen, NULL, NULL, &inf, &cst,
892 if (inf)
894 if (!asn1_find_end(&p, plen, inf))
916 if (!asn1_collect(&buf, &p, plen, inf, -1, V_ASN1_UNIVERSAL, 0))
1122 static int asn1_find_end(const unsigned char **in, long len, char inf) argument
1128 if (inf
1187 asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, char inf, int tag, int aclass, int depth) argument
1292 asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, char *inf, char *cst, const unsigned char **in, long len, int exptag, int expclass, char opt, ASN1_TLC *ctx) argument
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dasn1_lib.c65 static int asn1_get_length(const unsigned char **pp,int *inf,long *rl,int max);
100 int tag,xclass,inf; local
132 if (!asn1_get_length(&p,&inf,plength,(int)max)) goto err;
148 return(ret|inf);
154 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, int max) argument
163 *inf=1;
169 *inf=0;
287 if ((c->inf == (1|V_ASN1_CONSTRUCTED)) && (!c->eos))
295 if ( ((c->slen != 0) && !(c->inf & 1)) ||
296 ((c->slen < 0) && (c->inf
[all...]
H A Dtasn_dec.c69 static int asn1_find_end(const unsigned char **in, long len, char inf);
72 char inf, int tag, int aclass, int depth);
77 char *inf, char *cst,
769 char cst, inf, free_cont = 0; local
823 ret = asn1_check_tlen(&plen, NULL, NULL, &inf, &cst,
854 if (inf)
856 if (!asn1_find_end(&p, plen, inf))
878 if (!asn1_collect(&buf, &p, plen, inf, -1, V_ASN1_UNIVERSAL, 0))
1085 static int asn1_find_end(const unsigned char **in, long len, char inf) argument
1091 if (inf
1150 asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, char inf, int tag, int aclass, int depth) argument
1255 asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, char *inf, char *cst, const unsigned char **in, long len, int exptag, int expclass, char opt, ASN1_TLC *ctx) argument
[all...]
H A Da_set.c186 c.inf=ASN1_get_object(&c.p,&c.slen,&c.tag,&c.xclass,c.max-c.p);
187 if (c.inf & 0x80) goto err;
205 if (c.inf == (V_ASN1_CONSTRUCTED+1))
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_range.rb399 inf = Float::INFINITY
401 assert_in_delta(10.0, (0.0...inf).bsearch {|x| x > 0 && Math.log(x / 10) >= 0 }, 0.0001)
402 assert_in_delta(-10.0, (-inf..100.0).bsearch {|x| x >= 0 || Math.log(-x / 10) < 0 }, 0.0001)
403 assert_in_delta(10.0, (-inf..inf).bsearch {|x| x > 0 && Math.log(x / 10) >= 0 }, 0.0001)
404 assert_equal(nil, (-inf..5).bsearch {|x| x > 0 && Math.log(x / 10) >= 0 }, 0.0001)
406 assert_in_delta(10.0, (-inf.. 10).bsearch {|x| x > 0 && Math.log(x / 10) >= 0 }, 0.0001)
407 assert_equal(nil, (-inf...10).bsearch {|x| x > 0 && Math.log(x / 10) >= 0 }, 0.0001)
409 assert_equal(nil, (-inf..inf)
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dvalidation.rb256 KEY_TBL.map!{|inf|
257 if inf.kind_of?(Array)
258 inf[0] = inf[0].getbyte(0) if inf[0].kind_of?(String)
259 inf[1] = inf[1].getbyte(0) if inf[1].kind_of?(String)
261 inf
264 PROC_TBL.map!{|inf|
[all...]
H A Devent.rb384 KEY_TBL.map!{|inf|
385 if inf.kind_of?(Array)
386 inf[0] = inf[0].getbyte(0) if inf[0].kind_of?(String)
387 inf[1] = inf[1].getbyte(0) if inf[1].kind_of?(String)
389 inf
392 PROC_TBL.map!{|inf|
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/etc/
H A Dtexi2pod.pl37 $inf = "";
72 $inf = gensym();
73 open($inf, "<$in") or die "opening \"$in\": $!\n";
76 $inf = \*STDIN;
83 while(defined $inf) {
84 while(<$inf>) {
236 push @instack, $inf;
237 $inf = gensym();
245 open($inf, "<" . $mypath) and ($done = 1, last);
314 close($inf);
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Dcontext.c52 struct file_data *inf,
61 struct tm const *tm = localtime (&inf->stat.st_mtime);
62 int nsec = TIMESPEC_NS (inf->stat.st_mtim);
65 long sec = inf->stat.st_mtime;
66 verify (info_preserved, sizeof inf->stat.st_mtime <= sizeof sec);
69 fprintf (outfile, "%s %s\t%s\n", mark, inf->name, buf);
76 print_context_header (struct file_data inf[], bool unidiff)
80 print_context_label ("---", &inf[0], file_label[0]);
81 print_context_label ("+++", &inf[1], file_label[1]);
85 print_context_label ("***", &inf[
50 print_context_label(char const *mark, struct file_data *inf, char const *label) argument
75 print_context_header(struct file_data inf[], bool unidiff) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/utils/
H A Dxo-whichPkg12 Fredj Dridi dridi@nestroy.wi-inf.uni-essen.de
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dtable.rb288 inf = list(tk_call('::blt::table', 'info', container))
289 until inf.empty?
290 opt = inf.slice!(0..1)
297 inf = list(tk_call('::blt::table', 'info', container, tagid(item)).chomp)
300 until inf.empty? || (inf[0].kind_of?(String) && inf[0] =~ /^-/)
301 ret << inf.shift
304 if inf.length > 1
306 while inf
[all...]
H A Dtreeview.rb168 inf = ret.assoc('bindtags')
169 inf[-2] = inf[-2].collect{|tag| TkBindTag.id2obj(tag)}
170 inf[-1] = inf[-1].collect{|tag| TkBindTag.id2obj(tag)}
174 if (inf = ret['bindtags'])
175 inf[-2] = inf[-2].collect{|tag| TkBindTag.id2obj(tag)}
176 inf[-1] = inf[
[all...]
/macosx-10.10.1/OpenSSL098-52/src/demos/
H A Db64.c91 char *inf=NULL,*outf=NULL; local
113 inf= *(++argv);
201 if (inf == NULL)
205 if (BIO_read_filename(in,inf) <= 0)
207 perror(inf);
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/comm/
H A Dget-regression-nb.xotcl319 -url http://nestroy.wi-inf.uni-essen.de/Raumplan.html
326 -url http://nestroy.wi-inf.uni-essen.de/Lv/muster-d1klausur.ps
333 -url http://nestroy.wi-inf.uni-essen.de/Lv/muster-d1klausur.ps
340 http://nestroy.wi-inf.uni-essen.de/Lv/muster-d1klausur.ps
343 -url http://nestroy.wi-inf.uni-essen.de/Lv/muster-d1klausur.ps
353 -url http://nestroy.wi-inf.uni-essen.de/Lv/muster-d1klausur.ps
362 -url http://nestroy.wi-inf.uni-essen.de/Lv/muster-d1klausur.ps
370 http://nestroy.wi-inf.uni-essen.de/Lv/muster-d1klausur.ps
372 -url http://nestroy.wi-inf.uni-essen.de/Lv/muster-d1klausur.ps
380 persistentCache clearEntry http://swt.wi-inf
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/ocsp/
H A Docsp_prn.c141 OCSP_REQINFO *inf = o->tbsRequest; local
145 l=ASN1_INTEGER_get(inf->version);
147 if (inf->requestorName != NULL)
151 GENERAL_NAME_print(bp, inf->requestorName);
154 for (i = 0; i < sk_OCSP_ONEREQ_num(inf->requestList); i++)
156 one = sk_OCSP_ONEREQ_value(inf->requestList, i);
165 inf->requestExtensions, flags, 4))
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/
H A Dscalar_scanner.rb13 |[-+]?\.(inf|Inf|INF)(?# infinity)
36 # special floats (e.g., -.inf).
70 when /^\.inf$/i
72 when /^-\.inf$/i
/macosx-10.10.1/ruby-106/ruby/test/bigdecimal/
H A Dtest_bigdecimal.rb429 inf = BigDecimal.new("Infinity")
430 assert_operator(inf, :>, 1)
431 assert_operator(1, :<, inf)
1138 inf = BigDecimal.new("Infinity")
1140 assert_equal(inf, inf + inf)
1141 assert_equal(true, (inf + (-inf)).nan?)
1142 assert_equal(true, (inf
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509/
H A Dby_file.c266 STACK_OF(X509_INFO) *inf;
277 inf = PEM_X509_INFO_read_bio(in, NULL, NULL, NULL);
279 if(!inf) {
283 for(i = 0; i < sk_X509_INFO_num(inf); i++) {
284 itmp = sk_X509_INFO_value(inf, i);
294 sk_X509_INFO_pop_free(inf, X509_INFO_free);
/macosx-10.10.1/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs215 using (Inflater inf = new Inflater())
231 using (Inflater inf = new Inflater())
233 inf.DataAvailable += new DataAvailableHandler(DDataAvail);
234 inf.Add((byte[])compressedData.ToArray(typeof(byte)));
235 inf.Finish();
236 adler2 = inf.Checksum;
/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dopenssl_missing.c188 X509_CRL_INFO *inf; local
190 inf = crl->crl;
191 if (!inf->revoked)
192 inf->revoked = sk_X509_REVOKED_new(OSSL_X509_REVOKED_cmp);
193 if (!inf->revoked || !sk_X509_REVOKED_push(inf->revoked, rev))

Completed in 245 milliseconds

1234567891011>>