Searched refs:fcode (Results 1 - 25 of 103) sorted by relevance

12345

/opensolaris-onvv-gate/usr/src/lib/efcode/fcode_test/
H A DMakefile38 PROGS = test.fcode test64.fcode
42 .SUFFIXES: .fcode .fth $(SUFFIXES)
46 .fth.fcode:
49 test.fcode: $(TESTSRCS)
/opensolaris-onvv-gate/usr/src/lib/efcode/engine/
H A Dcleanup.c33 #include <fcode/private.h>
34 #include <fcode/log.h>
H A DMakefile.com28 OBJECTS = init.o interface.o signal.o forth.o fcode.o interp.o debug.o \
33 LIBRARY = fcode.a
H A Dfont.c30 #include <fcode/private.h>
H A Dfb8.c30 #include <fcode/private.h>
H A Dsignal.c38 #include <fcode/private.h>
39 #include <fcode/log.h>
H A Dinterp.c31 #include <fcode/private.h>
32 #include <fcode/log.h>
/opensolaris-onvv-gate/usr/src/psm/stand/bootblks/
H A DMakefile.127537 RD_FCODE = rd.fcode
41 MKBB.fcode = ./$(MKBB) $(MKBBFLAGS)
43 %.fcode: $(BASEDIR)/common/%.fth
57 $(MKBB.fcode) $(FS_FCODE) $(RD_FCODE) $(FS_BB)
/opensolaris-onvv-gate/usr/src/psm/stand/bootblks/zfs/
H A DMakefile.zfs38 FS_FCODE = boot-zfs.fcode
39 EX_FCODE = fs-zfs.fcode
55 %.fcode: $(BASEDIR)/zfs/common/%.fth
/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dprintf.c74 unsigned char fcode; local
176 * ending at "ptr"-1, unless fcode is '\0'.
178 switch (fcode = *fmt++) {
198 fcode = 'o';
207 if (fcode=='o') {
227 if (fcode=='o') {
234 putchar(fcode);
238 *--bptr = fcode;
247 fcode = fcode
[all...]
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A DSUNWefc.mf29 depend fmri=pkg:/system/embedded-fcode-interpreter@0.5.11,5.11-0.133 \
/opensolaris-onvv-gate/usr/src/tools/tokenize/
H A Dtokenize.sh33 # The output file will be named xxx.fcode . It will have an a.out header
43 echo 'fcode-version1' > $infile
46 outfile=`basename $1 .fth`.fcode
/opensolaris-onvv-gate/usr/src/psm/stand/bootblks/hsfs/
H A DMakefile.hsfs35 FS_FCODE = boot-hsfs.fcode
65 %.fcode: $(HSFS_DIR)/%.fth
/opensolaris-onvv-gate/usr/src/psm/stand/bootblks/ufs/
H A DMakefile.ufs36 FS_FCODE = boot-ufs.fcode
63 %.fcode: $(UFS_DIR)/%.fth
/opensolaris-onvv-gate/usr/src/cmd/csh/
H A Dprintf.c118 char fcode; local
313 switch (fcode = *cp++) {
319 * Conversion is unsigned unless fcode is 'd'.
354 } else if (fcode == 'd') {
361 if (fcode == 'd' || fcode == 'D') {
387 if (fcode == 'X') {
407 switch (fcode) {
497 *--suffix = isupper(fcode) ? 'E' : 'e';
632 fcode
[all...]
/opensolaris-onvv-gate/usr/src/lib/efcode/include/fcdriver/
H A Dfcdriver.h32 #include <sys/fcode.h>
/opensolaris-onvv-gate/usr/src/lib/efcode/extend/
H A Dfthread.c30 #include <fcode/private.h>
31 #include <fcode/log.h>
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dscanf.c168 int i, fcode, nl_fmt, num, length, j; local
182 while ((fcode = *format++) != '\0' && fcode != '%') ;
183 if (!fcode || i > ARGMAX)
186 switch (fcode = *format++) {
194 num = fcode - '0';
196 while (isdigit(fcode = *format)) {
197 num = num * 10 + fcode - '0';
/opensolaris-onvv-gate/usr/src/ucbcmd/sed/
H A Dsed.h113 FILE *fcode; member in struct:reptr::reptr1
125 FILE *fcode; member in struct:reptr::reptr2
/opensolaris-onvv-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c180 int fcode; local
281 if ((fcode = *format) != '\0' && fcode != '%') {
285 } while ((fcode = *format) != '\0' && fcode != '%');
292 if (fcode == '\0') { /* end of format; return */
325 switch (fcode = *format++) {
420 int num = fcode - '0';
421 while (isdigit(fcode = *format)) {
422 num = num * 10 + fcode
[all...]
/opensolaris-onvv-gate/usr/src/lib/efcode/interpreter/
H A Dinterpreter.c45 #include <fcode/engine.h>
46 #include <fcode/log.h>
47 #include <fcode/debug.h>
74 " -f <file> interpret fcode/source <file>\n");
H A DMakefile41 LIBS = fcode.so fcdriver.so
/opensolaris-onvv-gate/usr/src/lib/efcode/upa/
H A Dupa.c31 #include <fcode/private.h>
/opensolaris-onvv-gate/usr/src/uts/sparc/fcode/
H A DMakefile22 # uts/sparc/fcode/Makefile
29 # This makefile drives the production of the fcode driver kernel module
42 MODULE = fcode
66 #INLINES += $(UTSBASE)/sun4/io/fcode.il
/opensolaris-onvv-gate/usr/src/lib/efcode/
H A DMakefile.efcode57 # Since a number of efcode shared objects depend on fcode.so, fcdriver.so, and
60 FCODE64 = $(ROOTLIBDIR64)/fcode.so

Completed in 231 milliseconds

12345