Searched refs:INT (Results 1 - 25 of 61) sorted by relevance

123

/illumos-gate/usr/src/cmd/captoinfo/
H A DMakefile34 LDFLAGS += $(MAPFILE.INT:%=-M%)
43 $(PROG): $(OBJS) $(MAPFILE.INT)
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dprintfuncs.h38 enum { CHAR, SHORT, UNSIGNED_SHORT, INT, UNSIGNED, LONG, UNSIGNED_LONG, enumerator in enum:__anon14
/illumos-gate/usr/src/cmd/allocate/
H A Dwdwwrapper.sh50 trap "killparent" HUP INT TERM QUIT TSTP ABRT
H A Daudio_clean.sh62 trap "" INT TERM QUIT TSTP ABRT
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dnewvers.sh36 trap "rm -f $tempfile" EXIT INT TERM
/illumos-gate/usr/src/cmd/nl/
H A DMakefile45 MAPFILE.INT = ../expr/mapfile-intf
46 LDFLAGS += $(MAPFILE.INT:%=-M%)
54 $(PROG): nlobjs $(NLOBJ) $(MAPFILE.INT)
58 $(XPG4): nlobjs.xpg4 $(XPG4NLOBJ) $(MAPFILE.INT)
/illumos-gate/usr/src/cmd/infocmp/
H A DMakefile38 MAPFILES = $(MAPFILE.INT) $(MAPFILE.NGB)
/illumos-gate/usr/src/cmd/genmsg/
H A Dgenmsg.y56 %token INT, CHAR, INC
124 cast_setid: '(' INT ')' setid { $$ = $4; }
125 | '(' CONST INT ')' setid { $$ = $5; }
145 cast_msgid: '(' INT ')' msgid { $$ = $4; }
146 | '(' CONST INT ')' msgid { $$ = $5; }
166 cast_digit: '(' INT ')' digit { $$ = $4; }
167 | '(' CONST INT ')' digit { $$ = $5; }
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsignal.sh93 trap + INT
161 kill -s INT 0
166 trap - INT
169 # kill -s INT $$
170 ' INT
185 ' INT
190 ' INT
194 trap - INT
195 kill -s INT $$
196 ' INT
[all...]
H A Dbasic.sh247 trap '' INT
249 trap 'print bad' INT
250 kill -s INT $$
257 trap - INT
/illumos-gate/usr/src/cmd/ed/
H A DMakefile51 MAPFILE.INT = ../expr/mapfile-intf
52 LDFLAGS += $(MAPFILE.INT:%=-M%)
65 $(PROG): $(EDOBJ) $(MAPFILE.INT)
69 $(XPG4): edobjs.xpg4 $(XPG4EDOBJ) $(MAPFILE.INT)
73 $(XPG6): edobjs.xpg6 $(XPG6EDOBJ) $(MAPFILE.INT)
/illumos-gate/usr/src/cmd/spell/
H A Dmalloc.c54 * ALIGN, NALIGN, BLOCK, BUSY, INT
55 * where INT is integer type to which a pointer can be cast
57 #define INT int macro
64 #define testbusy(p) ((INT)(p)&BUSY)
65 #define setbusy(p) (union store *)((INT)(p)|BUSY)
66 #define clearbusy(p) (union store *)((INT)(p)&~BUSY)
124 if((INT)q != -1)
/illumos-gate/usr/src/cmd/eqn/
H A Dlookup.c46 "int", INT,
47 "integral", INT,
/illumos-gate/usr/src/cmd/tic/
H A DMakefile43 MAPFILES = $(MAPFILE.INT) $(MAPFILE.NGB)
/illumos-gate/usr/src/cmd/oamuser/user/
H A Duserdefs.c69 #define INT 0 macro
85 { GIDSTR, sizeof (GIDSTR) - 1, INT, DEFOFF(defgroup) },
90 { INACTSTR, sizeof (INACTSTR) - 1, INT, DEFOFF(definact) },
192 case INT:
379 case INT:
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c170 return (intnode((INT)na));
252 return (intnode((INT)n));
282 return (assign(vlook(M_MB_L("RSTART")), intnode((INT)pos)));
298 return (intnode((INT)WEXITSTATUS(retcode)));
328 return (intnode((INT)result));
347 return (intnode((INT)na));
453 return (intnode((INT)fcount));
544 return (intnode((INT)*exprstring(getlist(&np))));
742 ((void) flushesbx(), ep->name), ep->arg1, (INT)exprint(varNR));
H A Dawk.h54 #define MAXDIGINT 19 /* Number of digits in an INT */
93 typedef long long INT; typedef
118 INT N_int;
177 #define FSENSE 0x20 /* Sense if string looks like INT/REAL */
246 INT r_ivalue; /* Integer value or wcslen(r_svalue) */
308 NODE *intnode(INT i);
315 INT exprint(NODE *np);
/illumos-gate/usr/src/cmd/vgrind/
H A Dvgrind.ksh224 trap "rm -f xindex nindex; exit 1" INT QUIT
237 trap - INT QUIT
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A DMakefile44 MAPFILES = $(MAPFILE.INT) $(MAPFILE.NGB)
/illumos-gate/usr/src/cmd/expr/
H A DMakefile48 MAPFILES = $(MAPFILE.INT) $(MAPFILE.NGB)
/illumos-gate/usr/src/cmd/sh/
H A DMakefile48 MAPFILES = $(MAPFILE.INT) $(MAPFILE.NGB)
/illumos-gate/usr/src/tools/scripts/
H A Delfcmp.sh74 trap "rm -f $TMP1 $TMP2" EXIT HUP INT QUIT PIPE TERM
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c1072 enum types {INT = 1, LONG, CHAR_PTR, DOUBLE, LONG_DOUBLE, VOID_PTR, enumerator in enum:types
1117 typelst[targno] = INT;
1124 curtype = INT;
1149 curtype = INT;
1167 typelst[n] = INT;
1170 case INT:
/illumos-gate/usr/src/cmd/fm/scripts/
H A Ddictck.pl49 $SIG{HUP} = $SIG{INT} = $SIG{TERM} = $SIG{__DIE__} = sub {
/illumos-gate/usr/src/cmd/sendmail/src/
H A DMakefile44 MAPFILES = $(MAPFILE.INT) $(MAPFILE.NGB)

Completed in 109 milliseconds

123