HomeSort by: relevance | last modified time | path
    Searched defs:getline (Results 1 - 25 of 74) sorted by relevancy

1 2 3

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
getline.c 0 /* getline.c --- Implementation of replacement getline function.
26 #include "getline.h"
29 getline (char **lineptr, size_t *n, FILE *stream) function
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
getline.c 0 /* getline.c --- Implementation of replacement getline function.
26 #include "getline.h"
29 getline (char **lineptr, size_t *n, FILE *stream) function
  /src/external/gpl2/xcvs/dist/lib/
getline.c 0 /* getline.c --- Implementation of replacement getline function.
19 __RCSID("$NetBSD: getline.c,v 1.2 2016/05/17 14:00:09 christos Exp $");
29 #include "getline.h"
32 getline (char **lineptr, size_t *n, FILE *stream) function
  /src/external/gpl3/gdb/dist/gnulib/import/
getline.c 0 /* getline.c --- Implementation of replacement getline function.
24 getline (char **lineptr, size_t *n, FILE *stream) function
  /src/external/gpl3/gdb.old/dist/gnulib/import/
getline.c 0 /* getline.c --- Implementation of replacement getline function.
24 getline (char **lineptr, size_t *n, FILE *stream) function
  /src/sys/arch/luna68k/stand/boot/
getline.c 1 /* $NetBSD: getline.c,v 1.4 2014/01/11 15:51:02 tsutsui Exp $ */
37 * @(#)getline.c 8.1 (Berkeley) 6/10/93
70 * @(#)getline.c 8.1 (Berkeley) 6/10/93
74 * getline -- simple getline function
82 getline(const char *prompt, char *buff) function
  /src/external/bsd/mdocml/dist/
compat_getline.c 25 getline(char **buf, size_t *bufsz, FILE *fp) function
  /src/external/bsd/tmux/dist/compat/
getline.c 1 /* NetBSD: getline.c,v 1.1.1.6 2015/01/02 20:34:27 christos Exp */
3 /* NetBSD: getline.c,v 1.2 2014/09/16 17:23:50 christos Exp */
34 /* NETBSD ORIGINAL: external/bsd/file/dist/src/getline.c */
90 getline(char **buf, size_t *bufsiz, FILE *fp) function
  /src/tools/compat/
getline.c 1 /* $NetBSD: getline.c,v 1.2 2014/09/16 17:23:50 christos Exp $ */
91 getline(char **buf, size_t *bufsiz, FILE *fp) function
106 while ((len = getline(&p, &n, stdin)) != -1)
  /src/external/bsd/file/dist/src/
getline.c 1 /* $NetBSD: getline.c,v 1.1.1.7 2023/08/18 18:36:49 christos Exp $ */
3 /* NetBSD: getline.c,v 1.2 2014/09/16 17:23:50 christos Exp */
86 getline(char **buf, size_t *bufsiz, FILE *fp) function
101 while ((len = getline(&p, &n, stdin)) != -1)
  /src/external/bsd/libfido2/dist/openbsd-compat/
bsd-getline.c 1 /* $NetBSD: bsd-getline.c,v 1.1.1.1 2020/03/03 00:11:47 christos Exp $ */
3 /* NetBSD: getline.c,v 1.2 2014/09/16 17:23:50 christos Exp */
34 /* NETBSD ORIGINAL: external/bsd/file/dist/src/getline.c */
95 getline(char **buf, size_t *bufsiz, FILE *fp) function
110 while ((len = getline(&p, &n, stdin)) != -1)
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
XFile.pm 67 C<open>, C<seek>, and C<truncate>. It also overrides the C<getline>
171 =item C<$line = $fh-E<gt>getline>
180 sub getline subroutine
182 local $_ = $_[0]->SUPER::getline;
199 push @res, $line while $line = $_[0]->getline;
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
istream-string.cc 108 // 91. Description of operator>> and getline() for string<>
122 getline(basic_istream<char>& __in, basic_string<char>& __str, function
192 // 91. Description of operator>> and getline() for string<>
207 getline(basic_istream<wchar_t>& __in, basic_string<wchar_t>& __str, function
277 // 91. Description of operator>> and getline() for string<>
istream.cc 38 getline(char_type* __s, streamsize __n, char_type __delim) function in class:basic_istream
100 // 243. get and getline when sentry reports failure.
300 getline(char_type* __s, streamsize __n, char_type __delim) function in class:basic_istream
362 // 243. get and getline when sentry reports failure.
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
istream-string.cc 108 // 91. Description of operator>> and getline() for string<>
122 getline(basic_istream<char>& __in, basic_string<char>& __str, function
192 // 91. Description of operator>> and getline() for string<>
207 getline(basic_istream<wchar_t>& __in, basic_string<wchar_t>& __str, function
277 // 91. Description of operator>> and getline() for string<>
istream.cc 38 getline(char_type* __s, streamsize __n, char_type __delim) function in class:basic_istream
100 // 243. get and getline when sentry reports failure.
300 getline(char_type* __s, streamsize __n, char_type __delim) function in class:basic_istream
362 // 243. get and getline when sentry reports failure.
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
vstring.h 2655 getline(basic_istream<_CharT, _Traits>& __is,
2675 getline(basic_istream<_CharT, _Traits>& __is, function
2677 { return getline(__is, __str, __is.widen('\n')); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
vstring.h 2658 getline(basic_istream<_CharT, _Traits>& __is,
2678 getline(basic_istream<_CharT, _Traits>& __is, function
2680 { return getline(__is, __str, __is.widen('\n')); }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
basic_string.h 4100 getline(basic_istream<_CharT, _Traits>& __is,
4117 getline(basic_istream<_CharT, _Traits>& __is, function
4119 { return std::getline(__is, __str, __is.widen('\n')); }
4125 getline(basic_istream<_CharT, _Traits>&& __is, function
4127 { return std::getline(__is, __str, __delim); }
4132 getline(basic_istream<_CharT, _Traits>&& __is, function
4134 { return std::getline(__is, __str); }
4139 getline(basic_istream<char>& __in, basic_string<char>& __str,
4145 getline(basic_istream<wchar_t>& __in, basic_string<wchar_t>& __str,
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
stdio.h 592 For an example, it is possible to poison 'getline' by:
594 [getline]) in configure.ac, which potentially defines
597 #undef getline
599 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
600 "not universally present; use the gnulib module getline");
1414 # undef getline macro
1415 # define getline rpl_getline macro
1417 _GL_FUNCDECL_RPL (getline, ssize_t,
1421 _GL_CXXALIAS_RPL (getline, ssize_t
1436 _GL_CXXALIASWARN (getline); variable
1439 # undef getline macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
stdio.h 592 For an example, it is possible to poison 'getline' by:
594 [getline]) in configure.ac, which potentially defines
597 #undef getline
599 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
600 "not universally present; use the gnulib module getline");
1414 # undef getline macro
1415 # define getline rpl_getline macro
1417 _GL_FUNCDECL_RPL (getline, ssize_t,
1421 _GL_CXXALIAS_RPL (getline, ssize_t
1436 _GL_CXXALIASWARN (getline); variable
1439 # undef getline macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
stdio.h 592 For an example, it is possible to poison 'getline' by:
594 [getline]) in configure.ac, which potentially defines
597 #undef getline
599 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
600 "not universally present; use the gnulib module getline");
1414 # undef getline macro
1415 # define getline rpl_getline macro
1417 _GL_FUNCDECL_RPL (getline, ssize_t,
1421 _GL_CXXALIAS_RPL (getline, ssize_t
1436 _GL_CXXALIASWARN (getline); variable
1439 # undef getline macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
stdio.h 592 For an example, it is possible to poison 'getline' by:
594 [getline]) in configure.ac, which potentially defines
597 #undef getline
599 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
600 "not universally present; use the gnulib module getline");
1414 # undef getline macro
1415 # define getline rpl_getline macro
1417 _GL_FUNCDECL_RPL (getline, ssize_t,
1421 _GL_CXXALIAS_RPL (getline, ssize_t
1436 _GL_CXXALIASWARN (getline); variable
1439 # undef getline macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
stdio.h 592 For an example, it is possible to poison 'getline' by:
594 [getline]) in configure.ac, which potentially defines
597 #undef getline
599 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
600 "not universally present; use the gnulib module getline");
1414 # undef getline macro
1415 # define getline rpl_getline macro
1417 _GL_FUNCDECL_RPL (getline, ssize_t,
1421 _GL_CXXALIAS_RPL (getline, ssize_t
1436 _GL_CXXALIASWARN (getline); variable
1439 # undef getline macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
stdio.h 592 For an example, it is possible to poison 'getline' by:
594 [getline]) in configure.ac, which potentially defines
597 #undef getline
599 _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but"
600 "not universally present; use the gnulib module getline");
1414 # undef getline macro
1415 # define getline rpl_getline macro
1417 _GL_FUNCDECL_RPL (getline, ssize_t,
1421 _GL_CXXALIAS_RPL (getline, ssize_t
1436 _GL_CXXALIASWARN (getline); variable
1439 # undef getline macro
    [all...]

Completed in 75 milliseconds

1 2 3