HomeSort by: relevance | last modified time | path
    Searched refs:called (Results 1 - 25 of 55) sorted by relevancy

1 2 3

  /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/usr.bin/eject/
am_glue.c 94 static bool called; local in function:am_init
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/usr.bin/make/unit-tests/
dep-double-colon.mk 5 # and dependencies. In the code, the additional dependency groups are called
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
suff-rebuild.mk 3 # Demonstrates what happens to transformation rules (called inference rules
directive.mk 21 # There is no directive called '.target', therefore this is parsed as a
varmod-match.mk 273 # Before 2020-06-13, this expression called Str_Match 601,080,390 times.
278 # Before 2023-06-22, this expression called Str_Match 2,621,112 times.
279 # Adding another '*?' to the pattern called Str_Match 20,630,572 times.
280 # Adding another '*?' to the pattern called Str_Match 136,405,672 times.
281 # Adding another '*?' to the pattern called Str_Match 773,168,722 times.
282 # Adding another '*?' to the pattern called Str_Match 3,815,481,072 times.
directive-export-impl.mk 23 # At this point, ExportVar("UT_VAR", VEM_PLAIN) is called. Since the
cond-token-string.mk 7 # Covers string literals without quotes (called "bare words").
var-scope-cmdline.mk 46 # The bug was added in var.c 1.183 on 2013-07-16, when Var_Set called
parse-var.mk 64 # everywhere else Var_Parse is called
archive.mk 42 # Arch_ParseArchive is called, the dependency line is already fully expanded.
  /src/libexec/ld.elf_so/arch/i386/
rtld_start.S 80 movl %eax,20(%esp) # Store function to be called in obj
  /src/libexec/ld.elf_so/arch/x86_64/
rtld_start.S 75 # This function is called with a misaligned stack from the PLT
  /src/sys/arch/acorn32/doc/
interrupts 53 being called.
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
meson8b-ec100.dts 147 * supplied by the main power input which called PWR_5V_STB
202 * Synchronous Step Down Regulator. Also called
217 * Synchronous Step Down Regulator. Also called
252 * Synchronous Step Down Regulator. Also called VDDAO
ste-ux500-samsung-janice.dts 211 /* Bit-banged I2C on GPIO143 and GPIO144 also called "SUBPMU I2C" */
293 /* Bit-banged I2C on GPIO196 and GPIO197 also called "TOUCHKEY_I2C" */
321 /* Bit-banged I2C on GPIO201 and GPIO202 also called "MOT_I2C" */
333 /* Bit-banged I2C on GPIO151 and GPIO152 also called "NFC_I2C" */
535 /* I2C1 on GPIO16 and GPIO17 also called "MUS I2C" */
554 /* I2C2 on GPIO10 and GPIO11 also called "SENSORS I2C" */
ste-nomadik-nhk15.dts 211 * and MOSI (in the spec MOSI is called "SDA").
ste-ux500-samsung-codina.dts 253 /* Bit-banged I2C on GPIO143 and GPIO144 also called "SUBPMU I2C" */
274 /* Bit-banged I2C on GPIO151 and GPIO152 also called "NFC I2C" */
513 /* I2C1 on GPIO16 and GPIO17 also called "MUS I2C" */
533 /* I2C2 on GPIO10 and GPIO11 also called "SENSORS I2C" */
  /src/sys/external/isc/libsodium/dist/m4/
ltsugar.m4 40 [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
  /src/usr.bin/config/
mkmakefile.c 519 static int called; local in function:emitallfiles
523 if (called++ != 0)
563 * This function is not to be called `spurt'.
  /src/sys/dev/
kloader.c 85 int called; member in struct:kloader
128 if (kloader.called++ == 0) {

Completed in 19 milliseconds

1 2 3