Searched refs:numbers (Results 1 - 25 of 251) sorted by relevance

1234567891011

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_340.c15 int numbers[] = { local
19 return numbers[0];
/netbsd-current/tests/usr.bin/indent/
H A Dlsym_rbrace.c73 int numbers[][] = { variable
78 int numbers[][] = {{11}, variable
87 int numbers[][] = { variable
92 int numbers[][] = {{11}, variable
/netbsd-current/sbin/mknod/
H A Dpack_dev.c67 pack_native(int n, u_long numbers[], const char **error) argument
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) argument
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[
106 pack_freebsd(int n, u_long numbers[], const char **error) argument
128 pack_8_8(int n, u_long numbers[], const char **error) argument
150 pack_12_20(int n, u_long numbers[], const char **error) argument
172 pack_14_18(int n, u_long numbers[], const char **error) argument
194 pack_8_24(int n, u_long numbers[], const char **error) argument
218 pack_bsdos(int n, u_long numbers[], const char **error) argument
[all...]
H A Dmknod.c86 u_long numbers[MAXARGS]; local
90 int l_flag = 0; /* list device names and numbers */
222 numbers[n] = strtoul(argv[n], &p, 0);
229 numbers[0] = major;
245 dev = numbers[0];
249 dev = callPack(pack, argc, numbers);
321 callPack(pack_t *f, int n, u_long *numbers) argument
326 d = (*f)(n, numbers, &error);
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_pack_dev.c106 pack_native(int n, unsigned long numbers[], const char **error) argument
111 dev = apd_makedev(numbers[0], numbers[1]);
112 if ((unsigned long)major(dev) != numbers[0])
114 else if ((unsigned long)minor(dev) != numbers[1])
123 pack_netbsd(int n, unsigned long numbers[], const char **error) argument
128 dev = makedev_netbsd(numbers[0], numbers[1]);
129 if ((unsigned long)major_netbsd(dev) != numbers[0])
131 else if ((unsigned long)minor_netbsd(dev) != numbers[
145 pack_freebsd(int n, unsigned long numbers[], const char **error) argument
167 pack_8_8(int n, unsigned long numbers[], const char **error) argument
189 pack_12_20(int n, unsigned long numbers[], const char **error) argument
211 pack_14_18(int n, unsigned long numbers[], const char **error) argument
233 pack_8_24(int n, unsigned long numbers[], const char **error) argument
257 pack_bsdos(int n, unsigned long numbers[], const char **error) argument
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/format1/
H A Dvg_number.c34 int numbers[MAX_VG], i, r = 0; local
44 memset(numbers, 0, sizeof(numbers));
50 numbers[dl->vgd.vg_number] = 1;
54 if (!numbers[i]) {
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A DOID.pm180 my @numbers =
200 return @numbers;
267 my @numbers = @_;
269 croak 'Invalid OID values: ( ', join(', ', @numbers), ' )'
270 if (scalar @numbers < 2
271 || $numbers[0] < 0 || $numbers[0] > 2
272 || $numbers[1] < 0 || $numbers[1] > 39);
274 my $first = shift(@numbers) * 4
[all...]
/netbsd-current/tests/lib/libc/stdio/
H A Dt_intr.sh40 # 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
/netbsd-current/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
H A D03-out.t22 This line should have several numbers:
29 This line should have several numbers:
H A D07-safe3.t30 This line should have several numbers:
37 This line should have several numbers:
/netbsd-current/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
H A Dout.t16 This line should have several numbers:
23 This line should have several numbers:
H A Dsafe3.t23 This line should have several numbers:
30 This line should have several numbers:
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarmod-order-numeric.mk10 # 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
32 # Duplicate numbers are preserved in the output. In this case the
33 # equal-valued numbers are spelled the same, so they are indistinguishable in
40 # If there are several numbers that have the same integer value, they are
47 # Hexadecimal and octal numbers can be sorted as well.
H A Ddirective-for-lines.mk3 # Tests for the line numbers that are reported in .for loops.
6 # 2020-12-19, the line numbers for the .info directives and error
H A Dcond-cmp-numeric-eq.mk45 # typically 16 or 17 significant digits, therefore these two numbers seem to
53 # bits, these two numbers are considered the same. The 993 is rounded down
66 # There is no = operator for numbers.
74 # There is no === operator for numbers either.
H A Dvarmod-order-shuffle.mk9 # This makes the random numbers completely predictable since the only other
10 # part of make that uses random numbers is the 'randomize-targets' mode, which
37 # Sorting after shuffling must produce the original numbers.
H A Dcond-token-number.mk67 # Hexadecimal numbers are accepted.
92 # Very small numbers round to 0.
101 # Very large numbers round up to infinity on IEEE 754 implementations, or to
/netbsd-current/usr.sbin/sunlabel/
H A Dsunlabel.c299 * Turns on fixmagic, which causes bad magic numbers to be
353 * centralize the check. (If spc is zero, cylinder numbers make
675 * numbers is a pointer to the string containing the specification for
696 * The three numbers are cyl/trk/sect counts. n1/n2/n3 is
722 chpart(int pno, const char *numbers) argument
730 skipspaces(&numbers);
731 if (!memcmp(numbers, "end-", 4) && numbers[4]) {
732 int epno = LETTERPART(numbers[4]);
735 numbers
[all...]
/netbsd-current/external/bsd/flex/dist/examples/manual/
H A DMakefile.examples23 string2 yymore numbers dates cat
35 numbers: numbers.lex
36 $(LEX) numbers.lex
37 $(CC) lex.yy.c -o numbers
88 rm -f dates numbers cat
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dlinux-dp.c4 /* It's okay to edit this file and shift line numbers around. The
6 don't depend on having certain line numbers in certain places. */
182 int *numbers = xmalloc (num_philosophers * sizeof (*numbers)); local
191 numbers[i] = i;
193 pthread_create (&philosophers[i], &ta, philosopher, &numbers[i]);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dlinux-dp.c4 /* It's okay to edit this file and shift line numbers around. The
6 don't depend on having certain line numbers in certain places. */
182 int *numbers = xmalloc (num_philosophers * sizeof (*numbers)); local
191 numbers[i] = i;
193 pthread_create (&philosophers[i], &ta, philosopher, &numbers[i]);
/netbsd-current/sys/modules/examples/luareadhappy/
H A Dhappy.lua33 -- numbers for which this process ends in 1 are happy numbers, while those that
34 -- do not end in 1 are unhappy numbers (or sad numbers).
36 -- For more information on happy numbers, and the algorithms, see
50 -- This following algorithm is designed for numbers of the integer type.
51 -- Integer numbers are used by default in the NetBSD kernel, as there would be
/netbsd-current/usr.bin/systat/
H A Diostat.c49 static int numbers = 0; /* default display bar graphs */ variable
118 if (numbers)
220 if (!numbers) {
275 if (numbers) {
342 numbers = 0;
351 numbers = 1;
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dsectioning.c73 static int numbers [] = { 0, 0, 0, 0 };
115 sprintf (p, "%c.", numbers[i] + 64); /* Should be changed to
118 sprintf (p, "%d.", numbers[i]);
126 sprintf (p, _("Appendix %c"), numbers[i] + 64);
128 sprintf (p, "%d", numbers[i]);
263 char s[2] = { numbers[0] + 64, '\0' };
269 snprintf (s, sizeof(s), "%d", numbers[0]);
311 numbers [i + 1] = 0;
313 numbers[level]++;
378 /* Docbook does not support @unnumbered at all. So we provide numbers
72 static int numbers [] = { 0, 0, 0, 0 }; variable
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Decdsatest.c29 static const char *numbers[2]; variable
67 || !TEST_int_lt(fbytes_counter, OSSL_NELEM(numbers))
68 || !TEST_true(BN_hex2bn(&tmp, numbers[fbytes_counter]))
74 fbytes_counter = (fbytes_counter + 1) % OSSL_NELEM(numbers);
116 numbers[0] = ecdsa_cavs_kats[n].d;
117 numbers[1] = ecdsa_cavs_kats[n].k;

Completed in 390 milliseconds

1234567891011