HomeSort by: relevance | last modified time | path
    Searched refs:dt_cpp_add_arg (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_open.c 1290 if (dt_cpp_add_arg(dtp, "-D__sun") == NULL ||
1291 dt_cpp_add_arg(dtp, "-D__unix") == NULL ||
1292 dt_cpp_add_arg(dtp, "-D__SVR4") == NULL ||
1293 dt_cpp_add_arg(dtp, "-D__SUNW_D=1") == NULL ||
1294 dt_cpp_add_arg(dtp, isadef) == NULL ||
1295 dt_cpp_add_arg(dtp, utsdef) == NULL)
1314 if (dt_cpp_add_arg(dtp, "-D__sparc") == NULL)
1318 dt_cpp_add_arg(dtp, "-D__sparcv9") == NULL)
1330 if (dt_cpp_add_arg(dtp, "-D__amd64") == NULL)
1333 if (dt_cpp_add_arg(dtp, "-D__i386") == NULL
    [all...]
dt_options.c 134 if (dt_cpp_add_arg(dtp, "-H") == NULL)
181 if (dt_cpp_add_arg(dtp, buf) == NULL)
dt_impl.h 617 extern char *dt_cpp_add_arg(dtrace_hdl_t *, const char *);
dt_subr.c 432 dt_cpp_add_arg(dtrace_hdl_t *dtp, const char *str) function

Completed in 26 milliseconds