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

1234567

/netbsd-current/external/gpl2/lvm2/dist/po/
H A DMakefile.in32 @xgettext -C -F --keyword=print_log --keyword=log_debug \
33 --keyword=log_info --keyword=_ --keyword=N_ \
34 --keyword=log_notice --keyword=log_warn --keyword=log_err \
35 --keyword=log_fatal --keyword
[all...]
H A DMakefile32 @xgettext -C -F --keyword=print_log --keyword=log_debug \
33 --keyword=log_info --keyword=_ --keyword=N_ \
34 --keyword=log_notice --keyword=log_warn --keyword=log_err \
35 --keyword=log_fatal --keyword
[all...]
/netbsd-current/crypto/external/cpl/tpm-tools/dist/po/
H A DMakevars34 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
/netbsd-current/sbin/route/
H A Dextern.h38 int keyword(const char *);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-indentation.h29 ENUM_BITFIELD (rid) keyword : 8; member in struct:token_indent_info
42 info.keyword = token->keyword;
52 guard_tinfo_to_string (enum rid keyword);
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-indentation.h29 ENUM_BITFIELD (rid) keyword : 8; member in struct:token_indent_info
42 info.keyword = token->keyword;
52 guard_tinfo_to_string (enum rid keyword);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-awk.h33 extern void x_awk_keyword (const char *keyword);
H A Dx-csharp.h31 extern void x_csharp_keyword (const char *keyword);
H A Dx-java.h31 extern void x_java_keyword (const char *keyword);
H A Dx-perl.h36 extern void x_perl_keyword (const char *keyword);
H A Dx-php.h35 extern void x_php_keyword (const char *keyword);
H A Dx-python.h33 extern void x_python_keyword (const char *keyword);
H A Dx-sh.h34 extern void x_sh_keyword (const char *keyword);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-c-1022 --keyword=i18n:1 --keyword=i18n:1c,2 --keyword=tr:1 --keyword=tr:1,2c \
H A Dxgettext-c-1122 --keyword=i18n:1 --keyword=i18n:1c,2,2t --keyword=i18n:1,2,3t \
/netbsd-current/external/bsd/ntp/dist/ntpdc/
H A Dntpdc.h46 char *keyword; member in struct:parse
57 const char *keyword; /* command key word */ member in struct:xcmd
/netbsd-current/external/gpl3/gdb/dist/gdb/po/
H A Dgdbtext35 --keyword=_ \
36 --keyword=N_ \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/po/
H A Dgdbtext35 --keyword=_ \
36 --keyword=N_ \
/netbsd-current/bin/ps/
H A DMakefile5 SRCS= fmt.c keyword.c nlist.c print.c ps.c
/netbsd-current/usr.sbin/eeprom/
H A Dmain.c178 * Separate the keyword from the argument (if any), find the keyword in
184 char *keyword, *arg; local
186 keyword = strdup(line);
187 if ((arg = strrchr(keyword, '=')) != NULL)
191 prep_action(keyword, arg);
194 of_action(keyword, arg);
198 op_action(keyword, arg);
201 ee_action(keyword, arg);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/vim/syntax/
H A Dllvm.vim17 syn keyword llvmType void half bfloat float double x86_fp80 fp128 ppc_fp128
18 syn keyword llvmType label metadata x86_mmx x86_amx
19 syn keyword llvmType type label opaque token
25 syn keyword llvmStatement add addrspacecast alloca and arcp ashr atomicrmw
26 syn keyword llvmStatement bitcast br catchpad catchswitch catchret call callbr
27 syn keyword llvmStatement cleanuppad cleanupret cmpxchg eq exact extractelement
28 syn keyword llvmStatement extractvalue fadd fast fcmp fdiv fence fmul fpext
29 syn keyword llvmStatement fptosi fptoui fptrunc free frem fsub fneg getelementptr
30 syn keyword llvmStatement icmp inbounds indirectbr insertelement insertvalue
31 syn keyword llvmStatemen
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dgprofng.cc160 "Usage: %s [--verbose] [--version] [--help] <tool-name> [<keyword>] <args>\n"
180 const char *keyword; member in struct:__anon773
193 const char *keyword = argc > 1 ? argv[1] : ""; local
199 if (app_names[i].keyword == NULL)
204 if (!strcmp (keyword, app_names[i].keyword))
218 fprintf (stderr, GTXT ("%s: error: keyword '%s' is not supported\n"),
220 else if (*keyword == 0)
225 get_basename (get_name ()), tool_name, keyword);
236 if (app_names[first].keyword)
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dgprofng.cc160 "Usage: %s [--verbose] [--version] [--help] <tool-name> [<keyword>] <args>\n"
180 const char *keyword; member in struct:__anon764
193 const char *keyword = argc > 1 ? argv[1] : ""; local
199 if (app_names[i].keyword == NULL)
204 if (!strcmp (keyword, app_names[i].keyword))
218 fprintf (stderr, GTXT ("%s: error: keyword '%s' is not supported\n"),
220 else if (*keyword == 0)
225 get_basename (get_name ()), tool_name, keyword);
236 if (app_names[first].keyword)
[all...]
/netbsd-current/external/gpl2/xcvs/dist/doc/
H A Dmkman.pl57 my ($keyword, $file) = @_;
60 if $keyword =~ /^(|r|t)$/;
62 if $keyword =~ /^(strong|sc|code|file|samp)$/;
64 if $keyword =~ /^(emph|var|dfn)$/;
65 die "no handler for keyword \`$keyword', found at line $. of file \`$file'\n";
70 # Return replacement for \@$keyword{$content}.
73 my ($file, $parent, $keyword, $content) = @_;
76 if $keyword =~ /^(p?x)?ref$/;
78 if $keyword
[all...]
/netbsd-current/tests/bin/ps/
H A Dt_ps.sh46 while read keyword heading flag
48 case "$keyword" in
53 kvar="${keyword}"
54 case "${keyword}" in
55 %*) kvar="p_${keyword#%}"
72 while read keyword heading flag
74 case "$keyword" in
79 kvar="${keyword}"
81 case "${keyword}" in
82 %*) kvar="p_${keyword#
[all...]

Completed in 303 milliseconds

1234567