Searched refs:basic (Results 1 - 25 of 104) sorted by path

12345

/freebsd-11-stable/bin/pwait/tests/
H A Dpwait_test.sh3 atf_test_case basic
237 atf_add_test_case basic
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.fds.ksh74 ppriv -s A=basic,dtrace_proc,dtrace_user $$
H A Dtst.func_access.ksh28 ppriv -s A=basic,dtrace_proc,dtrace_user $$
H A Dtst.getf.ksh26 ppriv -s A=basic,dtrace_proc,dtrace_user $$
H A Dtst.kpriv.ksh18 ppriv -s A=basic,dtrace_user $$
H A Dtst.op_access.ksh28 ppriv -s A=basic,dtrace_proc,dtrace_user $$
H A Dtst.procpriv.ksh26 ppriv -s A=basic,dtrace_proc,dtrace_user $$
H A Dtst.providers.ksh34 ppriv -s A=basic,dtrace_proc,dtrace_user $$
H A Dtst.unpriv_funcs.ksh71 ppriv -s A=basic,dtrace_user $$
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.linkunpriv.ksh39 ppriv -s A=basic $$
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/fbtprovider/
H A DMakefile11 tst.basic.d \
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/llquantize/
H A DMakefile31 tst.basic.d \
32 tst.basic.d.out \
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/profile-n/
H A DMakefile17 tst.basic.d \
18 tst.basic.d.out \
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/scripting/
H A DMakefile21 tst.basic.d \
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex8052 % For the same basic reason, we retypeset the "Top" at every
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffdump.c181 switch (p->u.basic)
H A Dcoffgrok.c317 res->u.basic = type & 0xf;
335 res->u.basic = T_UINT;
H A Dcoffgrok.h145 int basic; /* One of T_VOID.. T_UINT */ member in union:coff_type::__anon259
H A Drdcoff.c62 /* The largest basic type we are prepared to handle. */
84 debug_type basic[T_MAX + 1]; member in struct:coff_types
232 /* Parse a basic COFF type in NTYPE. */
246 && types->basic[ntype] != DEBUG_TYPE_NULL)
247 return types->basic[ntype];
367 types->basic[ntype] = ret;
677 types.basic[i] = DEBUG_TYPE_NULL;
H A Dsrconv.c645 switch (type->u.basic)
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in764 BASIC_BLOCK_H = basic-block.h bitmap.h sbitmap.h varray.h $(PARTITION_H) \
2858 $(srcdir)/cselib.h $(srcdir)/basic-block.h $(srcdir)/cgraph.h \
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.sh159 #NOT YET: See gdbarch.log for basic verification of
1141 basic initialization using values obtained from the INFO andTDEP
1321 printf " /* basic architectural information */\n"
1395 printf " /* basic architecture information */\n"
/freebsd-11-stable/contrib/gdb/
H A Dltconfig340 that provides basic libtool functionality.
/freebsd-11-stable/contrib/libucl/tests/
H A DMakefile.am1 EXTRA_DIST = $(TESTS) basic schema generate.res \
4 TESTS = basic.test \
H A Dbasic.test5 for _tin in ${TEST_DIR}/basic/*.in ; do
7 _out=${TEST_OUT_DIR}/basic.out

Completed in 196 milliseconds

12345