| /src/usr.bin/whatis/ |
| Makefile | 8 PROG= whatis 9 SRCS= whatis.c manconf.c
|
| whatis.c | 1 /* $NetBSD: whatis.c,v 1.24 2011/09/06 18:46:03 joerg Exp $ */ 41 static char sccsid[] = "@(#)whatis.c 8.5 (Berkeley) 1/2/94"; 43 __RCSID("$NetBSD: whatis.c,v 1.24 2011/09/06 18:46:03 joerg Exp $"); 68 static void whatis(char **, char *, int); 112 whatis(argv, p_augment, 1); 114 whatis(argv, p_path, 1); 131 whatis(argv, *p, 0); 137 fprintf(stderr, "whatis: no %s file found.\n", _PATH_WHATIS); 150 whatis(char **argv, char *path, int buildpath) function 248 "usage: whatis [-C file] [-M path] [-m path] command ...\n") [all...] |
| /src/usr.sbin/makemandb/ |
| Makefile | 8 PROGS= makemandb apropos whatis 11 SRCS.whatis= whatis.c apropos-utils.c manconf.c custom_apropos_tokenizer.c 14 MAN.whatis= whatis.1 18 BINDIR.whatis= /usr/bin
|
| whatis.c | 1 /* $NetBSD: whatis.c,v 1.10 2023/08/03 07:49:23 rin Exp $ */ 32 __RCSID("$NetBSD: whatis.c,v 1.10 2023/08/03 07:49:23 rin Exp $"); 44 fprintf(stderr, "%s [-C path] ...\n", "whatis"); 49 whatis(sqlite3 *db, const char *cmd) function 108 retval |= whatis(db, *argv++);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| whatis-exp.exp | 20 # tests for whatis command on expressions. 21 # used in file eval.c. This flavor of whatis 32 if { [prepare_for_testing "failed to prepare" whatis-exp int-type.c {debug nowarnings}] } { 58 gdb_test "whatis x+y" "type = int" "whatis value of x+y" 59 gdb_test "whatis x-y" "type = int" "whatis value of x-y" 60 gdb_test "whatis x*y" "type = int" "whatis value of x*y" 61 gdb_test "whatis x/y" "type = int" "whatis value of x/y [all...] |
| nodebug.exp | 126 #LANG #PRINT #WHATIS #PTYPE 154 gdb_test "whatis top" $whatis_re 177 #exp #fmt #print #ptype/whatis 209 set whatis [subst -nobackslashes [lindex $line 3]] 215 gdb_test "whatis $exp" $whatis 216 gdb_test "ptype $exp" $whatis 238 gdb_test "whatis datalocal" "datalocal.*$data_var_type" 247 gdb_test "whatis bssglobal" $data_var_type 259 gdb_test "whatis bsslocal" $data_var_typ [all...] |
| whatis-ptype-typedefs.exp | 16 # Test "whatis"/"ptype" of different typedef types, and of expressions 19 # Particularly, when "whatis" is given a type name directly, it should 59 # sub-lists (lines), with each line representing one whatis/ptype 62 # EXP - The user expression passed to whatis/ptype. 64 # WHATIS - What "whatis" should print. 81 # EXP # whatis # ptype # language 176 # Test passing all EXP in the list/table above to whatis/ptype, 178 with_test_prefix "whatis/ptype" { 181 set whatis [lindex $line 1 [all...] |
| dfp-test.exp | 277 gdb_test "whatis d64 + ds.dec32" " = volatile _Decimal64" 278 gdb_test "whatis d128 + ds.dec32" " = volatile _Decimal128" 279 gdb_test "whatis d128 + ds.dec64" " = volatile _Decimal128" 335 # Test "whatis"/"ptype" of expressions involving casts to/from dfp 341 # - Type to cast to. This is also what "whatis" should print. 345 # to/whatis # ptype 359 gdb_test "whatis ($type) 0" " = $type" 364 # - whatis/ptype of variables of typedef type. 365 # - whatis/ptype of typedef type names. 366 # - whatis/ptype of typedef-of-typedef type names [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| whatis-exp.exp | 20 # tests for whatis command on expressions. 21 # used in file eval.c. This flavor of whatis 32 if { [prepare_for_testing "failed to prepare" whatis-exp int-type.c {debug nowarnings}] } { 58 gdb_test "whatis x+y" "type = int" "whatis value of x+y" 59 gdb_test "whatis x-y" "type = int" "whatis value of x-y" 60 gdb_test "whatis x*y" "type = int" "whatis value of x*y" 61 gdb_test "whatis x/y" "type = int" "whatis value of x/y [all...] |
| nodebug.exp | 127 #LANG #PRINT #WHATIS #PTYPE 155 gdb_test "whatis top" $whatis_re 178 #exp #fmt #print #ptype/whatis 210 set whatis [subst -nobackslashes [lindex $line 3]] 216 gdb_test "whatis $exp" $whatis 217 gdb_test "ptype $exp" $whatis 239 gdb_test "whatis datalocal" "datalocal.*$data_var_type" 248 gdb_test "whatis bssglobal" $data_var_type 260 gdb_test "whatis bsslocal" $data_var_typ [all...] |
| whatis-ptype-typedefs.exp | 16 # Test "whatis"/"ptype" of different typedef types, and of expressions 19 # Particularly, when "whatis" is given a type name directly, it should 59 # sub-lists (lines), with each line representing one whatis/ptype 62 # EXP - The user expression passed to whatis/ptype. 64 # WHATIS - What "whatis" should print. 81 # EXP # whatis # ptype # language 176 # Test passing all EXP in the list/table above to whatis/ptype, 178 with_test_prefix "whatis/ptype" { 181 set whatis [lindex $line 1 [all...] |
| dfp-test.exp | 278 gdb_test "whatis d64 + ds.dec32" " = volatile _Decimal64" 279 gdb_test "whatis d128 + ds.dec32" " = volatile _Decimal128" 280 gdb_test "whatis d128 + ds.dec64" " = volatile _Decimal128" 336 # Test "whatis"/"ptype" of expressions involving casts to/from dfp 342 # - Type to cast to. This is also what "whatis" should print. 346 # to/whatis # ptype 360 gdb_test "whatis ($type) 0" " = $type" 365 # - whatis/ptype of variables of typedef type. 366 # - whatis/ptype of typedef type names. 367 # - whatis/ptype of typedef-of-typedef type names [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.stabs/ |
| weird.exp | 136 gdb_test "whatis const69" "type = (unsigned int|inttype)" 154 gdb_test "whatis consth" "type = inttype" 155 gdb_test "whatis consth2" "type = inttype" 172 gdb_test "whatis one_var" "type = inttype_one" \ 173 "whatis one_var (known failure in gdb 4.10)" 175 gdb_test "whatis one_var" "type = inttype(|_one)" \ 176 "whatis one_var test 2" 178 gdb_test "whatis two_var" "type = inttype_two" \ 179 "whatis two_var (known failure in gdb 4.10)" 181 gdb_test "whatis two_var" "type = inttype(|_two)" [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.stabs/ |
| weird.exp | 136 gdb_test "whatis const69" "type = (unsigned int|inttype)" 154 gdb_test "whatis consth" "type = inttype" 155 gdb_test "whatis consth2" "type = inttype" 172 gdb_test "whatis one_var" "type = inttype_one" \ 173 "whatis one_var (known failure in gdb 4.10)" 175 gdb_test "whatis one_var" "type = inttype(|_one)" \ 176 "whatis one_var test 2" 178 gdb_test "whatis two_var" "type = inttype_two" \ 179 "whatis two_var (known failure in gdb 4.10)" 181 gdb_test "whatis two_var" "type = inttype(|_two)" [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ctf/ |
| funcreturn.exp | 27 standard_testfile whatis.c 118 # test whatis command with functions return type 119 gdb_test "whatis v_char_func" \ 121 "whatis char function" 123 gdb_test "whatis v_signed_char_func" \ 125 "whatis signed char function" 127 gdb_test "whatis v_unsigned_char_func" \ 129 "whatis unsigned char function" 131 gdb_test "whatis v_short_func" \ 133 "whatis short function [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ctf/ |
| funcreturn.exp | 27 standard_testfile whatis.c 118 # test whatis command with functions return type 119 gdb_test "whatis v_char_func" \ 121 "whatis char function" 123 gdb_test "whatis v_signed_char_func" \ 125 "whatis signed char function" 127 gdb_test "whatis v_unsigned_char_func" \ 129 "whatis unsigned char function" 131 gdb_test "whatis v_short_func" \ 133 "whatis short function [all...] |
| /src/distrib/notes/ |
| Makefile.inc | 27 whatis ${COMMON}/contents hardware xfer prep \ 33 whatis: .OPTIONAL
|
| /src/libexec/makewhatis/ |
| makewhatis.c | 82 typedef struct whatisstruct whatis; typedef in typeref:struct:whatisstruct 84 whatis *wi_left, *wi_right; 97 static void addwhatis(whatis **, char *, char *); 106 static void processmanpages(manpage **, whatis **); 107 static void dumpwhatis(FILE *, whatis *); 249 whatis *dest; 525 addwhatis(whatis **tree, char *data, char *prefix) 527 whatis *wi; 549 wi = emalloc(sizeof(whatis) + strlen(prefix)); 1126 processmanpages(manpage **source, whatis **dest [all...] |
| /src/crypto/external/bsd/heimdal/dist/doc/ |
| NTMakefile | 49 $(OBJ)\whatis.texi \
|
| /src/usr.bin/ |
| Makefile | 54 SUBDIR+= apropos whatis
|
| /src/usr.bin/crunch/examples/ |
| really-big.conf | 52 progs vacation vgrind vi vis vmstat w wall wc what whatis whereis who
|
| /src/external/gpl2/groff/dist/contrib/groffer/ |
| groffer2.sh | 395 'tty' 'tty-device' 'version' 'whatis' 'where' 'www' 'x' 'X'"; 443 'match-case' 'troff' 'update' 'version' 'whatis' 'where' 'where-cat'"; 3560 # Handle special modes like whatis and apropos. 3586 # Handle special modes like whatis and apropos. 3836 --no-special disable --all, --apropos*, and --whatis 3846 --whatis display the file name and description of man pages 3908 # Interpret <filename> as a man page and display its `whatis' 4052 # Print the whatis header to the temporary cat file. 4059 to_tmp_line '.TH GROFFER WHATIS'; 4290 -f|--whatis) [all...] |