Searched refs:number (Results 1 - 25 of 423) sorted by path

1234567891011>>

/freebsd-current/bin/sh/
H A Deval.c69 int skipcount; /* number of levels to skip */
1222 * the number of loops to break/continue, or the number of function
1238 error("Illegal number: %s", argv[1]);
1278 error("wrong number of arguments");
1299 int ret = argc > 1 ? number(argv[1]) : oexitstatus;
H A Dexpand.c1512 fd = number(shoptarg);
1520 error("wrong number of arguments");
H A Djobs.c93 short nprocs; /* number of processes */
650 jobno = number(name + 1);
694 pid = (pid_t)number(name);
H A Dmain.c344 exitshell(number(argv[1]));
H A Dmystring.c39 * number(s) Convert a string of digits to an integer.
63 number(const char *s) function
66 error("Illegal number: %s", s);
73 * Check for a valid number. This should be elsewhere.
H A Dmystring.h37 int number(const char *);
H A Doptions.c368 n = number(argv[1]);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal.ksh102 echo $tst: incorrect number of lines output
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.ksh46 echo wrong number of matched probes: $match
/freebsd-current/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Ddataset.py37 information about the property -- if it's readonly, a number vs
42 __slots__ = "name", "number", "type", "default", "attr", "validtypes", \
52 self.number = t[1]
/freebsd-current/contrib/arm-optimized-routines/math/test/rtest/
H A Ddotest.c1358 * end or the other, so we have to be cleverer: pick a number n
1397 /* Compute the number of mantissa bits. */
1449 * end or the other, so we have to be cleverer: pick a number n
1487 /* Compute the number of mantissa bits. */
1997 * just how close to zero the number is. See the
2139 void gencases(Testable *fn, int number) { argument
2147 for (i = 0; i < number; i++) {
H A Dmain.c17 void gencases(Testable *fn, int number);
/freebsd-current/contrib/arm-optimized-routines/string/arm/
H A Dmemchr.S106 and r2,r2,#7 @ Leave the count remaining as the number after the double words have been done
/freebsd-current/contrib/bc/src/
H A Dvm.c615 // Figure out if it's a number.
621 // If it is a number...
1502 // These are needed for the pseudo-random number generator.
/freebsd-current/contrib/bc/tests/
H A Dhistory.py639 send(child, "print \"Enter number: \"")
641 expect(child, "Enter number: ")
1066 print(" If -a is given, the number of tests for dir is printed.")
/freebsd-current/contrib/bmake/mk/
H A Dauto.obj.mk23 # We repeat the mkdir -p a number of times to try and work around this.
H A Ddirdeps.mk751 # but if we want to count the number of Makefile.depend* read, we do.
755 # we use _cache_script to minimize the number of times we fork the shell
H A Ddpadd.mk20 # This makefile manages a number of variables that simplify
46 # From such a path we can derrive a number of other variables
H A Djobs.mk34 # JOB_MAX should be something like 1.2 - 1.5 times the number of
80 # This should be derrived from number of cpu's
H A Dlib.mk52 # SHLIB_SOVERSION: version number to be compiled into a shared library
253 # yes, 42 is a random number.
H A Dmanifest.mk28 # for each file/dir there are a number of attributes
H A Dsys.mk150 # We repeat the mkdir -p a number of times to try and work around this.
H A Dwarnings.mk23 # Any number of warnings sets can be added.
/freebsd-current/contrib/bmake/unit-tests/
H A DMakefile92 TESTS+= cond-token-number
H A Dcomment.mk42 # This comment ends with 2 backslashes. An even number of backslashes does
64 # An odd number of backslashes makes a line continuation, \\\

Completed in 305 milliseconds

1234567891011>>