Home
last modified time | relevance | path

Searched refs:dt_cpp_add_arg (Results 1 – 4 of 4) sorted by relevance

/src/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_open.c1247 if (dt_cpp_add_arg(dtp, "-D__sun") == NULL || in dt_vopen()
1248 dt_cpp_add_arg(dtp, "-D__unix") == NULL || in dt_vopen()
1249 dt_cpp_add_arg(dtp, "-D__SVR4") == NULL || in dt_vopen()
1250 dt_cpp_add_arg(dtp, "-D__SUNW_D=1") == NULL || in dt_vopen()
1251 dt_cpp_add_arg(dtp, isadef) == NULL || in dt_vopen()
1252 dt_cpp_add_arg(dtp, utsdef) == NULL) in dt_vopen()
1274 if (dt_cpp_add_arg(dtp, "-D__amd64") == NULL) in dt_vopen()
1277 if (dt_cpp_add_arg(dtp, "-D__i386") == NULL) in dt_vopen()
1284 if (dt_cpp_add_arg(dtp, "-m64") == NULL) in dt_vopen()
1287 if (dt_cpp_add_arg(dtp, "-m32") == NULL) in dt_vopen()
H A Ddt_options.c132 if (dt_cpp_add_arg(dtp, "-H") == NULL) in dt_opt_cpp_hdrs()
187 if (dt_cpp_add_arg(dtp, buf) == NULL) { in dt_opt_cpp_opts()
H A Ddt_impl.h621 extern char *dt_cpp_add_arg(dtrace_hdl_t *, const char *);
H A Ddt_subr.c427 dt_cpp_add_arg(dtrace_hdl_t *dtp, const char *str) in dt_cpp_add_arg() function