Home
last modified time | relevance | path

Searched refs:gets (Results 1 – 25 of 93) sorted by relevance

1234

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dmemcluster.c82 u_long gets; member
208 stats[max_size].gets++; in __memget_record()
342 stats[size].gets++; in __memget_record()
427 INSIST(stats[max_size].gets != 0U); in __memput_record()
428 stats[max_size].gets--; in __memput_record()
465 INSIST(stats[size].gets != 0U); in __memput_record()
466 stats[size].gets--; in __memput_record()
506 if (s->totalgets == 0U && s->gets == 0U) in memstats()
510 (unsigned long)i, s->totalgets, s->gets); in memstats()
540 if (stats[i].gets != 0U) in memactive()
/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbgen4.c53 gets(buf1); in main()
56 while (gets(cur) != NULL) { in main()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dnocast-vs-bitwise.md9 gets lost too easily. It's more useful for things like pointers. It
25 means that the `__nocast` really gets lost fairly easily.
29 integer `0` is special, though, and gets silently accepted - it's
/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/uts/sun4/ml/
H A Dcopy.S62 sub %o0, %o1, %o0 ! o0 gets the difference of src and dst
123 sub %o0, %o1, %g2 ! g2 gets the difference of src and dst
/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
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dgets.c44 gets(char *buf) in gets() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/gen/
H A Dbase.c148 while(gets(arg)) in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dfgets.c107 gets(char* s) in gets() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Ddomacro.c64 (void) gets(&line[strlen(line)]); in domacro()
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dstdio_h.cfg51 func | gets |\
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dfloat.S193 set .stable, %g1 ! g1 gets base of table.
298 set .dstable, %g1 ! g1 gets base of table.
/illumos-gate/usr/src/common/ficl/test/
H A Dficltest.fr5 \ set up local variable regressions before { gets redefined!
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h191 extern char *gets(char *);
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h241 extern char *gets(char *);
/illumos-gate/usr/src/head/
H A Dstdio.h125 using std::gets;
/illumos-gate/usr/src/cmd/nsadmin/
H A Dksh.kshrc67 # unless PS1 gets "unset" first.
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipsecinit.sample82 # If DNS gets used, the DNS server is implicitly trusted, which
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dstdio131 extern char* gets(char*);
273 printf("#define gets _ast_gets\n");
412 extern char* gets(char*);
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.S247 sub %i0, %i1, %i0 ! i0 gets the difference of src and dst
277 sub %i0, %i1, %i0 ! i0 gets the difference of src and dst
305 sub %i0, %i1, %i0 ! i0 gets the difference of src and dst
312 sub %i0, %i1, %i0 ! i0 gets difference of src and dst
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dstdio192 extern __MANGLE__ char* gets __PROTO__((char*));
303 #define gets _ast_gets
424 extern __MANGLE__ char* gets __PROTO__((char*));
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dstdio192 extern __MANGLE__ char* gets __PROTO__((char*));
303 #define gets _ast_gets
424 extern __MANGLE__ char* gets __PROTO__((char*));
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dstdio192 extern __MANGLE__ char* gets __PROTO__((char*));
303 #define gets _ast_gets
424 extern __MANGLE__ char* gets __PROTO__((char*));
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dstdio192 extern __MANGLE__ char* gets __PROTO__((char*));
303 #define gets _ast_gets
424 extern __MANGLE__ char* gets __PROTO__((char*));
/illumos-gate/usr/src/boot/include/
H A Dstdio.h258 char *gets(char *);

1234