Searched refs:get_line (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dtest.c46 static char *get_line LDAP_P(( char *line, int len, FILE *fp, const char *prompt ));
60 get_line( char *line, int len, FILE *fp, const char *prompt ) function
82 get_line( buf, sizeof(buf), stdin, prompt );
180 get_line( buf, sizeof(buf), stdin, prompt1 );
187 get_line( buf, sizeof(buf), stdin, prompt2 );
257 get_line( dn, sizeof(dn), stdin, "re-bind dn? " );
261 get_line( passwd, sizeof(passwd), stdin,
371 while ( get_line( line, sizeof(line), stdin, "\ncommand? " ) != NULL ) {
380 get_line( dn, sizeof(dn), stdin, "dn? " );
393 get_line( lin
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dtracer.rb152 def get_line(file, line) # :nodoc: method
202 source = get_line(file, line)
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dlogresolve.c85 static int get_line(char *s, int n);
290 static int get_line (char *s, int n) function
340 while (get_line(line, MAXLINE)) {
H A Dhtdigest.c93 static int get_line(char *s, int n, apr_file_t *f) function
261 while (!(get_line(line, sizeof(line), f))) {
/macosx-10.9.5/groff-38/groff/src/utils/addftinfo/
H A Daddftinfo.cpp150 static int get_line(FILE *fp, string *p) function
165 while (get_line(infp, &s)) {
171 while (get_line(infp, &s)) {
/macosx-10.9.5/ruby-104/ruby/ext/openssl/lib/openssl/
H A Dconfig.rb193 if line = get_line(io)
195 if extra = get_line(io)
205 def get_line(io) method in class:OpenSSL.Config
/macosx-10.9.5/CPANInternal-140/Term-ReadLine-Perl/ReadLine/
H A DPerl.pm147 sub get_line { subroutine
/macosx-10.9.5/CPANInternal-140/Term-ReadLine-Perl-1.0303/ReadLine/
H A DPerl.pm147 sub get_line { subroutine
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_read_support_compression_uu.c162 get_line(const unsigned char *b, ssize_t avail, ssize_t *nlsize) function
207 len = get_line(*b, *avail, nl);
225 len = get_line(*b, *avail, nl);
447 len = get_line(b, avail_in - used, &nl);
/macosx-10.9.5/text_cmds-87/fmt/
H A Dfmt.c249 static wchar_t * get_line (FILE *, size_t *);
408 while ((line=get_line(stream,&length)) != NULL) {
606 while ((line=get_line(stream, &length)) != 0) {
631 get_line(FILE *stream, size_t *lengthp) { function
/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Dextern.h145 int get_line(FILE *, char *, size_t, const char **);
H A Dfetch.c202 if (get_line(stdin, user, sizeof(user), &errormsg) < 0) {
842 len = get_line(fin, buf, sizeof(buf), &errormsg);
866 len = get_line(fin, buf, sizeof(buf), &errormsg);
1070 if (get_line(stdin, reply, sizeof(reply), NULL)
H A Dutil.c425 nlen = get_line(stdin, tmp, sizeof(tmp), &errormsg);
533 nlen = get_line(stdin, line + len, sizeof(line)-len, &errormsg);
1298 get_line(FILE *stream, char *buf, size_t buflen, const char **errormsg) function
H A Dmain.c678 num = get_line(stdin, line, sizeof(line), NULL);
H A Dcmds.c189 if (get_line(stdin, line, sizeof(line), &errormsg) < 0) {
784 while (get_line(fp, buf, sizeof(buf), NULL) >= 0) {
/macosx-10.9.5/autofs-234/automountlib/
H A Dns_files.c141 lp = get_line(fp, fname, linebuf, sizeof (linebuf));
284 lp = get_line(fp, fname, linebuf, sizeof (linebuf));
374 while ((line = get_line(fp, fname, linebuf,
472 while ((line = get_line(fp, fname, linebuf,
670 *lp = get_line(fp0, fname, line, linesz);
H A Dauto_subr.c225 * get_line attempts to get a line from the map, upto LINESZ. A line in
231 get_line(FILE *fp, char *map, char *line, int linesz) function
/macosx-10.9.5/gpatch-3/patch/
H A Dpch.c78 static size_t get_line (void);
876 chars_read = get_line ();
885 chars_read = get_line ();
1251 chars_read = get_line ();
1306 chars_read = get_line ();
1401 chars_read = get_line ();
1442 chars_read = get_line ();
1463 chars_read = get_line ();
1486 chars_read = get_line ();
1531 get_line (voi function
[all...]
/macosx-10.9.5/autofs-234/headers/
H A Dautomount.h300 extern char *get_line(FILE *, char *, char *, int);
/macosx-10.9.5/groff-38/groff/src/preproc/pic/
H A Dlex.cpp1447 int get_line();
1535 if (!get_line())
1565 if (!get_line())
1584 int copy_thru_input::get_line() function in class:copy_thru_input
/macosx-10.9.5/groff-38/groff/src/preproc/html/
H A Dpre-html.cpp240 * get_line - Copy a line (w/o newline) from a file to the
244 int get_line(FILE *f) function
297 while (get_line(f)) {
/macosx-10.9.5/patch_cmds-17/diffstat/
H A Ddiffstat.c992 get_line(char **buffer, size_t *have, FILE *fp) function
1170 while (get_line(&buffer, &length, fp)) {
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dssh-keygen.c488 get_line(FILE *fp, char *line, size_t len) function
531 while ((blen = get_line(fp, line, sizeof(line))) != -1) {
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm819 while ( my $line = $source_object->get_line() ) {
1134 while ( my $line = $source_object->get_line() ) {
1163 while ( my $line = $source_object->get_line() ) {
3541 while ( my $line_of_tokens = $truth->get_line() ) {
3831 # the Perl::Tidy::LineSource class supplies an object with a 'get_line()' method
3885 sub get_line { subroutine
6397 # we create another object with a get_line() and peek_ahead() method
22459 # The Perl::Tidy::LineBuffer class supplies a 'get_line()'
22463 # The input parameter is an object with a 'get_line()' method
22491 $line = $line_source_object->get_line();
22497 sub get_line { subroutine
22959 sub get_line { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/lib/Perl/
H A DTidy.pm3001 while ( my $line_of_tokens = $truth->get_line() ) {
3266 # the Perl::Tidy::LineSource class supplies an object with a 'get_line()' method
3330 sub get_line { subroutine
5834 # we create another object with a get_line() and peek_ahead() method
20417 # The Perl::Tidy::LineBuffer class supplies a 'get_line()'
20421 # The input parameter is an object with a 'get_line()' method
20449 $line = $line_source_object->get_line();
20455 sub get_line { subroutine
20465 $line = $line_source_object->get_line();
20474 # corresponding tokenized lines through its get_line() metho
20919 sub get_line { subroutine
[all...]

Completed in 507 milliseconds

12