Searched refs:getline (Results 1 - 25 of 105) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dgetline.c0 /* getline.c --- Implementation of replacement getline function.
26 getline (char **lineptr, size_t *n, FILE *stream) function
H A Dstdio.in.h356 # undef getline macro
357 # define getline rpl_getline macro
366 extern ssize_t getline (char **lineptr, size_t *linesize, FILE *stream);
369 # undef getline macro
370 # define getline(l, s, f) \ macro
371 (GL_LINK_WARNING ("getline is unportable - " \
372 "use gnulib module getline for portability"), \
373 getline (l, s, f))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dgetline.c0 /* getline.c --- Implementation of replacement getline function.
26 getline (char **lineptr, size_t *n, FILE *stream) function
H A Dstdio.in.h517 # undef getline
518 # define getline rpl_getline
527 extern ssize_t getline (char **lineptr, size_t *linesize, FILE *stream);
530 # undef getline
531 # define getline(l, s, f) \
532 (GL_LINK_WARNING ("getline is unportable - " \
533 "use gnulib module getline for portability"), \
534 getline (l, s, f))
H A Dgetpass.c133 nread = getline (&buf, &bufsize, in);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgetline.c0 /* getline.c --- Implementation of replacement getline function.
26 getline (char **lineptr, size_t *n, FILE *stream) function
H A Dstdio.in.h356 # undef getline macro
357 # define getline rpl_getline macro
366 extern ssize_t getline (char **lineptr, size_t *linesize, FILE *stream);
369 # undef getline macro
370 # define getline(l, s, f) \ macro
371 (GL_LINK_WARNING ("getline is unportable - " \
372 "use gnulib module getline for portability"), \
373 getline (l, s, f))
H A Djavaversion.c81 linelen = getline (&line, &linesize, fp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-getline.c1 /* Test of getline() function.
46 f = fopen ("test-getline.txt", "wb");
50 remove ("test-getline.txt");
53 f = fopen ("test-getline.txt", "rb");
57 remove ("test-getline.txt");
62 result = getline (&line, &len, f);
71 result = getline (&line, &len, f);
77 result = getline (&line, &len, f);
82 result = getline (&line, &len, f);
87 remove ("test-getline
[all...]
H A DMakefile.gnulib178 ## begin gnulib module getline-tests
180 TESTS += test-getline
181 check_PROGRAMS += test-getline
182 MOSTLYCLEANFILES += test-getline.txt
183 EXTRA_DIST += test-getline.c
185 ## end gnulib module getline-tests
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream3/
H A Dtest.cc27 while (inf.getline(buf,80,'\n')) {
43 while (inf.getline(buf,80,'\n')) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/iostream3/
H A Dtest.cc27 while (inf.getline(buf,80,'\n')) {
43 while (inf.getline(buf,80,'\n')) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/packages/NetWare/
H A Dget_ver.awk28 while ((getline < ARGV[1]) > 0) {
51 while ((getline < ARGV[1]) > 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/aparser/
H A Dtemplate.awk8 while ((getline line < tplname) > 0) {
H A Dutil.awk30 while ((getline line < fname) > 0) count++;
H A Dtoken.awk17 getline
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/MISC/
H A Ddebflex.awk33 while (getline <source) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dfile-list.c61 int len = getline (&line_buf, &line_len, fp);
83 /* Free buffer allocated through getline. */
H A Dformat-csharp.c265 line_len = getline (&line, &line_size, stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DLockExample.cpp144 cin.getline(opbuf, sizeof(opbuf));
151 cin.getline(objbuf, sizeof(objbuf));
161 cin.getline(lockbuf, sizeof(lockbuf));
200 cin.getline(objbuf, sizeof(objbuf));
H A DAccessExample.cpp124 cin.getline(buf, sizeof(buf));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dsun4prom.h48 void (*getline)(char *); /* Get line from user */ member in struct:__anon9424
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dresiduesplit.c111 static int getline(FILE *in,float *vec,int begin,int n){ function
248 if(getline(res[0],vec,begin,n)){
253 if(getline(res[i],vec,begin,n)){
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestKeyRange.cpp109 cin.getline(buf, sizeof(buf));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A Dexcxx_example_database_load.cpp143 std::getline(inFile, stringBuf);
199 std::getline(inFile, stringBuf);

Completed in 235 milliseconds

12345