Searched defs:define (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | lookup.c | 22 #define VAR 1 23 #define CONST 2 38 define(name) function 46 printf("define(%s)\n", name);
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | support.c | 31 Dbg_support_req(Lm_list *lml, const char *define, int flag) argument 51 dbg_print(lml, MSG_INTL(MSG_SUP_REQ), define, str);
|
/illumos-gate/usr/src/cmd/eqn/ |
H A D | lex.c | 21 #define SSIZE 400 24 #define putbak(c) *ip++ = c; 25 #define PUSHBACK 300 /* maximum pushback characters */ 32 void define(int); 148 define((int)tp->defn); 227 define(int type) function
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Option.java | 374 public static final String define = "define"; field in class:Option 473 * options, which define the ascending sort reversed by this option.
|
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_main.c | 80 #define EXTEND 1 /* alias for TRUE */ 81 #define DONT_EXTEND 0 /* alias for FALSE */ 83 #define SUNOS_CPP "/usr/lib/cpp" 111 #define ARGLISTLEN 20 112 #define FIXEDARGS 2 126 #define INLINE 5 315 * Open input file with given define for C-preprocessor 318 open_input(char *infile, char *define) argument 329 addarg(define); 401 c_output(char *infile, char *define, in argument 510 h_output(char *infile, char *define, int extend, char *outfile) argument 628 s_output(int argc, char *argv[], char *infile, char *define, int extend, char *outfile, int nomain, int netflag) argument 716 l_output(char *infile, char *define, int extend, char *outfile) argument 753 t_output(char *infile, char *define, int extend, char *outfile) argument 775 svc_output(char *infile, char *define, int extend, char *outfile) argument 811 clnt_output(char *infile, char *define, int extend, char *outfile) argument [all...] |
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | elf.c | 539 char *version, *define; local 568 define = (char *)(nstrs + vdap->vda_name); 569 if (strcmp(version, define) != 0)
|
Completed in 1372 milliseconds