Home
last modified time | relevance | path

Searched refs:hgetc (Results 1 – 25 of 50) sorted by relevance

12

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dlex.c510 c = hgetc(); in cmd_or_math()
577 c = hgetc(); in isnumglob()
639 d = hgetc(); in gettok()
716 d = hgetc(); in gettok()
725 d = hgetc(); in gettok()
736 d = hgetc(); in gettok()
747 d = hgetc(); in gettok()
762 d = hgetc(); in gettok()
771 d = hgetc(); in gettok()
816 d = hgetc(); in gettok()
[all …]
/dports/biology/vt/vt-0.57721/lib/htslib/cram/
H A Dcram_io.c139 int32_t val = hgetc(fd->fp); in itf8_decode()
198 int32_t val = hgetc(fd->fp); in itf8_decode_crc()
214 val = (val<<8) | (c[1]=hgetc(fd->fp)); in itf8_decode_crc()
220 val = (val<<8) | (c[1]=hgetc(fd->fp)); in itf8_decode_crc()
221 val = (val<<8) | (c[2]=hgetc(fd->fp)); in itf8_decode_crc()
227 val = (val<<8) | (c[1]=hgetc(fd->fp)); in itf8_decode_crc()
228 val = (val<<8) | (c[2]=hgetc(fd->fp)); in itf8_decode_crc()
229 val = (val<<8) | (c[3]=hgetc(fd->fp)); in itf8_decode_crc()
293 int c = hgetc(fd->fp); in ltf8_decode()
375 int64_t val = (unsigned char)hgetc(fd->fp); in ltf8_decode_crc()
[all …]
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/cram/
H A Dcram_io.c139 int32_t val = hgetc(fd->fp); in itf8_decode()
198 int32_t val = hgetc(fd->fp); in itf8_decode_crc()
214 val = (val<<8) | (c[1]=hgetc(fd->fp)); in itf8_decode_crc()
220 val = (val<<8) | (c[1]=hgetc(fd->fp)); in itf8_decode_crc()
221 val = (val<<8) | (c[2]=hgetc(fd->fp)); in itf8_decode_crc()
227 val = (val<<8) | (c[1]=hgetc(fd->fp)); in itf8_decode_crc()
228 val = (val<<8) | (c[2]=hgetc(fd->fp)); in itf8_decode_crc()
229 val = (val<<8) | (c[3]=hgetc(fd->fp)); in itf8_decode_crc()
293 int c = hgetc(fd->fp); in ltf8_decode()
375 int64_t val = (unsigned char)hgetc(fd->fp); in ltf8_decode_crc()
[all …]
/dports/biology/stacks/stacks-2.4/htslib/cram/
H A Dcram_io.c134 int32_t val = hgetc(fd->fp); in itf8_decode()
193 int32_t val = hgetc(fd->fp); in itf8_decode_crc()
209 val = (val<<8) | (c[1]=hgetc(fd->fp)); in itf8_decode_crc()
215 val = (val<<8) | (c[1]=hgetc(fd->fp)); in itf8_decode_crc()
216 val = (val<<8) | (c[2]=hgetc(fd->fp)); in itf8_decode_crc()
222 val = (val<<8) | (c[1]=hgetc(fd->fp)); in itf8_decode_crc()
223 val = (val<<8) | (c[2]=hgetc(fd->fp)); in itf8_decode_crc()
224 val = (val<<8) | (c[3]=hgetc(fd->fp)); in itf8_decode_crc()
288 int c = hgetc(fd->fp); in ltf8_decode()
382 val = (val<<8) | (c[1]=hgetc(fd->fp));; in ltf8_decode_crc()
[all …]
/dports/biology/kallisto/kallisto-0.46.1/ext/htslib/cram/
H A Dcram_io.c130 int32_t val = hgetc(fd->fp); in itf8_decode()
189 int32_t val = hgetc(fd->fp); in itf8_decode_crc()
205 val = (val<<8) | (c[1]=hgetc(fd->fp)); in itf8_decode_crc()
211 val = (val<<8) | (c[1]=hgetc(fd->fp)); in itf8_decode_crc()
212 val = (val<<8) | (c[2]=hgetc(fd->fp)); in itf8_decode_crc()
218 val = (val<<8) | (c[1]=hgetc(fd->fp)); in itf8_decode_crc()
219 val = (val<<8) | (c[2]=hgetc(fd->fp)); in itf8_decode_crc()
220 val = (val<<8) | (c[3]=hgetc(fd->fp)); in itf8_decode_crc()
284 int c = hgetc(fd->fp); in ltf8_decode()
378 val = (val<<8) | (c[1]=hgetc(fd->fp));; in ltf8_decode_crc()
[all …]
/dports/biology/kallisto/kallisto-0.46.1/ext/htslib/
H A Dtextutils.c166 while ((c = hgetc(fp)) != EOF) switch (c) { in fscan_string()
168 if ((c = hgetc(fp)) == EOF) return; in fscan_string()
177 if ((c = hgetc(fp)) != EOF && (d1 = dehex(c)) >= 0 && in fscan_string()
178 (c = hgetc(fp)) != EOF && (d2 = dehex(c)) >= 0 && in fscan_string()
179 (c = hgetc(fp)) != EOF && (d3 = dehex(c)) >= 0 && in fscan_string()
180 (c = hgetc(fp)) != EOF && (d4 = dehex(c)) >= 0) { in fscan_string()
272 for (;;) switch (c = hgetc(fp)) { in hts_json_fnext()
301 if ((c = hgetc(fp)) == EOF) break; in hts_json_fnext()
/dports/biology/vt/vt-0.57721/lib/htslib/
H A Dtextutils.c166 while ((c = hgetc(fp)) != EOF) switch (c) { in fscan_string()
168 if ((c = hgetc(fp)) == EOF) return; in fscan_string()
177 if ((c = hgetc(fp)) != EOF && (d1 = dehex(c)) >= 0 && in fscan_string()
178 (c = hgetc(fp)) != EOF && (d2 = dehex(c)) >= 0 && in fscan_string()
179 (c = hgetc(fp)) != EOF && (d3 = dehex(c)) >= 0 && in fscan_string()
180 (c = hgetc(fp)) != EOF && (d4 = dehex(c)) >= 0) { in fscan_string()
288 for (;;) switch (c = hgetc(fp)) { in hts_json_fnext()
317 if ((c = hgetc(fp)) == EOF) break; in hts_json_fnext()
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/
H A Dtextutils.c166 while ((c = hgetc(fp)) != EOF) switch (c) { in fscan_string()
168 if ((c = hgetc(fp)) == EOF) return; in fscan_string()
177 if ((c = hgetc(fp)) != EOF && (d1 = dehex(c)) >= 0 && in fscan_string()
178 (c = hgetc(fp)) != EOF && (d2 = dehex(c)) >= 0 && in fscan_string()
179 (c = hgetc(fp)) != EOF && (d3 = dehex(c)) >= 0 && in fscan_string()
180 (c = hgetc(fp)) != EOF && (d4 = dehex(c)) >= 0) { in fscan_string()
288 for (;;) switch (c = hgetc(fp)) { in hts_json_fnext()
317 if ((c = hgetc(fp)) == EOF) break; in hts_json_fnext()
/dports/biology/stacks/stacks-2.4/htslib/
H A Dtextutils.c166 while ((c = hgetc(fp)) != EOF) switch (c) { in fscan_string()
168 if ((c = hgetc(fp)) == EOF) return; in fscan_string()
177 if ((c = hgetc(fp)) != EOF && (d1 = dehex(c)) >= 0 && in fscan_string()
178 (c = hgetc(fp)) != EOF && (d2 = dehex(c)) >= 0 && in fscan_string()
179 (c = hgetc(fp)) != EOF && (d3 = dehex(c)) >= 0 && in fscan_string()
180 (c = hgetc(fp)) != EOF && (d4 = dehex(c)) >= 0) { in fscan_string()
288 for (;;) switch (c = hgetc(fp)) { in hts_json_fnext()
317 if ((c = hgetc(fp)) == EOF) break; in hts_json_fnext()
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/
H A Dtextutils.c169 while ((c = hgetc(fp)) != EOF) switch (c) { in fscan_string()
171 if ((c = hgetc(fp)) == EOF) return e == 0 ? 0 : -1; in fscan_string()
180 if ((c = hgetc(fp)) != EOF && (d1 = dehex(c)) >= 0 && in fscan_string()
181 (c = hgetc(fp)) != EOF && (d2 = dehex(c)) >= 0 && in fscan_string()
182 (c = hgetc(fp)) != EOF && (d3 = dehex(c)) >= 0 && in fscan_string()
183 (c = hgetc(fp)) != EOF && (d4 = dehex(c)) >= 0) { in fscan_string()
298 for (;;) switch (c = hgetc(fp)) { in hts_json_fnext()
327 if ((c = hgetc(fp)) == EOF) break; in hts_json_fnext()
/dports/biology/py-pysam/pysam-0.18.0/htslib/
H A Dtextutils.c169 while ((c = hgetc(fp)) != EOF) switch (c) { in fscan_string()
171 if ((c = hgetc(fp)) == EOF) return e == 0 ? 0 : -1; in fscan_string()
180 if ((c = hgetc(fp)) != EOF && (d1 = dehex(c)) >= 0 && in fscan_string()
181 (c = hgetc(fp)) != EOF && (d2 = dehex(c)) >= 0 && in fscan_string()
182 (c = hgetc(fp)) != EOF && (d3 = dehex(c)) >= 0 && in fscan_string()
183 (c = hgetc(fp)) != EOF && (d4 = dehex(c)) >= 0) { in fscan_string()
298 for (;;) switch (c = hgetc(fp)) { in hts_json_fnext()
327 if ((c = hgetc(fp)) == EOF) break; in hts_json_fnext()
/dports/biology/htslib/htslib-1.14/
H A Dtextutils.c169 while ((c = hgetc(fp)) != EOF) switch (c) { in fscan_string()
171 if ((c = hgetc(fp)) == EOF) return e == 0 ? 0 : -1; in fscan_string()
180 if ((c = hgetc(fp)) != EOF && (d1 = dehex(c)) >= 0 && in fscan_string()
181 (c = hgetc(fp)) != EOF && (d2 = dehex(c)) >= 0 && in fscan_string()
182 (c = hgetc(fp)) != EOF && (d3 = dehex(c)) >= 0 && in fscan_string()
183 (c = hgetc(fp)) != EOF && (d4 = dehex(c)) >= 0) { in fscan_string()
298 for (;;) switch (c = hgetc(fp)) { in hts_json_fnext()
327 if ((c = hgetc(fp)) == EOF) break; in hts_json_fnext()
/dports/biology/py-pysam/pysam-0.18.0/htslib/cram/
H A Dcram_io.c416 int c = hgetc(fd->fp); in ltf8_decode()
863 b[0] = hgetc(fd->fp); in uint7_decode_crc32()
866 b[1] = hgetc(fd->fp); in uint7_decode_crc32()
868 b[1] = hgetc(fd->fp); in uint7_decode_crc32()
869 b[2] = hgetc(fd->fp); in uint7_decode_crc32()
908 b[0] = hgetc(fd->fp); in sint7_decode_crc32()
911 b[1] = hgetc(fd->fp); in sint7_decode_crc32()
913 b[1] = hgetc(fd->fp); in sint7_decode_crc32()
914 b[2] = hgetc(fd->fp); in sint7_decode_crc32()
954 b[0] = hgetc(fd->fp); in uint7_decode_crc64()
[all …]
/dports/biology/htslib/htslib-1.14/cram/
H A Dcram_io.c416 int c = hgetc(fd->fp); in ltf8_decode()
863 b[0] = hgetc(fd->fp); in uint7_decode_crc32()
866 b[1] = hgetc(fd->fp); in uint7_decode_crc32()
868 b[1] = hgetc(fd->fp); in uint7_decode_crc32()
869 b[2] = hgetc(fd->fp); in uint7_decode_crc32()
908 b[0] = hgetc(fd->fp); in sint7_decode_crc32()
911 b[1] = hgetc(fd->fp); in sint7_decode_crc32()
913 b[1] = hgetc(fd->fp); in sint7_decode_crc32()
914 b[2] = hgetc(fd->fp); in sint7_decode_crc32()
954 b[0] = hgetc(fd->fp); in uint7_decode_crc64()
[all …]
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/cram/
H A Dcram_io.c134 int32_t val = hgetc(fd->fp); in itf8_decode()
147 val = (val<<8) | (unsigned char)hgetc(fd->fp); in itf8_decode()
152 val = (val<<8) | (unsigned char)hgetc(fd->fp); in itf8_decode()
153 val = (val<<8) | (unsigned char)hgetc(fd->fp); in itf8_decode()
158 val = (val<<8) | (unsigned char)hgetc(fd->fp); in itf8_decode()
159 val = (val<<8) | (unsigned char)hgetc(fd->fp); in itf8_decode()
160 val = (val<<8) | (unsigned char)hgetc(fd->fp); in itf8_decode()
193 int32_t val = hgetc(fd->fp); in itf8_decode_crc()
294 int c = hgetc(fd->fp); in ltf8_decode()
376 int64_t val = hgetc(fd->fp); in ltf8_decode_crc()
[all …]
/dports/biology/vt/vt-0.57721/lib/htslib/test/
H A Dhfile.c106 while ((c = hgetc(fin)) != EOF) { in main()
200 if ((c = hgetc(fin)) != i) in main()
202 if ((c = hgetc(fin)) != EOF) fail("chars: hgetc (EOF) returned %d", c); in main()
208 if ((c = hgetc(fin)) != i) in main()
210 if ((c = hgetc(fin)) != EOF) fail("preloading chars: hgetc (EOF) returned %d", c); in main()
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/test/
H A Dhfile.c107 while ((c = hgetc(fin)) != EOF) { in main()
203 if ((c = hgetc(fin)) != i) in main()
205 if ((c = hgetc(fin)) != EOF) fail("chars: hgetc (EOF) returned %d", c); in main()
211 if ((c = hgetc(fin)) != i) in main()
213 if ((c = hgetc(fin)) != EOF) fail("preloading chars: hgetc (EOF) returned %d", c); in main()
/dports/biology/htslib/htslib-1.14/test/
H A Dhfile.c107 while ((c = hgetc(fin)) != EOF) { in main()
203 if ((c = hgetc(fin)) != i) in main()
205 if ((c = hgetc(fin)) != EOF) fail("chars: hgetc (EOF) returned %d", c); in main()
211 if ((c = hgetc(fin)) != i) in main()
213 if ((c = hgetc(fin)) != EOF) fail("preloading chars: hgetc (EOF) returned %d", c); in main()
/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/wcssubs-3.9.5/
H A Dhget.c77 char *hgetc ();
164 value = hgetc (hstring,keyword);
223 value = hgetc (hstring,keyword);
279 value = hgetc (hstring,keyword);
325 value = hgetc (hstring,keyword);
354 value = hgetc (hstring,keyword);
416 value = hgetc (hstring,keyword);
464 value = hgetc (hstring,keyword);
508 value = hgetc (hstring,keyword);
699 value = hgetc (hstring, keywordi);
[all …]
H A Dfitshead.h108 char* hgetc( /* Return pointer to value for FITS keyword */
304 extern char *hgetc(); /* Return pointer to string */
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libhttpd/
H A Dhio.c35 hgetc(Hio *h) in hgetc() function
114 c = hgetc(hh); in hreadbuf()
116 c = hgetc(hh); in hreadbuf()
125 while((c = hgetc(hh)) != '\n'){ in hreadbuf()
142 c = hgetc(hh); in hreadbuf()
/dports/biology/kallisto/kallisto-0.46.1/ext/htslib/test/
H A Dhfile.c106 while ((c = hgetc(fin)) != EOF) { in main()
200 if ((c = hgetc(fin)) != i) in main()
202 if ((c = hgetc(fin)) != EOF) fail("chars: hgetc (EOF) returned %d", c); in main()
/dports/emulators/hercules/hercules-3.13/
H A Dhscutl.h195 HUT_DLL_IMPORT int hgetc(int s);
/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dhfile.h121 static inline int hgetc(hFILE *fp) in hgetc() function
/dports/biology/kallisto/kallisto-0.46.1/ext/htslib/htslib/
H A Dhfile.h125 static inline int hgetc(hFILE *fp) in hgetc() function

12