HomeSort by: relevance | last modified time | path
    Searched refs:union (Results 1 - 25 of 143) sorted by relevancy

1 2 3 4 5 6

  /src/sys/fs/union/
Makefile 3 INCSDIR= /usr/include/miscfs/union
5 INCS= union.h
  /src/sys/fs/unionfs/
Makefile 3 INCSDIR= /usr/include/miscfs/union
5 INCS= union.h
  /src/sys/modules/union/
Makefile 5 .PATH: ${S}/fs/union
7 KMOD= union
  /src/sys/rump/fs/lib/libunion/
Makefile 4 .PATH: ${.CURDIR}/../../../../fs/union
7 COMMENT=union file system (fan-out layer)
  /src/sys/fs/
Makefile 4 puffs sysvbfs tmpfs udf union v7fs
  /src/tests/fs/union/
Makefile 6 TESTSDIR= ${TESTSBASE}/fs/union
  /src/external/bsd/ntp/dist/ntpdc/
nl.pl 11 if (/^typedef union req_data_u_tag/) {
24 if (/^typedef (union\s*\w*)\s*{\s*$/) {
26 print STDERR "union = '$type'\n" if $debug;
nl.pl.in 11 if (/^typedef union req_data_u_tag/) {
24 if (/^typedef (union\s*\w*)\s*{\s*$/) {
26 print STDERR "union = '$type'\n" if $debug;
  /src/bin/sh/
nodes.c.pat 68 STATIC void calcsize(union node *, struct nodesize *);
70 STATIC union node *copynode(union node *, struct nodecopystate *);
76 union node n; /* must be last */
85 copyfunc(union node *n)
104 union node *
114 calcsize(union node *n, struct nodesize *res)
133 STATIC union node *
134 copynode(union node *n, struct nodecopystate *st)
136 union node *new
    [all...]
mknodes.sh 111 nodeptr ) type="union node *";;
124 echo "union node {"
134 echo " union node *n;"
139 echo 'struct funcdef *copyfunc(union node *);'
140 echo 'union node *getfuncnode(struct funcdef *);'
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-var-cp.exp 79 anonymous union {
87 anonymous union {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-var-cp.exp 79 anonymous union {
87 anonymous union {
  /src/external/gpl3/gcc/dist/libgomp/
libgomp_f.h.in 40 typedef union { omp_lock_t *lock; uint64_t u; } *omp_lock_arg_t;
50 typedef union { omp_nest_lock_t *lock; uint64_t u; } *omp_nest_lock_arg_t;
60 typedef union { omp_lock_25_t *lock; uint64_t u; } *omp_lock_25_arg_t;
70 typedef union { omp_nest_lock_25_t *lock; uint64_t u; } *omp_nest_lock_25_arg_t;
  /src/external/gpl3/gcc.old/dist/libgomp/
libgomp_f.h.in 40 typedef union { omp_lock_t *lock; uint64_t u; } *omp_lock_arg_t;
50 typedef union { omp_nest_lock_t *lock; uint64_t u; } *omp_nest_lock_arg_t;
60 typedef union { omp_lock_25_t *lock; uint64_t u; } *omp_lock_25_arg_t;
70 typedef union { omp_nest_lock_25_t *lock; uint64_t u; } *omp_nest_lock_25_arg_t;
  /src/tests/fs/
Makefile 53 TESTS_SUBDIRS+= union
  /src/usr.bin/ctags/test/
ctags.test 24 union union_3 {
47 union union_one {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
type-opaque.exp 43 # DWARF3: An incomplete structure, union or class type is represented by
44 # a structure, union or class entry that does not have a byte size attribute
112 body union
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
type-opaque.exp 44 # DWARF3: An incomplete structure, union or class type is represented by
45 # a structure, union or class entry that does not have a byte size attribute
113 body union
  /src/distrib/utils/embedded/conf/
usermode.conf 22 /root.cow /root union rw,hidden 0 0
25 /etc.cow /etc union rw,hidden 0 0
28 /var.cow /var union rw,hidden - -
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_syscall_linux_hexagon.inc 16 ((union { \
21 ((union { \
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_syscall_linux_hexagon.inc 16 ((union { \
21 ((union { \
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
name.py 83 self.reachable.union(self.ents)
84 .union(self.reachable_delegations)
85 .union(self.reachable_dnames)
166 all_reachable_names = self.reachable.union(self.reachable_delegations)
  /src/external/mpl/bind/dist/bin/tests/system/isctest/vars/
all.py 38 keys = keys.union(m.keys())
  /src/external/mit/isl/dist/
isl_test_python.py 17 # - construction of empty union set
40 assert(us.is_equal(us.union(empty)))
72 tmp = a.union(b)
73 res_lvalue_param = tmp.union(c)
76 res_rvalue_param = a.union(b).union(c)
300 node = isl.schedule_node.from_domain(A.union(B))
384 filters[0] = filters[0].union(node.filter())
  /src/distrib/utils/embedded/
mkimage 123 tmpfs /var/log tmpfs rw,union,-s32M
124 tmpfs /var/run tmpfs rw,union,-s1M
125 tmpfs /var/mail tmpfs rw,union,-s10M
126 tmpfs /var/chroot tmpfs rw,union,-s10M
130 tmpfs /var/spool/postfix tmpfs rw,union,-s20M
131 tmpfs /var/db/postfix tmpfs rw,union,-s1M

Completed in 26 milliseconds

1 2 3 4 5 6