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

1 2 3

  /src/tests/usr.bin/xlint/lint2/
msg_008.exp 1 func returns a value that is always ignored [lint2:008]
msg_009.exp 1 func returns a value that is sometimes ignored [lint2:009]
read.exp 3 inline_function returns 'void' at read.c(256), versus 'int' at read.c(260) [lint2:005]
11 used_function returns 'int' at read.c(254), versus 'void' at read.c(253) [lint2:005]
12 used_function returns a value that is sometimes ignored [lint2:009]
msg_004.exp 2 add returns 'double' at msg_004_define.c(2), versus 'int' at msg_004_call.c(2) [lint2:005]
msg_006.exp 2 add returns 'double' at msg_006_define.c(2), versus 'int' at msg_006_call.c(2) [lint2:005]
msg_005.exp 2 add returns 'double' at msg_005_define.c(2), versus 'int' at msg_005_call.c(2) [lint2:005]
  /src/lib/libm/arch/m68k/
s_finite.S 44 | returns the value TRUE if -INF < x < +INF and returns FALSE otherwise.
s_copysign.S 50 | returns x with the sign of y.
  /src/usr.bin/make/unit-tests/
varmod-extension.mk 3 # Tests for the :E variable modifier, which returns the filename extension
varmod-order-reverse.mk 3 # Tests for the :Or variable modifier, which returns the words, sorted in
varmod-root.mk 3 # Tests for the :R variable modifier, which returns the filename root
varmod-tail.mk 3 # Tests for the :T variable modifier, which returns the basename of each of
varmod-to-upper.mk 3 # Tests for the :tu variable modifier, which returns the words in the
varmod-sun-shell.mk 4 # given by the variable value and returns its output.
varmod-exclam-shell.mk 11 # Cmd_Exec returns only a string pointer without length information.
varmod-order-string.mk 3 # Tests for the :O variable modifier, which returns the words, sorted in
varmod-to-abs.mk 3 # Tests for the :tA variable modifier, which returns the absolute path for
varname-dollar.mk 15 # returns an empty string.
varmod-order-numeric.mk 3 # Tests for the variable modifiers ':On', which returns the words, sorted in
  /src/lib/libm/arch/mc68881/
s_logb.S 44 | returns the unbiased exponent of x, a signed integer in double precision,
53 fbun Ldone | NaN returns NaN
54 fabsx %fp0 | +-inf returns inf
s_scalbn.S 49 | returns x * (2**N), for integer values N.
  /src/tests/lib/libcurses/director/
testlang_parse.y 47 #include "returns.h"
101 int nrets; /* number of returns */
102 ct_data_t *returns; /* array of expected returns */
295 check : CHECK var returns {
332 result : returns
336 returns : numeric { label
732 * when a test function call returns.
844 temp = realloc(command.returns, sizeof(*temp) * (command.nrets + 1));
846 err(1, "Failed to reallocate returns");
    [all...]
  /src/sys/lib/libkern/arch/m68k/
umodsi3.S 62 | register, and that it returns the modulus in %d1:
  /src/tests/usr.bin/xlint/xlint/
t_xlint.sh 46 input.c(6): error: function has return type '_Bool' but returns 'int' [211]
  /src/usr.sbin/sysinst/
README.md_defs 71 returns true if this setup needs boot blocks. Used for example on x86
80 returns true if the disk is usable as a swap device. Typical implementation
89 extracts any additional parts of the distribution. Returns an error code
101 returns true if the disk could be made bootable with only a disklabel

Completed in 61 milliseconds

1 2 3