Searched refs:inf (Results 1 - 25 of 318) sorted by relevance

1234567891011>>

/macosx-10.10.1/zlib-55/zlib/contrib/iostream3/
H A Dtest.cc14 gzifstream inf; local
26 inf.open("test1.txt.gz");
27 while (inf.getline(buf,80,'\n')) {
28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
30 inf.close();
41 inf.rdbuf()->pubsetbuf(0,0);
42 inf.open("test2.txt.gz");
43 while (inf.getline(buf,80,'\n')) {
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
46 inf
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dcalendar.rb51 KEY_TBL.map!{|inf|
52 if inf.kind_of?(Array)
53 inf[0] = inf[0].getbyte(0) if inf[0].kind_of?(String)
54 inf[1] = inf[1].getbyte(0) if inf[1].kind_of?(String)
56 inf
59 PROC_TBL.map!{|inf|
[all...]
H A Dhierarchy.rb36 KEY_TBL.map!{|inf|
37 if inf.kind_of?(Array)
38 inf[0] = inf[0].getbyte(0) if inf[0].kind_of?(String)
39 inf[1] = inf[1].getbyte(0) if inf[1].kind_of?(String)
41 inf
44 PROC_TBL.map!{|inf|
[all...]
H A Dentryfield.rb48 KEY_TBL.map!{|inf|
49 if inf.kind_of?(Array)
50 inf[0] = inf[0].getbyte(0) if inf[0].kind_of?(String)
51 inf[1] = inf[1].getbyte(0) if inf[1].kind_of?(String)
53 inf
56 PROC_TBL.map!{|inf|
[all...]
H A Dspinner.rb43 KEY_TBL.map!{|inf|
44 if inf.kind_of?(Array)
45 inf[0] = inf[0].getbyte(0) if inf[0].kind_of?(String)
46 inf[1] = inf[1].getbyte(0) if inf[1].kind_of?(String)
48 inf
51 PROC_TBL.map!{|inf|
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Ddragdrop.rb87 KEY_TBL.map!{|inf|
88 if inf.kind_of?(Array)
89 inf[0] = inf[0].getbyte(0) if inf[0].kind_of?(String)
90 inf[1] = inf[1].getbyte(0) if inf[1].kind_of?(String)
92 inf
95 PROC_TBL.map!{|inf|
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dspinbox.rb42 KEY_TBL.map!{|inf|
43 if inf.kind_of?(Array)
44 inf[0] = inf[0].getbyte(0) if inf[0].kind_of?(String)
45 inf[1] = inf[1].getbyte(0) if inf[1].kind_of?(String)
47 inf
50 PROC_TBL.map!{|inf|
[all...]
/macosx-10.10.1/zlib-55/zlib/examples/
H A Dfitblk.c92 /* recompress from inf's input to def's output; the input for inf and
96 local int recompress(z_streamp inf, z_streamp def) argument
104 inf->avail_out = RAWLEN;
105 inf->next_out = raw;
106 ret = inflate(inf, Z_NO_FLUSH);
113 def->avail_in = RAWLEN - inf->avail_out;
115 if (inf->avail_out != 0)
134 z_stream def, inf; /* zlib deflate and inflate states */ local
180 inf
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dmkpack.tcl6 proc fail {msg} { puts stderr "${::inf}: $msg"; exit 1 }
9 set inf usage
13 set inf [lindex $argv 0]
16 if {[file normalize $inf] eq [file normalize $ouf]} {
19 if {![file exists $inf]} {
22 if {![file isfile $inf]} {
25 set end [file size $inf]
30 set fd [open $inf]
57 mk::file open db $inf -readonly
65 puts "$inf
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509v3/
H A Dv3prin.c70 FILE *inf; local
79 if(!(inf = fopen(argv[1], "r"))) {
83 if(!(cert = PEM_read_X509(inf, NULL, NULL))) {
88 fclose(inf);
H A Dv3conf.c73 FILE *inf; local
93 inf = fopen(argv[1], "r");
94 if(!inf) {
98 cert = PEM_read_X509(inf, NULL, NULL);
103 fclose(inf);
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dmessagedlg.rb93 if (inf = @info.assoc(k))
94 inf[-1] = v
99 if (inf = @info[k])
100 inf[-1] = v
116 if (inf = @info.assoc(slot))
117 inf[-1] = value
122 if (inf = @info[slot])
123 inf[-1] = value
148 @info.each{|inf| @keys[inf[
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tkDND/
H A Dtkdnd.rb62 KEY_TBL.map!{|inf|
63 if inf.kind_of?(Array)
64 inf[0] = inf[0].getbyte(0) if inf[0].kind_of?(String)
65 inf[1] = inf[1].getbyte(0) if inf[1].kind_of?(String)
67 inf
70 PROC_TBL.map!{|inf|
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dx_crl.c125 X509_CRL_INFO *inf;
126 inf = crl->crl;
127 if(!inf->revoked)
128 inf->revoked = sk_X509_REVOKED_new(X509_REVOKED_cmp);
129 if(!inf->revoked || !sk_X509_REVOKED_push(inf->revoked, rev)) {
133 inf->enc.modified = 1;
H A Da_bool.c83 int inf,tag,xclass; local
87 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
88 if (inf & 0x80)
H A Da_bytes.c73 int inf,tag,xclass; local
77 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
78 if (inf & 0x80) goto err;
164 int inf,tag,xclass; local
175 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
176 if (inf & 0x80)
188 if (inf & V_ASN1_CONSTRUCTED)
194 c.inf=inf;
271 if (c->inf
[all...]
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_sprintf.rb104 inf = 1.0 / 0.0
105 assert_equal("Inf", sprintf("%f", inf))
106 assert_equal("Inf", sprintf("%-f", inf))
107 assert_equal("+Inf", sprintf("%+f", inf))
109 assert_equal(" Inf", sprintf("%8f", inf))
110 assert_equal("Inf ", sprintf("%-8f", inf))
111 assert_equal(" +Inf", sprintf("%+8f", inf))
113 assert_equal(" Inf", sprintf("%08f", inf))
114 assert_equal("Inf ", sprintf("%-08f", inf))
115 assert_equal(" +Inf", sprintf("%+08f", inf))
[all...]
H A Dtest_float.rb195 inf = Float::INFINITY
196 assert_equal("Infinity", inf.to_s)
197 assert_equal("-Infinity", (-inf).to_s)
198 assert_equal("NaN", (inf / inf).to_s)
267 inf = Float::INFINITY
268 assert_raise(ZeroDivisionError) {inf.divmod(0)}
282 inf = Float::INFINITY
285 assert(inf.eql?(inf))
[all...]
/macosx-10.10.1/ruby-106/ruby/missing/
H A Disinf.c53 static double inf (void) { return one() / zero(); } function
62 pinf = inf();
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/comm/
H A Dget-regression.xotcl100 -url http://nestroy.wi-inf.uni-essen.de/Lv/muster-d1klausur.ps
109 -url http://nestroy.wi-inf.uni-essen.de/Raumplan.html
116 -url http://nestroy.wi-inf.uni-essen.de/Lv/muster-d1klausur.ps
123 -url http://nestroy.wi-inf.uni-essen.de/Lv/muster-d1klausur.ps
130 http://nestroy.wi-inf.uni-essen.de/Lv/muster-d1klausur.ps
133 -url http://nestroy.wi-inf.uni-essen.de/Lv/muster-d1klausur.ps
143 -url http://nestroy.wi-inf.uni-essen.de/Lv/muster-d1klausur.ps
152 -url http://nestroy.wi-inf.uni-essen.de/Lv/muster-d1klausur.ps
160 http://nestroy.wi-inf.uni-essen.de/Lv/muster-d1klausur.ps
162 -url http://nestroy.wi-inf
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/winico/
H A Dwinico.rb55 simplelist(Tk.tk_call('winico', 'info', id)).collect{|inf|
56 h = Hash[*list(inf)]
155 KEY_TBL.map!{|inf|
156 if inf.kind_of?(Array)
157 inf[0] = inf[0].getbyte(0) if inf[0].kind_of?(String)
158 inf[1] = inf[1].getbyte(0) if inf[
[all...]
/macosx-10.10.1/adv_cmds-158/ps/
H A Dps.c782 addelem_gid(struct listinfo *inf, const char *elem) argument
791 warnx("Invalid (zero-length) %s name", inf->lname);
793 warnx("%s name too long: %s", inf->lname, elem);
818 warnx("No %s %s '%s'", inf->lname, nameorID, elem);
822 if (inf->count >= inf->maxcount)
823 expand_list(inf);
824 inf->l.gids[(inf->count)++] = grp->gr_gid;
830 addelem_pid(struct listinfo *inf, cons argument
869 addelem_tty(struct listinfo *inf, const char *elem) argument
935 addelem_uid(struct listinfo *inf, const char *elem) argument
980 add_list(struct listinfo *inf, const char *argp) argument
1040 expand_list(struct listinfo *inf) argument
1058 free_list(struct listinfo *inf) argument
1070 init_list(struct listinfo *inf, addelem_rtn artn, int elemsize, const char *lname) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tktable/
H A Dtktable.rb314 KEY_TBL.map!{|inf|
315 if inf.kind_of?(Array)
316 inf[0] = inf[0].getbyte(0) if inf[0].kind_of?(String)
317 inf[1] = inf[1].getbyte(0) if inf[1].kind_of?(String)
319 inf
322 PROC_TBL.map!{|inf|
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/contrib/pngminim/encoder/
H A Dgather.sh8 rm inf*.[ch]
/macosx-10.10.1/xnu-2782.1.97/SETUP/config/
H A Dmkheaders.c111 FILE *inf, *outf; local
116 inf = fopen(file, "r");
118 if (inf == 0) {
140 if ((inw = get_word(inf)) == 0 || inw == (char *)EOF)
142 if ((inw = get_word(inf)) == 0 || inw == (char *)EOF)
145 cp = get_word(inf);
153 cp = get_word(inf);
162 (void) fclose(inf);

Completed in 143 milliseconds

1234567891011>>