Home
last modified time | relevance | path

Searched refs:get_next_line (Results 126 – 150 of 332) sorted by relevance

12345678910>>...14

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dinput.c439 get_next_line (fcache *c, char **line, ssize_t *line_len) in get_next_line() function
561 if (!get_next_line (cache, &l, &len)) in read_next_line()
588 return get_next_line (cache, &l, &len); in goto_next_line()
/dports/lang/mono/mono-5.10.1.57/mono/profiler/
H A Dcoverage.c662 get_next_line (char *contents, char **next_start) in get_next_line() function
696 while ((line = get_next_line (content, &content))) { in init_suppressed_assemblies()
716 while ((line = get_next_line (content, &content))) in parse_cov_filter_file()
/dports/textproc/uim-gtk/uim-d1ac9d9/gtk2/switcher/
H A Dgtk.c101 get_next_line(FILE *fp) in get_next_line() function
176 while ((line = get_next_line(fp)) != NULL) { in load_configration()
/dports/textproc/uim-m17nlib/uim-d1ac9d9/gtk2/switcher/
H A Dgtk.c101 get_next_line(FILE *fp) in get_next_line() function
176 while ((line = get_next_line(fp)) != NULL) { in load_configration()
/dports/textproc/uim-qt5/uim-d1ac9d9/gtk2/switcher/
H A Dgtk.c101 get_next_line(FILE *fp) in get_next_line() function
176 while ((line = get_next_line(fp)) != NULL) { in load_configration()
/dports/textproc/uim-gtk3/uim-d1ac9d9/gtk2/switcher/
H A Dgtk.c101 get_next_line(FILE *fp) in get_next_line() function
176 while ((line = get_next_line(fp)) != NULL) { in load_configration()
/dports/textproc/uim-el/uim-d1ac9d9/gtk2/switcher/
H A Dgtk.c101 get_next_line(FILE *fp) in get_next_line() function
176 while ((line = get_next_line(fp)) != NULL) { in load_configration()
/dports/japanese/uim-anthy/uim-d1ac9d9/gtk2/switcher/
H A Dgtk.c101 get_next_line(FILE *fp) in get_next_line() function
176 while ((line = get_next_line(fp)) != NULL) { in load_configration()
/dports/multimedia/harvid/harvid-0.8.2/src/
H A Dhttprotocol.c295 static char *get_next_line(char **str) { in get_next_line() function
395 while ((line = get_next_line(&header))) in protocol_handler()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/regex/
H A Dmain.c179 get_next_line(s, size, stream) in get_next_line() function
213 while (get_next_line(inbuf, sizeof(inbuf), in) != NULL) {
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/regex/
H A Dmain.c179 get_next_line(s, size, stream) in get_next_line() function
213 while (get_next_line(inbuf, sizeof(inbuf), in) != NULL) {
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/regex/
H A Dmain.c183 get_next_line(s, size, stream) in get_next_line() function
217 while (get_next_line(inbuf, sizeof(inbuf), in) != NULL) {
/dports/databases/percona57-server/percona-server-5.7.36-39/regex/
H A Dmain.c183 get_next_line(s, size, stream) in get_next_line() function
217 while (get_next_line(inbuf, sizeof(inbuf), in) != NULL) {
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/regex/
H A Dmain.c183 get_next_line(s, size, stream) in get_next_line() function
217 while (get_next_line(inbuf, sizeof(inbuf), in) != NULL) {
/dports/databases/percona57-client/percona-server-5.7.36-39/regex/
H A Dmain.c183 get_next_line(s, size, stream) in get_next_line() function
217 while (get_next_line(inbuf, sizeof(inbuf), in) != NULL) {
/dports/databases/mysql57-client/mysql-5.7.36/regex/
H A Dmain.c183 get_next_line(s, size, stream) in get_next_line() function
217 while (get_next_line(inbuf, sizeof(inbuf), in) != NULL) {
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/regex/
H A Dmain.c183 get_next_line(s, size, stream) in get_next_line() function
217 while (get_next_line(inbuf, sizeof(inbuf), in) != NULL) {
/dports/databases/percona56-server/percona-server-5.6.51-91.0/regex/
H A Dmain.c179 get_next_line(s, size, stream) in get_next_line() function
213 while (get_next_line(inbuf, sizeof(inbuf), in) != NULL) {
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/regex/
H A Dmain.c179 get_next_line(s, size, stream) in get_next_line() function
213 while (get_next_line(inbuf, sizeof(inbuf), in) != NULL) {
/dports/databases/mysql56-client/mysql-5.6.51/regex/
H A Dmain.c179 get_next_line(s, size, stream) in get_next_line() function
213 while (get_next_line(inbuf, sizeof(inbuf), in) != NULL) {
/dports/dns/dns2tcp/dns2tcp-0.5.2/client/
H A Doptions.c175 while (get_next_line(buffer, MAX_LINE_LEN, resolv) != -1) in read_resolv()
/dports/lang/perl5.34/perl-5.34.0/
H A Dautodoc.pl451 my $get_next_line = sub { $line_num++; return <$fh> };
454 while ($in = $get_next_line->()) {
532 while (defined($in = $get_next_line->())) {
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dautodoc.pl451 my $get_next_line = sub { $line_num++; return <$fh> };
454 while ($in = $get_next_line->()) {
532 while (defined($in = $get_next_line->())) {
/dports/net/sems/sems-f89581a/core/
H A DAmSdp.cpp47 inline char* get_next_line(char* s);
602 s = get_next_line(s); in parse_sdp_line_ex()
830 line_end = get_next_line(media_line); in parse_sdp_media()
1381 inline char* get_next_line(char* s) in get_next_line() function
/dports/multimedia/ppm2fli/ppm2fli-2.1/
H A Damain.c472 if ((itest=get_next_line(stdin, abuff, 2)) == 1) in main()

12345678910>>...14