| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| vla-struct-fields.c | 37 int something; member in struct:vla_struct 46 int something; member in struct:inner_vla_struct 56 int something; member in struct:vla_struct_typedef_struct_member 68 int something; member in union:vla_struct_typedef_union_member 73 vla_struct_object.something = n; 74 inner_vla_struct_object.something = n; 76 vla_struct_typedef_struct_member_object.something = n * 2; 77 vla_struct_typedef_struct_member_object.vla_object.something = n * 3; 78 vla_struct_typedef_union_member_object.vla_object.something = n + 1;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| vla-struct-fields.c | 37 int something; member in struct:vla_struct 46 int something; member in struct:inner_vla_struct 56 int something; member in struct:vla_struct_typedef_struct_member 68 int something; member in union:vla_struct_typedef_union_member 73 vla_struct_object.something = n; 74 inner_vla_struct_object.something = n; 76 vla_struct_typedef_struct_member_object.something = n * 2; 77 vla_struct_typedef_struct_member_object.vla_object.something = n * 3; 78 vla_struct_typedef_union_member_object.vla_object.something = n + 1;
|
| /src/share/doc/psd/20.ipctut/ |
| strchkread.c | 102 printf("Do something else\en");
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| system.d | 21 runtime. If you're doing something which should compile differently 68 runtime. If you're doing something which should compile differently
|
| /src/external/apache2/mDNSResponder/dist/Clients/srputil/ |
| srputil.c | 909 bool something = false; local 915 something = true; 927 something = true; 930 something = true; 933 something = true; 936 something = true; 939 something = true; 942 something = true; 945 something = true; 948 something = true [all...] |
| /src/share/mk/ |
| bsd.init.mk | 4 # top of all <bsd.*.mk> files which actually "build something".
|
| bsd.host.mk | 50 # something that does not look like an identifier, then use uname -m.
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| ra-tester.c | 115 int something = 0; local 117 INFO("dispatched %d events.", something);
|
| /src/external/mit/xorg/lib/xcb-util/ |
| xcb-util.mk | 3 # define XCBUTIL to something before including this
|
| /src/external/gpl3/gcc/dist/maintainer-scripts/ |
| update_web_docs_libstdcxx_git | 26 test -d $WWWDIR || { echo something is very wrong ; exit 1; }
|
| /src/external/gpl3/gcc.old/dist/maintainer-scripts/ |
| update_web_docs_libstdcxx_git | 26 test -d $WWWDIR || { echo something is very wrong ; exit 1; }
|
| update_web_docs_libstdcxx_svn | 28 test -d $WWWDIR || { echo something is very wrong ; exit 1; }
|
| /src/external/mit/xorg/lib/libxcb/ |
| xcb.mk | 3 # define XCBEXT to something before including this
|
| /src/external/bsd/tre/dist/tests/agrep/ |
| basic.ok | 84 I suppose for something like that one would use a very large number of microphones. 94 I suppose for something like that one would use a very large number of microphones. 112 basic.in:I suppose for something like that one would use a very large number of microphones. 122 (standard input):I suppose for something like that one would use a very large number of microphones. 140 4:I suppose for something like that one would use a very large number of microphones. 150 4:I suppose for something like that one would use a very large number of microphones. 160 0:I suppose for something like that one would use a very large number of microphones. 170 0:I suppose for something like that one would use a very large number of microphones. 180 I suppose for something like that one would use a very large number of microphones. 190 I suppose for something like that one would use a very large number of microphones [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/ |
| startup.py | 180 def log(something, level=LogLevel.DEFAULT): 181 """Log SOMETHING to the log file, if logging is enabled.""" 184 print(something, file=dap_log.log_file) 188 def thread_log(something, level=LogLevel.DEFAULT): 189 """Log SOMETHING to the log file, if logging is enabled, and prefix 195 log(thread_name + ": " + something, level)
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/ |
| startup.py | 180 def log(something, level=LogLevel.DEFAULT): 181 """Log SOMETHING to the log file, if logging is enabled.""" 184 print(something, file=dap_log.log_file) 188 def thread_log(something, level=LogLevel.DEFAULT): 189 """Log SOMETHING to the log file, if logging is enabled, and prefix 195 log(thread_name + ": " + something, level)
|
| /src/games/larn/ |
| extern.h | 162 void something(int);
|
| /src/external/lgpl3/gmp/dist/mpn/x86/fat/ |
| fat_entry.asm | 63 dnl grepping in configure, stopping that code trying to eval something with 125 dnl need for anything special here, just something small and simple. To 132 dnl something with $1 in it. 191 C This is called only once, so just something simple and compact is fine. 222 C This is called only once, so just something simple and compact is fine.
|
| /src/bin/sh/ |
| input.c | 256 int something; local 291 something = 0; 317 something = 1; 343 if (parsefile->fd == 0 && hist && (something || whichprompt == 2)) {
|
| /src/usr.bin/make/unit-tests/ |
| modmisc.mk | 46 # The :U modifier turns even the "" variable into something that has a value.
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| thumb2-it.S | 165 @ After something that looks like an IT block, but 173 @ After something that looks like an IT block, but
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/fat/ |
| fat_entry.asm | 86 dnl grepping in configure, stopping that code trying to eval something with 131 dnl need for anything special here, just something small and simple. To 138 dnl something with $1 in it. 190 C This is called only 3 times, so just something simple and compact is fine.
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/ |
| args-env.exp | 32 set launch_id [dap_launch $testfile arguments {a "b c"} env {{DEI something}}] 86 gdb_assert {[string first "\\\"something\\\"" $val] != -1} \
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| thumb2-it.S | 165 @ After something that looks like an IT block, but 173 @ After something that looks like an IT block, but
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/ |
| args-env.exp | 32 set launch_id [dap_launch $testfile arguments {a "b c"} env {{DEI something}}] 86 gdb_assert {[string first "\\\"something\\\"" $val] != -1} \
|