Home
last modified time | relevance | path

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

1234

/titanic_41/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
/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dmemcluster.c87 u_long gets; member
213 stats[max_size].gets++; in __memget_record()
347 stats[size].gets++; in __memget_record()
432 INSIST(stats[max_size].gets != 0U); in __memput_record()
433 stats[max_size].gets--; in __memput_record()
470 INSIST(stats[size].gets != 0U); in __memput_record()
471 stats[size].gets--; in __memput_record()
511 if (s->totalgets == 0U && s->gets == 0U) in memstats()
515 (unsigned long)i, s->totalgets, s->gets); in memstats()
545 if (stats[i].gets != 0U) in memactive()
/titanic_41/usr/src/lib/libm/sparc/src/
H A Dlocallibm.il156 ld [%o2],%f6 ! f6 gets reb
173 ld [%o2+4],%f10 ! f10 gets imb
174 fsmuld %f6,%f6,%f16 ! f16/17 gets reb**2
175 ld [%o1+4],%f4 ! f4 gets ima
176 fsmuld %f10,%f10,%f12 ! f12/13 gets imb**2
177 ld [%o1],%f19 ! f19 gets rea
178 fsmuld %f4,%f10,%f0 ! f0/f1 gets ima*imb
179 fsmuld %f19,%f6,%f2 ! f2/3 gets rea*reb
180 faddd %f12,%f16,%f12 ! f12/13 gets reb**2+imb**2
181 fdivd %f8,%f12,%f12 ! f12/13 gets 1/(reb**2+imb**2)
[all …]
/titanic_41/usr/src/cmd/adbgen/common/
H A Dadbgen4.c55 gets(buf1); in main()
58 while (gets(cur) != NULL) { in main()
/titanic_41/usr/src/cmd/spell/
H A Dhashmake.c54 while (gets(word)) { in main()
/titanic_41/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
/titanic_41/usr/src/lib/libbc/libc/stdio/common/
H A Dgets.c40 gets(char *ptr) in gets() function
/titanic_41/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
/titanic_41/usr/src/lib/libc/port/stdio/
H A Dgets.c46 gets(char *buf) in gets() function
/titanic_41/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
/titanic_41/usr/src/lib/libxcurses/src/libc/gen/
H A Dbase.c150 while(gets(arg)) in main()
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dstdio.h88 extern char *gets(char *);
/titanic_41/usr/src/lib/libast/common/stdio/
H A Dfgets.c107 gets(char* s) in gets() function
/titanic_41/usr/src/uts/common/io/warlock/
H A Disp.wlcmd14 ### Tell warlock that isp_scsi_reset_notify(), which gets called from
H A Difp.wlcmd14 ### Tell warlock that ifp_scsi_reset_notify(), which gets called from
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Ddomacro.c66 (void) gets(&line[strlen(line)]); in domacro()
/titanic_41/usr/src/lib/libbc/inc/5include/
H A Dstdio.h141 extern char *gets(char *);
/titanic_41/usr/src/ucbhead/
H A Dstdio.h194 extern char *gets(char *);
/titanic_41/usr/src/uts/sparc/v9/ml/
H A Dfloat.s245 set .stable, %g1 ! g1 gets base of table.
366 set .dstable, %g1 ! g1 gets base of table.
/titanic_41/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*));
/titanic_41/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*));
/titanic_41/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*));
/titanic_41/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*));
/titanic_41/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*));
/titanic_41/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*));

1234