| /onnv/onnv-gate/usr/src/cmd/nl/ |
| Makefile | 47 MAPFILE.INT = ../expr/mapfile-intf 48 LDFLAGS += $(MAPFILE.INT:%=-M%) 56 $(PROG): nlobjs $(NLOBJ) $(MAPFILE.INT) 60 $(XPG4): nlobjs.xpg4 $(XPG4NLOBJ) $(MAPFILE.INT)
|
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/ |
| Makefile | 68 MAPFILE.INT.L = $(MAPFILE.NGB) mapfile-intf-nislog 69 MAPFILE.INT.T = $(MAPFILE.NGB) mapfile-intf-nisldapmaptest 70 MAPFILE.INT.R = $(MAPFILE.NGB) mapfile-intf-rpc.nisd 71 nislog := LDFLAGS += $(MAPFILE.INT.L:%=-M%) 72 nisldapmaptest := LDFLAGS += $(MAPFILE.INT.T:%=-M%) 73 rpc.nisd := LDFLAGS += $(MAPFILE.INT.R:%=-M%) 98 nislog: $(LOG_OBJS) $(MAPFILE.INT.L) 106 rpc.nisd: $(SRV_OBJS) $(MAPFILE.INT.R) 110 nisldapmaptest: $(NISLDAPMAPTEST_OBJS) $(MAPFILE.INT.T)
|
| /onnv/onnv-gate/usr/src/cmd/tcpd/ |
| Makefile | 27 MAPFILE.INT.D = $(MAPFILE.NGB) mapfile-intf-tcpdchk 28 MAPFILE.INT.M = $(MAPFILE.NGB) mapfile-intf-tcpdmatch 29 MAPFILE.INT.F = $(MAPFILE.NGB) mapfile-intf-tryfrom 31 tcpdchk := LDFLAGS +=$(MAPFILE.INT.D:%=-M%) 32 tcpdmatch := LDFLAGS +=$(MAPFILE.INT.M:%=-M%) 33 try-from := LDFLAGS +=$(MAPFILE.INT.F:%=-M%)
|
| /onnv/onnv-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
| printfuncs.h | 38 enum { CHAR, SHORT, UNSIGNED_SHORT, INT, UNSIGNED, LONG, UNSIGNED_LONG, 50 int is_void(ENTRY *);
|
| /onnv/onnv-gate/usr/src/cmd/ed/ |
| Makefile | 49 MAPFILE.INT = ../expr/mapfile-intf 50 LDFLAGS += $(MAPFILE.INT:%=-M%) 63 $(PROG): $(EDOBJ) $(MAPFILE.INT) 67 $(XPG4): edobjs.xpg4 $(XPG4EDOBJ) $(MAPFILE.INT) 71 $(XPG6): edobjs.xpg6 $(XPG6EDOBJ) $(MAPFILE.INT)
|
| /onnv/onnv-gate/usr/src/cmd/spell/ |
| malloc.c | 54 * ALIGN, NALIGN, BLOCK, BUSY, INT 55 * where INT is integer type to which a pointer can be cast 57 #define INT int 58 #define ALIGN int 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) 71 int calloc; /*calloc clears an array of integers*/ 124 if((INT)q != -1 [all...] |
| /onnv/onnv-gate/usr/src/cmd/oamuser/user/ |
| userdefs.c | 68 #define INT 0 78 const int type; /* type of entry */ 84 { GIDSTR, sizeof (GIDSTR) - 1, INT, DEFOFF(defgroup) }, 89 { INACTSTR, sizeof (INACTSTR) - 1, INT, DEFOFF(definact) }, 115 static int ind = NDEF - 1; 117 int lastind = ind; 191 case INT: 192 FIELD(&defaults, pe, int) = 193 (int)strtol(ptr, NULL, 10); 227 int outcount = 0 [all...] |
| /onnv/onnv-gate/usr/src/lib/libbc/libc/stdio/common/ |
| doprnt.c | 98 void _getarg(char *, stva_list *, int); 99 static char *_check_dol(char *, int *); 101 int 115 int filecnt; 118 int width; 119 int prec; 125 int lzero; 142 int nblank; 152 int rzero; 155 int suffixlength [all...] |
| /onnv/onnv-gate/usr/src/ucblib/libucb/port/stdio/ |
| doprnt.c | 71 #define PAD(s, n) { int nn; \ 121 void _getarg(char *, stva_list *, int); 122 static int _lowdigit(long *); 125 static int 132 int lowbit = (int)(*valptr & 1); 136 return ((int)(value % 5 * 2 + lowbit + '0')); 155 int 170 int count = 0; 177 int width, prec [all...] |
| /onnv/onnv-gate/usr/src/cmd/lms/ |
| types.h | 47 typedef signed int INT32, *PINT32; 50 typedef unsigned int UINT32, *PUINT32; 57 typedef int BOOL; 66 typedef int *PINT; 67 typedef int *LPINT; 76 typedef int INT; 77 typedef unsigned int UINT; 78 typedef unsigned int *PUINT;
|
| /onnv/onnv-gate/usr/src/cmd/awk_xpg4/ |
| awk.h | 54 #define MAXDIGINT 19 /* Number of digits in an INT */ 82 int bcmp(); 85 #define memcpy(b1, b2, n) bcopy(b2, b1, (int)n) 93 typedef long long INT; 118 INT N_int; 177 #define FSENSE 0x20 /* Sense if string looks like INT/REAL */ 245 int r_type; /* Type of node */ 246 INT r_ivalue; /* Integer value or wcslen(r_svalue) */ 255 int rf_type; /* FUNC || GETLINE */ 269 int yyparse(void) [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_ldap.c | 62 static int ldap = 0; /* flag to control initialization */ 64 int src; 65 int dst; 70 int osilen = 0; 77 int gi_osibuf[MAX_CTX]; 78 int otyp[MAX_CTX]; 79 int olen[MAX_CTX]; 80 int level[MAX_CTX]; 82 void decode_ldap(char *buf, int len); 86 #define INT(a) ((int)(a) [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/print/ |
| doprnt.c | 91 int retp; \ 100 int retp; \ 205 static int _rec_scrswidth(wchar_t *, ssize_t); 226 static void _wmkarglst(wchar_t *, stva_list, stva_list [], int); 227 static void _wgetarg(wchar_t *, stva_list *, long, int); 229 static void _mkarglst(char *, stva_list, stva_list [], int); 230 void _getarg(char *, stva_list *, long, int); 236 static int 249 return ((int)value); 252 static int [all...] |
| /onnv/onnv-gate/usr/src/lib/libslp/clib/ |
| slp_ami.h | 118 int version; /* default assumed if omitted */ 134 unsigned int length; /* number of significant bits */ 145 unsigned int length; /* number of significant bits */ 150 unsigned int length; 154 typedef int ami_cert_version; 237 int version; 243 typedef int INT; 255 int usage; 283 int uid [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ipw/ |
| ipw2100_impl.h | 99 int (*sc_newstate)(struct ieee80211com *, 100 enum ieee80211_state, int); 101 int sc_authmode; 102 int sc_suspended; 129 int sc_done; /* command is done */ 169 int if_flags; 187 extern int ipw2100_init(struct ipw2100_softc *sc); 188 extern int ipw2100_disable(struct ipw2100_softc *sc); 194 int index; 196 int unit [all...] |
| /onnv/onnv-gate/usr/src/lib/libsldap/common/ |
| ns_internal.h | 100 #define LAST_VALUE (int)NS_LDAP_HOST_CERTPATH_P 207 void __s_api_debug_pause(int priority, int st, const char *mesg); 272 INT = 5, /* single integer */ 309 int value; 313 #define ENUM2INT(x) ((int)(x)) 406 int ns_acnt; 409 int *pi; 411 int i; 439 int nUse [all...] |