HomeSort by: relevance | last modified time | path
    Searched refs:INT (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/usr.bin/xlint/common/
param.h 42 #define WCHAR_TSPEC INT
inittyp.c 92 typeinfo("int", INT, UINT, INT_SIZE, INT_RANK, 's'),
93 typeinfo("unsigned int", INT, UINT, INT_SIZE, INT_RANK, 'u'),
  /src/usr.sbin/ipwctl/
ipwctl.c 55 static int do_req(const char *, unsigned long, void *);
59 int
60 main(int argc, char **argv)
62 int ch;
107 static int
110 int s;
112 int error, serrno;
130 int radio;
144 int index;
146 int unit
    [all...]
  /src/usr.bin/xlint/arch/coldfire/
targparam.h 45 #define PTRDIFF_TSPEC INT
47 #define INTPTR_TSPEC INT
  /src/usr.bin/xlint/arch/i386/
targparam.h 45 #define PTRDIFF_TSPEC INT
47 #define INTPTR_TSPEC INT
  /src/usr.bin/xlint/arch/m68000/
targparam.h 45 #define PTRDIFF_TSPEC INT
47 #define INTPTR_TSPEC INT
  /src/usr.bin/xlint/arch/m68k/
targparam.h 45 #define PTRDIFF_TSPEC INT
47 #define INTPTR_TSPEC INT
  /src/usr.bin/xlint/arch/or1k/
targparam.h 45 #define PTRDIFF_TSPEC INT
47 #define INTPTR_TSPEC INT
  /src/usr.bin/xlint/arch/powerpc/
targparam.h 45 #define PTRDIFF_TSPEC INT
47 #define INTPTR_TSPEC INT
  /src/usr.bin/xlint/arch/riscv32/
targparam.h 45 #define PTRDIFF_TSPEC INT
47 #define INTPTR_TSPEC INT
  /src/usr.bin/xlint/arch/sh3/
targparam.h 45 #define PTRDIFF_TSPEC INT
47 #define INTPTR_TSPEC INT
  /src/usr.bin/xlint/arch/mips/
targparam.h 50 #define PTRDIFF_TSPEC INT
52 #define INTPTR_TSPEC INT
  /src/tests/lib/libm/
t_fe_round.c 24 #define INT 9223L
27 rmname(int rm)
51 int round_mode;
53 long int expected;
59 { FE_DOWNWARD, -INT-0.0625, -INT-1},
60 { FE_DOWNWARD, +INT-0.0625, INT-1},
61 { FE_DOWNWARD, -INT+0.0625, -INT},
    [all...]
  /src/usr.sbin/sysinst/
txtwalk.h 38 enum kind {INT, STR};
43 int i_val;
56 int (*func) (struct data *list, size_t num, const struct lookfor*);
79 int walk(char *, size_t, const struct lookfor *, size_t);
txtwalk.c 55 static int process(const struct lookfor *, char *);
56 static int match(char *, const struct lookfor *, size_t);
57 static int finddata(const struct lookfor *, char *, struct data *, size_t *);
62 int
67 int line = 1;
68 int error;
99 static int
105 int error;
124 static int
132 int error
    [all...]
  /src/sys/arch/hpcmips/vr/
vrip_spl.S 66 and v1, v0, v1 # turn off INT bit
  /src/etc/
monthly 24 trap "/bin/rm -rf $MONTHLYDIR ; exit 0" EXIT INT QUIT PIPE
rc.shutdown 30 trap : INT
weekly 31 trap "/bin/rm -rf $WEEKLYDIR ; exit 0" EXIT INT QUIT PIPE
54 # trap "/bin/rm -rf $TDIR ; exit 0" EXIT INT QUIT
rc 42 # Completely ignore INT and QUIT at the outer level. The rc_real_work()
45 trap '' INT QUIT
99 trap : INT
  /src/usr.bin/lorder/
lorder.sh 82 trap "rm -f $N $R $S; exit 1" HUP INT QUIT PIPE TERM 2>/dev/null || \
  /src/bin/ps/
ps.h 45 CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG,
63 int level;
86 int off; /* offset in structure */
91 int width; /* printing width */
  /src/sys/external/bsd/drm2/nouveau/
nouveau2netbsd 29 trap clean EXIT HUP INT TERM
  /src/usr.bin/gzip/
znew 59 trap 'rm -f "$tmp"; exit 1' HUP INT QUIT PIPE TERM
  /src/usr.bin/locate/locate/
updatedb.sh 200 trap 'rm -f "$FILELIST"; exit 1' INT QUIT TERM

Completed in 1408 milliseconds

1 2