Searched refs:first (Results 1 - 25 of 4255) sorted by relevance

1234567891011>>

/netbsd-current/usr.bin/make/unit-tests/
H A Ddepsrc-use.exp0 first 1
2 first 2
5 first-first 1
6 first-first 2
7 first-second 1
8 first-second 2
H A Dvarname-dot-alltargets.exp2 first second source
3 first second source all .END
H A Dvarname-dot-newline.exp0 first
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dada-linkage-name.c21 first (char *x) function
42 first (0);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dada-linkage-name.c21 first (char *x) function
42 first (0);
H A Dmissing-type-name-for-templates.cc18 template<typename first, typename second>
21 first me;
25 template<typename first, typename second>
28 first me;
32 template<int val1, typename first, int val2, typename second>
35 first me;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dcplabel.cc24 bool first = true; local
31 if (first)
33 first = false;
50 bool first = true; local
57 if (first)
59 first = false;
H A Dnsnested.cc24 first() function in namespace:C
35 return C::first();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dcplabel.cc24 bool first = true; local
31 if (first)
33 first = false;
50 bool first = true; local
57 if (first)
59 first = false;
H A Dnsnested.cc24 first() function in namespace:C
35 return C::first();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Doffsets.c20 char first[0x10000000 + 16]; member in struct:big_struct
H A Dnested-subp3.c23 extern void parent (int first, callback_t cb);
38 parent (int first, callback_t cb) argument
49 parent_first == first (which should be one: see the IF block below). */
50 const int parent_first = first;
52 ignore (first);
55 if (first)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Doffsets.c20 char first[0x10000000 + 16]; member in struct:big_struct
H A Dnested-subp3.c23 extern void parent (int first, callback_t cb);
38 parent (int first, callback_t cb) argument
49 parent_first == first (which should be one: see the IF block below). */
50 const int parent_first = first;
52 ignore (first);
55 if (first)
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Dllist.h39 struct llist_node *first; member in struct:llist_head
50 head->first = NULL;
60 empty = (atomic_load_acquire(&head->first) == NULL);
68 struct llist_node *first; local
71 first = head->first;
72 node->next = first;
74 } while (atomic_cas_ptr(&head->first, first, node) != first);
80 llist_add_batch(struct llist_node *first, struct llist_node *last, struct llist_head *head) argument
96 struct llist_node *first; local
107 struct llist_node *first; local
[all...]
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dc11_generic_expression.c73 comma_expression(char first, double second) argument
76 return _Generic(first, second,
77 char: "first",
89 assignment_expression(int first, int second) argument
91 return _Generic(first = second,
92 int: second = first
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dconcat.c28 @code{xmalloc}ed memory. The argument list is terminated by the first
59 vconcat_length (const char *first, va_list args) argument
64 for (arg = first; arg ; arg = va_arg (args, const char *))
71 vconcat_copy (char *dst, const char *first, va_list args) argument
76 for (arg = first; arg ; arg = va_arg (args, const char *))
90 concat_length (const char *first, ...) argument
95 va_start (args, first);
96 length = vconcat_length (first, args);
105 concat_copy (char *dst, const char *first, ...) argument
110 va_start (args, first);
129 concat_copy2(const char *first, ...) argument
140 concat(const char *first, ...) argument
177 reconcat(char *optr, const char *first, ...) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dconcat.c28 @code{xmalloc}ed memory. The argument list is terminated by the first
59 vconcat_length (const char *first, va_list args) argument
64 for (arg = first; arg ; arg = va_arg (args, const char *))
71 vconcat_copy (char *dst, const char *first, va_list args) argument
76 for (arg = first; arg ; arg = va_arg (args, const char *))
90 concat_length (const char *first, ...) argument
95 va_start (args, first);
96 length = vconcat_length (first, args);
105 concat_copy (char *dst, const char *first, ...) argument
110 va_start (args, first);
129 concat_copy2(const char *first, ...) argument
140 concat(const char *first, ...) argument
177 reconcat(char *optr, const char *first, ...) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dconcat.c28 @code{xmalloc}ed memory. The argument list is terminated by the first
59 vconcat_length (const char *first, va_list args) argument
64 for (arg = first; arg ; arg = va_arg (args, const char *))
71 vconcat_copy (char *dst, const char *first, va_list args) argument
76 for (arg = first; arg ; arg = va_arg (args, const char *))
90 concat_length (const char *first, ...) argument
95 va_start (args, first);
96 length = vconcat_length (first, args);
105 concat_copy (char *dst, const char *first, ...) argument
110 va_start (args, first);
129 concat_copy2(const char *first, ...) argument
140 concat(const char *first, ...) argument
177 reconcat(char *optr, const char *first, ...) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dconcat.c28 @code{xmalloc}ed memory. The argument list is terminated by the first
59 vconcat_length (const char *first, va_list args) argument
64 for (arg = first; arg ; arg = va_arg (args, const char *))
71 vconcat_copy (char *dst, const char *first, va_list args) argument
76 for (arg = first; arg ; arg = va_arg (args, const char *))
90 concat_length (const char *first, ...) argument
95 va_start (args, first);
96 length = vconcat_length (first, args);
105 concat_copy (char *dst, const char *first, ...) argument
110 va_start (args, first);
129 concat_copy2(const char *first, ...) argument
140 concat(const char *first, ...) argument
177 reconcat(char *optr, const char *first, ...) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dconcat.c28 @code{xmalloc}ed memory. The argument list is terminated by the first
59 vconcat_length (const char *first, va_list args) argument
64 for (arg = first; arg ; arg = va_arg (args, const char *))
71 vconcat_copy (char *dst, const char *first, va_list args) argument
76 for (arg = first; arg ; arg = va_arg (args, const char *))
90 concat_length (const char *first, ...) argument
95 va_start (args, first);
96 length = vconcat_length (first, args);
105 concat_copy (char *dst, const char *first, ...) argument
110 va_start (args, first);
129 concat_copy2(const char *first, ...) argument
140 concat(const char *first, ...) argument
177 reconcat(char *optr, const char *first, ...) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dconcat.c28 @code{xmalloc}ed memory. The argument list is terminated by the first
59 vconcat_length (const char *first, va_list args) argument
64 for (arg = first; arg ; arg = va_arg (args, const char *))
71 vconcat_copy (char *dst, const char *first, va_list args) argument
76 for (arg = first; arg ; arg = va_arg (args, const char *))
90 concat_length (const char *first, ...) argument
95 va_start (args, first);
96 length = vconcat_length (first, args);
105 concat_copy (char *dst, const char *first, ...) argument
110 va_start (args, first);
129 concat_copy2(const char *first, ...) argument
140 concat(const char *first, ...) argument
177 reconcat(char *optr, const char *first, ...) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-events.c27 int first(){ function
38 return first();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-events.c27 int first(){ function
38 return first();
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dlabel.l2 .*:12: Error: Label must be first in a bundle
3 .*:19: Error: Label must be first in a bundle

Completed in 344 milliseconds

1234567891011>>