Searched refs:keywords (Results 1 - 25 of 177) sorted by relevance

12345678

/netbsd-current/tests/bin/ps/
H A DMakefile10 FILES= keywords
H A Dt_ps.sh37 # Parse the "keywords" file into a load of shell variables
42 # for all normal keywords (except aliases), and
66 *) atf_fail "unknown flag in keywords"
69 done <"$(atf_get_srcdir)/keywords"
91 done <"$(atf_get_srcdir)/keywords"
93 # default sets of keywords
102 # Convert a list of keywords like "pid comm" to a regexp
106 local keywords="$1"
108 regexp="$(echo "$keywords" | \
159 # from the specified keywords
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
H A Derrors.exp21 if {[prepare_for_testing "failed to prepare" linespecs keywords.c]} {
/netbsd-current/lib/libc/gen/
H A Dfmtmsg.c61 } keywords[] = { variable in typeref:struct:keyword
69 static const size_t nkeywords = sizeof (keywords) / sizeof (keywords[0]);
72 * Convert a colon-separated list of known keywords to a set of MM_VERB*
74 * keywords.
88 if (memcmp(str, keywords[i].keyword, keywords[i].len)
90 (*(str + keywords[i].len) == ':' ||
91 *(str + keywords[i].len) == '\0'))
100 if (*(str += keywords[
[all...]
/netbsd-current/distrib/utils/x_route/
H A DMakefile11 SRCS= keywords.c route.c rtutil.c show.c
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dparseinfo.h17 void *keywords; member in struct:config
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-librep.c68 static hash_table keywords; variable
90 if (keywords.table == NULL)
91 hash_init (&keywords, 100);
99 insert_keyword_callshape (&keywords, name, end - name, &shape);
103 /* Finish initializing the keywords hash table.
110 /* When adding new keywords here, also update the documentation in
664 if (hash_find_entry (&keywords,
H A Dx-elisp.c66 static hash_table keywords; variable
88 if (keywords.table == NULL)
89 hash_init (&keywords, 100);
97 insert_keyword_callshape (&keywords, name, end - name, &shape);
101 /* Finish initializing the keywords hash table.
108 /* When adding new keywords here, also update the documentation in
690 if (hash_find_entry (&keywords,
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/
H A Dsetup.py23 keywords = 'test C++ automatic discovery', variable
/netbsd-current/sbin/route/
H A Dkeywords.sh2 # $NetBSD: keywords.sh,v 1.10 2011/11/11 15:09:32 gdt Exp $
3 # @(#)keywords 8.2 (Berkeley) 3/19/94
82 exec > keywords.h
86 /* WARNING! This file was generated by keywords.sh */
91 } keywords[];
103 exec > keywords.c
107 /* WARNING! This file was generated by keywords.sh */
109 #include "keywords.h"
111 struct keytab keywords[] = {
H A Dkeywords.h1 /* $NetBSD: keywords.h,v 1.14 2016/04/04 07:37:07 ozaki-r Exp $ */
3 /* WARNING! This file was generated by keywords.sh */
8 } keywords[];
H A Dkeywords.c1 /* $NetBSD: keywords.c,v 1.11 2016/04/04 07:37:07 ozaki-r Exp $ */
3 /* WARNING! This file was generated by keywords.sh */
5 #include "keywords.h"
7 struct keytab keywords[] = { variable in typeref:struct:keytab
H A DMakefile8 SRCS= route.c show.c keywords.c rtutil.c
24 # would like keywords.[ch] to always exist here, so
28 # CLEANFILES+= keywords.c keywords.h
29 # keywords.c keywords.h : keywords.sh
30 # ${HOST_SH} keywords.sh
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-arch.c115 static const char *keywords[] = { "start_pc", "end_pc", "count", NULL }; local
126 keywords, &start_temp, &end_obj,
236 static const char *keywords[] = { "reggroup", NULL }; local
241 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "|s", keywords,
H A Dpy-objfile.c216 objfpy_new (PyTypeObject *type, PyObject *args, PyObject *keywords)
414 static const char *keywords[] = { "file_name", NULL };
420 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s", keywords, &file_name))
443 static const char *keywords[] = { "name", "domain", NULL };
450 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords, &symbol_name,
477 static const char *keywords[] = { "name", "domain", NULL };
484 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords, &symbol_name,
619 static const char *keywords[] = { "name", "by_build_id", NULL };
625 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|O!", keywords,
215 objfpy_new(PyTypeObject *type, PyObject *args, PyObject *keywords) argument
413 static const char *keywords[] = { "file_name", NULL }; local
442 static const char *keywords[] = { "name", "domain", NULL }; local
476 static const char *keywords[] = { "name", "domain", NULL }; local
618 static const char *keywords[] = { "name", "by_build_id", NULL }; local
/netbsd-current/external/mit/isl/dist/
H A Disl_stream_private.h62 struct isl_hash_table *keywords; member in struct:isl_stream
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-utils.c119 count_keywords (const SCM *keywords)
123 if (keywords == NULL)
125 for (i = 0; keywords[i] != SCM_BOOL_F; ++i)
318 const SCM *keywords,
330 num_keywords = count_keywords (keywords);
387 i = lookup_keyword (keywords, keyword);
474 KEYWORDS may be NULL if there are no keywords.
493 remaining characters in the format string as their are keywords.
495 #required + #optional + #keywords.
532 const SCM *keywords,
117 count_keywords(const SCM *keywords) argument
314 gdbscm_parse_function_args_1(const char *func_name, int beginning_arg_pos, const SCM *keywords, const char *format, va_list args) argument
528 gdbscm_parse_function_args(const char *func_name, int beginning_arg_pos, const SCM *keywords, const char *format, ...) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-utils.c119 count_keywords (const SCM *keywords)
123 if (keywords == NULL)
125 for (i = 0; keywords[i] != SCM_BOOL_F; ++i)
318 const SCM *keywords,
330 num_keywords = count_keywords (keywords);
387 i = lookup_keyword (keywords, keyword);
474 KEYWORDS may be NULL if there are no keywords.
493 remaining characters in the format string as their are keywords.
495 #required + #optional + #keywords.
532 const SCM *keywords,
117 count_keywords(const SCM *keywords) argument
314 gdbscm_parse_function_args_1(const char *func_name, int beginning_arg_pos, const SCM *keywords, const char *format, va_list args) argument
528 gdbscm_parse_function_args(const char *func_name, int beginning_arg_pos, const SCM *keywords, const char *format, ...) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-arch.c129 static const char *keywords[] = { "start_pc", "end_pc", "count", NULL }; local
139 keywords, &start_obj, &end_obj,
239 static const char *keywords[] = { "reggroup", NULL }; local
244 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "|s", keywords,
272 static const char *keywords[] = { "size", "signed", NULL }; local
276 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "i|O", keywords,
H A Dpy-objfile.c242 objfpy_new (PyTypeObject *type, PyObject *args, PyObject *keywords)
440 static const char *keywords[] = { "file_name", NULL };
446 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s", keywords, &file_name))
469 static const char *keywords[] = { "name", "domain", NULL };
476 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords, &symbol_name,
503 static const char *keywords[] = { "name", "domain", NULL };
510 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords, &symbol_name,
594 static const char *keywords[] = { "name", "by_build_id", NULL };
599 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|O!", keywords,
241 objfpy_new(PyTypeObject *type, PyObject *args, PyObject *keywords) argument
439 static const char *keywords[] = { "file_name", NULL }; local
468 static const char *keywords[] = { "name", "domain", NULL }; local
502 static const char *keywords[] = { "name", "domain", NULL }; local
593 static const char *keywords[] = { "name", "by_build_id", NULL }; local
H A Dpy-symbol.c390 static const char *keywords[] = { "name", "block", "domain", NULL }; local
395 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|O!i", keywords, &name,
458 static const char *keywords[] = { "name", "domain", NULL }; local
462 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords, &name,
498 static const char *keywords[] = { "name", "domain", NULL }; local
502 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords, &name,
563 static const char *keywords[] = { "name", "domain", NULL }; local
565 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords, &name,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
H A Dcpcompletion.exp842 proc_with_prefix keywords-after-function {} {
866 proc_with_prefix keywords-after-label {} {
888 proc_with_prefix keywords-after-unknown-file {} {
958 keywords-after-function
959 keywords-after-label
960 keywords-after-unknown-file
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-214 Sometimes keywords can be spread apart
H A Dxgettext-314 Sometimes keywords can be spread apart
H A Dxgettext-c-213 Sometimes keywords can be spread apart

Completed in 253 milliseconds

12345678