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

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/
H A Dncparse.c72 } kw[] = { variable in typeref:struct:KeyWords
97 while ( kw[i].name && kw[i].tok != tok )
100 return kw[i].name;
110 while ( kw[i].name && strcmp (kw[i].name, keyword) != 0 )
113 return kw[i].tok;
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Dscan.l295 struct kwtab *kw;
300 for (kw = kwtab; kw->kw_name != NULL; kw++) {
301 if ((kw->kw_c89 || kw->kw_c99) && tflag)
303 if (kw->kw_c99 && !(Sflag || gflag))
305 if (kw->kw_gcc && !gflag)
308 sym->s_name = kw->kw_name;
310 sym->s_value.v_quad = kw
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_misc.c512 char *kw; local
525 kw = strtok(buff, " \t");
526 if (kw == NULL)
531 if (!strcasecmp(kw, "spooldir")) {
536 if (!strcasecmp(kw, "wtmp")) {
546 if (!strcasecmp(kw, "printer")) {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/
H A Dpy-inferior.c360 infpy_read_memory (PyObject *self, PyObject *args, PyObject *kw) argument
371 if (! PyArg_ParseTupleAndKeywords (args, kw, "OO", keywords,
429 infpy_write_memory (PyObject *self, PyObject *args, PyObject *kw) argument
439 if (! PyArg_ParseTupleAndKeywords (args, kw, "Os#|O", keywords,
542 infpy_search_memory (PyObject *self, PyObject *args, PyObject *kw) argument
553 if (! PyArg_ParseTupleAndKeywords (args, kw, "OOO", keywords,
H A Dpy-symbol.c256 gdbpy_lookup_symbol (PyObject *self, PyObject *args, PyObject *kw) argument
265 if (! PyArg_ParseTupleAndKeywords (args, kw, "s|O!i", keywords, &name,
317 gdbpy_lookup_global_symbol (PyObject *self, PyObject *args, PyObject *kw) argument
325 if (! PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords, &name,
H A Dpython-internal.h138 PyObject *gdbpy_lookup_symbol (PyObject *self, PyObject *args, PyObject *kw);
140 PyObject *kw);
144 PyObject *gdbpy_lookup_type (PyObject *self, PyObject *args, PyObject *kw);
H A Dpython.c342 execute_gdb_command (PyObject *self, PyObject *args, PyObject *kw)
351 if (! PyArg_ParseTupleAndKeywords (args, kw, "s|O!O!", keywords, &arg,
690 gdbpy_write (PyObject *self, PyObject *args, PyObject *kw)
696 if (! PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords, &arg,
724 gdbpy_flush (PyObject *self, PyObject *args, PyObject *kw)
729 if (! PyArg_ParseTupleAndKeywords (args, kw, "|i", keywords,
341 execute_gdb_command(PyObject *self, PyObject *args, PyObject *kw) argument
688 gdbpy_write(PyObject *self, PyObject *args, PyObject *kw) argument
722 gdbpy_flush(PyObject *self, PyObject *args, PyObject *kw) argument
H A Dpy-cmd.c407 cmdpy_init (PyObject *self, PyObject *args, PyObject *kw)
431 if (! PyArg_ParseTupleAndKeywords (args, kw, "si|iO",
405 cmdpy_init(PyObject *self, PyObject *args, PyObject *kw) argument
H A Dpy-value.c308 valpy_lazy_string (PyObject *self, PyObject *args, PyObject *kw) argument
316 if (!PyArg_ParseTupleAndKeywords (args, kw, "|s" GDB_PY_LL_ARG, keywords,
337 valpy_string (PyObject *self, PyObject *args, PyObject *kw) argument
351 if (!PyArg_ParseTupleAndKeywords (args, kw, "|ssi", keywords,
H A Dpy-type.c1024 gdbpy_lookup_type (PyObject *self, PyObject *args, PyObject *kw)
1032 if (! PyArg_ParseTupleAndKeywords (args, kw, "s|O", keywords,
1020 gdbpy_lookup_type(PyObject *self, PyObject *args, PyObject *kw) argument
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dgcc_compat.c40 static struct kw { struct
43 } kw[] = { variable in typeref:struct:kw
103 struct kw *kwp;
108 for (kwp = kw; kwp->name; kwp++)
134 struct kw *kwp;
138 if (str == kw[21].ptr)
139 return kw[21].rv;
144 for (i = 0, kwp = kw; kwp->name; kwp++, i++)
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dgcc_compat.c40 static struct kw { struct
43 } kw[] = { variable in typeref:struct:kw
103 struct kw *kwp;
108 for (kwp = kw; kwp->name; kwp++)
134 struct kw *kwp;
138 if (str == kw[21].ptr)
139 return kw[21].rv;
144 for (i = 0, kwp = kw; kwp->name; kwp++, i++)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/lib/
H A Dlto.exp252 set kw [lindex [lindex $op 3] 0]
253 if [string match "target" $kw] {
255 } elseif [string match "xfail" $kw] {
/netbsd-6-1-5-RELEASE/usr.bin/locale/
H A Dlocale.c636 showdetails(char *kw) argument
641 if (kwval_lookup(kw, &kwval, &cat, &isstr) == 0) {
655 printf("%s=\"%s\"\n", kw, kwval);
658 printf("%s=%d\n", kw, tmpval);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Drclex.c125 const struct rclex_keywords *kw = &keywds[0]; local
129 if (! strcmp (kw->name, key))
130 return kw->tok;
131 ++kw;
133 while (kw->name != NULL);
/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dspec.c520 char *kw, *val, *md, *ep; local
523 while ((kw = strsep(&t, "= \t")) != NULL) {
524 if (*kw == '\0')
526 if (strcmp(kw, "all") == 0)
528 ip->flags |= type = parsekey(kw, &value);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isccfg/
H A Dnamedconf.c1893 const keyword_type_t *kw = type->of; local
1897 strcasecmp(TOKEN_STRING(pctx), kw->name) == 0) {
1899 CHECK(kw->type->parse(pctx, kw->type, &obj));
1906 kw->name);
1953 const keyword_type_t *kw = obj->type->of; local
1954 cfg_print_cstr(pctx, kw->name);
1956 kw->type->print(pctx, obj);
1961 const keyword_type_t *kw = type->of; local
1962 cfg_print_cstr(pctx, kw
1969 const keyword_type_t *kw = type->of; local
2129 const keyword_type_t *kw = type->of; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/doc/
H A DMakefile.am130 gettext.kw gettext.kws \
H A DMakefile.in353 gettext.evs gettext.fn gettext.fns gettext.kw gettext.kws \
526 gettext.em gettext.ems gettext.ev gettext.fn gettext.kw \
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Difconfig.c716 struct kwinst kw = {.k_type = KW_T_INT}; local
719 kw.k_word = afp->af_name;
720 kw.k_int = afp->af_af;
723 familykw[i] = kw;
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dsanity.sh23950 echo '$''Id$' >kw
23956 ls -l kw >${TESTDIR}/1/stamp.kw.touch
23961 dotest stamps-3 "${testcvs} add aa kw" \
23963 ${SPROG} add: scheduling file .kw. for addition
23966 ls -l kw >${TESTDIR}/1/stamp.kw.add
23970 dotest stamps-4kw \
23971 "cmp ${TESTDIR}/1/stamp.kw.touch ${TESTDIR}/1/stamp.kw
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/config/
H A Dtexinfo.tex1843 \def\kitemzzz #1{\dosubind {kw}{\code{#1}}{for {\bf \lastfunction}}%
1846 \def\xitemzzz #1{\dosubind {kw}{\code{#1}}{for {\bf \xitemsubtopic}}%
/netbsd-6-1-5-RELEASE/gnu/dist/autoconf/config/
H A Dtexinfo.tex1818 \def\kitemzzz #1{\dosubind {kw}{\code{#1}}{for {\bf \lastfunction}}%
1821 \def\xitemzzz #1{\dosubind {kw}{\code{#1}}{for {\bf \xitemsubtopic}}%
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/config/
H A Dtexinfo.tex1843 \def\kitemzzz #1{\dosubind {kw}{\code{#1}}{for {\bf \lastfunction}}%
1846 \def\xitemzzz #1{\dosubind {kw}{\code{#1}}{for {\bf \xitemsubtopic}}%
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/build-aux/
H A Dtexinfo.tex1796 \def\kitemzzz #1{\dosubind {kw}{\code{#1}}{for {\bf \lastfunction}}%
1799 \def\xitemzzz #1{\dosubind {kw}{\code{#1}}{for {\bf \xitemsubtopic}}%

Completed in 240 milliseconds