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

123

/illumos-gate/usr/src/cmd/spell/
H A Dhashmake.c54 while (gets(word)) {
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dmuldiv.s37 mov %o0, %o3 ! o3 gets remainder
41 sub %o3, %o4, %o3 ! o3 gets a-q*b
50 mov %o0,%o3 ! o3 gets remainder
54 sub %o3,%o4,%o3 ! o3 gets a-q*b
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dgets.c40 gets(char *ptr) function
/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbgen4.c55 gets(buf1);
58 while (gets(cur) != NULL) {
/illumos-gate/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...]
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dstdio.h88 extern char *gets(char *);
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dgets.c46 gets(char *buf) function
/illumos-gate/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
/illumos-gate/usr/src/lib/libxcurses/src/libc/gen/
H A Dbase.c150 while(gets(arg))
/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dfgets.c107 gets(char* s) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Ddomacro.c66 (void) gets(&line[strlen(line)]);
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dstdio.h141 extern char *gets(char *);
/illumos-gate/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...]
/illumos-gate/usr/src/uts/sun4/ml/
H A Dcopy.s75 sub %o0, %o1, %o0 ! o0 gets the difference of src and dst
147 sub %o0, %o1, %g2 ! g2 gets the difference of src and dst
217 sub %o0, %o1, %o0 ! o0 gets the difference of src and dst
282 sub %o0, %o1, %g2 ! g2 gets the difference of src and dst
352 sub %o0, %o1, %o0 ! o0 gets the difference of src and dst
/illumos-gate/usr/src/boot/lib/libstand/
H A DMakefile.inc32 getopt.o gets.o globals.o pager.o printf.o \
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h191 extern char *gets(char *);
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dfloat.s245 set .stable, %g1 ! g1 gets base of table.
251 set .ltable, %g1 ! g1 gets base of table.
366 set .dstable, %g1 ! g1 gets base of table.
372 set .dltable, %g1 ! g1 gets base of table.
/illumos-gate/usr/src/head/
H A Dstdio.h125 using std::gets;
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h237 * ISO/IEC C11 removed gets from the standard library. Therefore if a strict C11
241 extern char *gets(char *);
/illumos-gate/usr/src/boot/sys/boot/userboot/libstand/
H A DMakefile26 SRCS+= gzguts.h zutil.h __main.c assert.c bcd.c bswap.c environment.c getopt.c gets.c \
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h202 #define getws gets
/illumos-gate/usr/src/boot/include/
H A Dstdio.h258 char *gets(char *);
/illumos-gate/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*));
/illumos-gate/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*));
/illumos-gate/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*));

Completed in 89 milliseconds

123