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

1 2 3 4 5 6 7

  /src/tests/usr.bin/xlint/lint1/
msg_340.c 15 int numbers[] = { local in function:example
19 return numbers[0];
msg_340.c 15 int numbers[] = { local in function:example
19 return numbers[0];
msg_340.c 15 int numbers[] = { local in function:example
19 return numbers[0];
  /src/tests/usr.bin/indent/
lsym_rbrace.c 73 int numbers[][] = { variable in typeref:typename:int[][]
78 int numbers[][] = {{11}, variable in typeref:typename:int[][]
87 int numbers[][] = { variable in typeref:typename:int[][]
92 int numbers[][] = {{11}, variable in typeref:typename:int[][]
lsym_rbrace.c 73 int numbers[][] = { variable in typeref:typename:int[][]
78 int numbers[][] = {{11}, variable in typeref:typename:int[][]
87 int numbers[][] = { variable in typeref:typename:int[][]
92 int numbers[][] = {{11}, variable in typeref:typename:int[][]
lsym_rbrace.c 73 int numbers[][] = { variable in typeref:typename:int[][]
78 int numbers[][] = {{11}, variable in typeref:typename:int[][]
87 int numbers[][] = { variable in typeref:typename:int[][]
92 int numbers[][] = {{11}, variable in typeref:typename:int[][]
  /src/sbin/mknod/
pack_dev.c 67 pack_native(int n, u_long numbers[], const char **error)
72 dev = makedev(numbers[0], numbers[1]);
73 if ((u_long)major(dev) != numbers[0])
75 else if ((u_long)minor(dev) != numbers[1])
84 pack_netbsd(int n, u_long numbers[], const char **error)
89 dev = makedev_netbsd(numbers[0], numbers[1]);
90 if ((u_long)major_netbsd(dev) != numbers[0])
92 else if ((u_long)minor_netbsd(dev) != numbers[1]
    [all...]
pack_dev.c 67 pack_native(int n, u_long numbers[], const char **error)
72 dev = makedev(numbers[0], numbers[1]);
73 if ((u_long)major(dev) != numbers[0])
75 else if ((u_long)minor(dev) != numbers[1])
84 pack_netbsd(int n, u_long numbers[], const char **error)
89 dev = makedev_netbsd(numbers[0], numbers[1]);
90 if ((u_long)major_netbsd(dev) != numbers[0])
92 else if ((u_long)minor_netbsd(dev) != numbers[1]
    [all...]
pack_dev.c 67 pack_native(int n, u_long numbers[], const char **error)
72 dev = makedev(numbers[0], numbers[1]);
73 if ((u_long)major(dev) != numbers[0])
75 else if ((u_long)minor(dev) != numbers[1])
84 pack_netbsd(int n, u_long numbers[], const char **error)
89 dev = makedev_netbsd(numbers[0], numbers[1]);
90 if ((u_long)major_netbsd(dev) != numbers[0])
92 else if ((u_long)minor_netbsd(dev) != numbers[1]
    [all...]
  /src/tests/lib/libc/stdio/
t_intr.sh 40 # The test data are stored in triplicate: numbers.in, numbers.out,
48 "${DIR}/h_makenumbers" "$1" > numbers.in
51 -c "dd of=numbers.out msgfmt=quiet" numbers.in
52 atf_check -o "file:numbers.in" cat numbers.out
t_intr.sh 40 # The test data are stored in triplicate: numbers.in, numbers.out,
48 "${DIR}/h_makenumbers" "$1" > numbers.in
51 -c "dd of=numbers.out msgfmt=quiet" numbers.in
52 atf_check -o "file:numbers.in" cat numbers.out
t_intr.sh 40 # The test data are stored in triplicate: numbers.in, numbers.out,
48 "${DIR}/h_makenumbers" "$1" > numbers.in
51 -c "dd of=numbers.out msgfmt=quiet" numbers.in
52 atf_check -o "file:numbers.in" cat numbers.out
  /src/usr.bin/make/unit-tests/
varmod-order-numeric.mk 10 # This list contains only 32-bit numbers since the make code needs to conform
15 # 'double' instead, but that would allow floating-point numbers as well, which
17 NUMBERS= 3 5 7 1 42 -42 5K -3m 1M 1k -2G
19 .if ${NUMBERS:On} != "-2G -3m -42 1 3 5 7 42 1k 5K 1M"
20 . error ${NUMBERS:On}
23 .if ${NUMBERS:Orn} != "1M 5K 1k 42 7 5 3 1 -42 -3m -2G"
24 . error ${NUMBERS:Orn}
28 .if ${NUMBERS:Onr} != "1M 5K 1k 42 7 5 3 1 -42 -3m -2G"
29 . error ${NUMBERS:Onr}
32 # Duplicate numbers are preserved in the output. In this case th
    [all...]
varmod-order-numeric.mk 10 # This list contains only 32-bit numbers since the make code needs to conform
15 # 'double' instead, but that would allow floating-point numbers as well, which
17 NUMBERS= 3 5 7 1 42 -42 5K -3m 1M 1k -2G
19 .if ${NUMBERS:On} != "-2G -3m -42 1 3 5 7 42 1k 5K 1M"
20 . error ${NUMBERS:On}
23 .if ${NUMBERS:Orn} != "1M 5K 1k 42 7 5 3 1 -42 -3m -2G"
24 . error ${NUMBERS:Orn}
28 .if ${NUMBERS:Onr} != "1M 5K 1k 42 7 5 3 1 -42 -3m -2G"
29 . error ${NUMBERS:Onr}
32 # Duplicate numbers are preserved in the output. In this case th
    [all...]
varmod-order-numeric.mk 10 # This list contains only 32-bit numbers since the make code needs to conform
15 # 'double' instead, but that would allow floating-point numbers as well, which
17 NUMBERS= 3 5 7 1 42 -42 5K -3m 1M 1k -2G
19 .if ${NUMBERS:On} != "-2G -3m -42 1 3 5 7 42 1k 5K 1M"
20 . error ${NUMBERS:On}
23 .if ${NUMBERS:Orn} != "1M 5K 1k 42 7 5 3 1 -42 -3m -2G"
24 . error ${NUMBERS:Orn}
28 .if ${NUMBERS:Onr} != "1M 5K 1k 42 7 5 3 1 -42 -3m -2G"
29 . error ${NUMBERS:Onr}
32 # Duplicate numbers are preserved in the output. In this case th
    [all...]
cond-cmp-numeric-ge.mk 42 # Floating pointer numbers can be compared as well.
43 # This might be tempting to use for version numbers, but there are a few pitfalls.
54 # Since make parses numbers as plain numbers, that leads to wrong results.
67 # typically 16 or 17 significant digits, therefore these two numbers seem to
cond-cmp-numeric-gt.mk 41 # Floating pointer numbers can be compared as well.
42 # This might be tempting to use for version numbers, but there are a few pitfalls.
53 # Since make parses numbers as plain numbers, that leads to wrong results.
66 # typically 16 or 17 significant digits, therefore these two numbers seem to
cond-cmp-numeric-le.mk 42 # Floating pointer numbers can be compared as well.
43 # This might be tempting to use for version numbers, but there are a few pitfalls.
54 # Since make parses numbers as plain numbers, that leads to wrong results.
67 # typically 16 or 17 significant digits, therefore these two numbers seem to
cond-cmp-numeric-lt.mk 41 # Floating pointer numbers can be compared as well.
42 # This might be tempting to use for version numbers, but there are a few pitfalls.
53 # Since make parses numbers as plain numbers, that leads to wrong results.
66 # typically 16 or 17 significant digits, therefore these two numbers seem to
cond-cmp-numeric-ge.mk 42 # Floating pointer numbers can be compared as well.
43 # This might be tempting to use for version numbers, but there are a few pitfalls.
54 # Since make parses numbers as plain numbers, that leads to wrong results.
67 # typically 16 or 17 significant digits, therefore these two numbers seem to
cond-cmp-numeric-gt.mk 41 # Floating pointer numbers can be compared as well.
42 # This might be tempting to use for version numbers, but there are a few pitfalls.
53 # Since make parses numbers as plain numbers, that leads to wrong results.
66 # typically 16 or 17 significant digits, therefore these two numbers seem to
cond-cmp-numeric-le.mk 42 # Floating pointer numbers can be compared as well.
43 # This might be tempting to use for version numbers, but there are a few pitfalls.
54 # Since make parses numbers as plain numbers, that leads to wrong results.
67 # typically 16 or 17 significant digits, therefore these two numbers seem to
cond-cmp-numeric-lt.mk 41 # Floating pointer numbers can be compared as well.
42 # This might be tempting to use for version numbers, but there are a few pitfalls.
53 # Since make parses numbers as plain numbers, that leads to wrong results.
66 # typically 16 or 17 significant digits, therefore these two numbers seem to
cond-cmp-numeric-ge.mk 42 # Floating pointer numbers can be compared as well.
43 # This might be tempting to use for version numbers, but there are a few pitfalls.
54 # Since make parses numbers as plain numbers, that leads to wrong results.
67 # typically 16 or 17 significant digits, therefore these two numbers seem to
cond-cmp-numeric-gt.mk 41 # Floating pointer numbers can be compared as well.
42 # This might be tempting to use for version numbers, but there are a few pitfalls.
53 # Since make parses numbers as plain numbers, that leads to wrong results.
66 # typically 16 or 17 significant digits, therefore these two numbers seem to

Completed in 34 milliseconds

1 2 3 4 5 6 7