| /src/tests/usr.bin/xlint/lint1/ |
| msg_330.c | 13 called(bool); 19 called(!b); 23 called(!c); 27 called(!i);
|
| /src/tests/usr.bin/xlint/lint2/ |
| msg_013.exp | 1 my_printf is called with a malformed format string in local.c(12) [lint2:013] 2 my_printf is called with a malformed format string in local.c(13) [lint2:013] 3 my_printf is called in local.c(13) with argument 2 being incompatible with format string [lint2:014]
|
| /src/external/bsd/libevent/dist/test/ |
| test-time.c | 49 int called = 0; variable 69 called++; 71 if (called < 10*NEVENT) { 76 if (tv.tv_usec % 2 || called < NEVENT) 117 printf("event_base_dispatch=%d, called=%d, EVENT=%d\n", 118 i, called, NEVENT); 120 if (i == 1 && called >= NEVENT) {
|
| test-eof.c | 56 int called = 0; variable 76 if (!called) 78 } else if (called == 1) 81 called++;
|
| test-weof.c | 60 int called = 0; variable 74 if (!called) 77 } else if (called == 1) 80 called++;
|
| regress_et.c | 74 called++; 99 called = was_et = 0; 125 tt_int_op(called, ==, 1); 128 tt_int_op(called, ==, 2);
|
| regress.h | 69 extern int called;
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| test-time.c | 48 int called = 0; variable 68 called++; 70 if (called < 10*NEVENT) { 75 if (tv.tv_usec % 2 || called < NEVENT) 116 printf("event_base_dispatch=%d, called=%d, EVENT=%d\n", 117 i, called, NEVENT); 119 if (i == 1 && called >= NEVENT) {
|
| test-eof.c | 55 int called = 0; variable 75 if (!called) 77 } else if (called == 1) 80 called++;
|
| test-weof.c | 59 int called = 0; variable 73 if (!called) 76 } else if (called == 1) 79 called++;
|
| regress_et.c | 72 called++; 97 called = was_et = 0; 123 tt_int_op(called, ==, 1); 126 tt_int_op(called, ==, 2);
|
| regress.h | 69 extern int called;
|
| /src/external/bsd/libevent/dist/sample/ |
| signal-test.c | 30 int called = 0; variable 39 if (called >= 2) 42 called++;
|
| /src/usr.bin/eject/ |
| am_glue.c | 94 static bool called; local 96 if (called) 98 called = true;
|
| /src/lib/csu/arch/sparc/ |
| crt0.S | 44 ! called with:
|
| /src/lib/csu/arch/sparc64/ |
| crt0.S | 48 ! called with:
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
| DynamicLibrary.inc | 23 // llvm_shutdown called, Return to default
|
| /src/libexec/ld.elf_so/arch/i386/ |
| rtld_start.S | 80 movl %eax,20(%esp) # Store function to be called in obj
|
| /src/usr.bin/make/unit-tests/ |
| opt-m-include-dir.mk | 8 # directory that contains a file called canary.mk. 11 # of subdirectories. Another file called opt-m-step3.mk is created a few
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldctor.c | 51 and VALUE are the value to add. This is called during the first 151 is called via qsort. */ 191 /* This function is called after the first phase of the link and 199 static bool called; local 205 if (called) 207 called = true;
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldctor.c | 51 and VALUE are the value to add. This is called during the first 151 is called via qsort. */ 191 /* This function is called after the first phase of the link and 199 static bool called; local 205 if (called) 207 called = true;
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/ |
| common.d | 408 bool called = false; 413 called = true; 427 called = true; 443 assert(!called); 448 assert(b.ptr.alignedAt(alignment + 1) || called); 449 called = false; 454 assert(called); 455 called = false; 460 assert(b.ptr.alignedAt(alignment + 1) || !called);
|
| /src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/ |
| Mdoc.pm | 17 Define new macro. The CODE reference will be called by call_macro(). You can 51 Where C<CODE> is the CODE reference used to define macro called C<NAME> 64 called and for all the nested macros. Every called macro returns a list which 79 Turn spacing on or off. If called without argument it returns the current state. 100 The C<CODE> is called after a Rs/Re block is done. With a hash reference as a 225 def_macro('.It', sub { die ".It called outside of list context - maybe near line $." });
|
| /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/ |
| format.txt | 14 The first data file is called "ctype.dat" and contains a compressed form of 112 The next data file is called "case.dat" and contains three case mapping tables 165 This data file is called "comp.dat" and contains data that tracks character 189 The next data file is called "decomp.dat" and contains the decomposition data 221 The fourth data file is called "cmbcl.dat" and contains the characters with 247 The final data file is called "num.dat" and contains the characters that have
|
| /src/libexec/ld.elf_so/arch/x86_64/ |
| rtld_start.S | 75 # This function is called with a misaligned stack from the PLT
|