Searched refs:gets (Results 1 - 25 of 56) sorted by relevance

123

/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dmemcluster.c87 u_long gets; member in struct:stats
213 stats[max_size].gets++;
347 stats[size].gets++;
432 INSIST(stats[max_size].gets != 0U);
433 stats[max_size].gets--;
470 INSIST(stats[size].gets != 0U);
471 stats[size].gets--;
511 if (s->totalgets == 0U && s->gets == 0U)
513 fprintf(out, "%s%5lu: %11lu gets, %11lu rem",
515 (unsigned long)i, s->totalgets, s->gets);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSelectSaver.pm28 was selected when it was created. If its C<new> method gets an extra
H A DFileHandle.pm50 [qw(DESTROY new_from_fd fdopen close fileno getc ungetc gets
204 gets
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dgets.c46 gets(char *buf) function
/osnet-11/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcmp.s134 sub %o1, %o0, %o1 ! o1 gets the difference
143 sub %o1, %o0, %o1 ! o1 gets the difference
/osnet-11/usr/src/lib/libast/common/stdio/
H A Dfgets.c107 gets(char* s) function
/osnet-11/usr/src/lib/libxcurses/src/libc/gen/
H A Dbase.c150 while(gets(arg))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMkbootstrap.pm19 # been built when MakeMaker gets first used.
81 Mkbootstrap typically gets called from an extension Makefile.
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcmp.s130 sub %o1, %o0, %o1 ! o1 gets the difference
139 sub %o1, %o0, %o1 ! o1 gets the difference
189 sub %i1, %i0, %i1 ! i1 gets the difference
836 sub %i1, %i0, %i1 ! i1 gets the difference
844 sub %i1, %i0, %i1 ! i1 gets the difference
852 sub %i1, %i0, %i1 ! i1 gets the difference
860 sub %i1, %i0, %i1 ! i1 gets the difference
868 sub %i1, %i0, %i1 ! i1 gets the difference
876 sub %i1, %i0, %i1 ! i1 gets the difference
884 sub %i1, %i0, %i1 ! i1 gets th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/t/
H A Dposix.t236 like ($@, qr/^Use method IO::Handle::gets\(\) instead/,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.pm124 B, but set to be autoloaded, then the lookup mechanism never gets to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm78 provide a real tty (well, a pseudo-tty, actually), which gets you
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm283 The fixup routine gets passed the remaining fragment of string being
297 The fixup routine gets passed the original string, an index into
H A DAlias.pm339 gets the factory settings back.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.pm246 redef "IO::Handle::gets()";
323 sub gets {
324 usage "gets()" if @_ != 0;
829 fscanf fseek fsetpos ftell fwrite getchar gets
/osnet-11/usr/src/lib/libxcurses/h/
H A Dm_wchar.h202 #define getws gets
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h213 extern __MANGLE__ char* gets __PROTO__((char*));
324 #define gets _ast_gets macro
445 extern __MANGLE__ char* gets __PROTO__((char*));
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h192 extern __MANGLE__ char* gets __PROTO__((char*));
303 #define gets _ast_gets macro
424 extern __MANGLE__ char* gets __PROTO__((char*));
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h213 extern __MANGLE__ char* gets __PROTO__((char*));
324 #define gets _ast_gets macro
445 extern __MANGLE__ char* gets __PROTO__((char*));
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h192 extern __MANGLE__ char* gets __PROTO__((char*));
303 #define gets _ast_gets macro
424 extern __MANGLE__ char* gets __PROTO__((char*));
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h213 extern __MANGLE__ char* gets __PROTO__((char*));
324 #define gets _ast_gets macro
445 extern __MANGLE__ char* gets __PROTO__((char*));
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h192 extern __MANGLE__ char* gets __PROTO__((char*));
303 #define gets _ast_gets macro
424 extern __MANGLE__ char* gets __PROTO__((char*));
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h213 extern __MANGLE__ char* gets __PROTO__((char*));
324 #define gets _ast_gets macro
445 extern __MANGLE__ char* gets __PROTO__((char*));
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h192 extern __MANGLE__ char* gets __PROTO__((char*));
303 #define gets _ast_gets macro
424 extern __MANGLE__ char* gets __PROTO__((char*));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm160 This method gets/sets the name of the input source (usually a filename).
775 This method gets/sets the top node of the parse-tree. If no arguments are
799 This method gets/sets the children of the top node in the parse-tree.

Completed in 58 milliseconds

123