OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_number
(Results
1 - 8
of
8
) sorted by relevancy
/src/bin/sh/
mystring.h
42
int
is_number
(const char *);
mystring.c
51
*
is_number
(s) Return true if s is a string of digits.
135
is_number
(const char *p)
function in typeref:typename:int
histedit.c
264
if (hs != NULL && *hs != '\0' && (flags & VUNSAFE) && !
is_number
(hs))
1039
return !
is_number
(s);
1058
if (
is_number
(s)) {
trap.c
116
if (
is_number
(p))
341
if (!printonly && !
is_number
(*ap)) {
jobs.c
1061
if (
is_number
(target)) {
1131
if (
is_number
(name + 1)) {
1174
} else if (
is_number
(name)) {
parser.c
750
if (
is_number
(text)) {
2186
&& quotef == 0 && (*out == '\0' ||
is_number
(out))) {
/src/sys/arch/x68k/usr.bin/bellctrl/
bellctrl.c
38
static int
is_number
(const char *, int);
93
} else if (
is_number
(arg, MAXBVOLUME)) {
106
if (
is_number
(arg, MAXBPITCH)) {
113
if (
is_number
(arg, MAXBTIME)) {
158
is_number
(const char *arg, int maximum)
function in typeref:typename:int
/src/usr.sbin/user/
user.c
213
static int
is_number
(const char *);
228
if (!
is_number
(val)) {
312
is_number
(const char *s)
function in typeref:typename:int
1168
} else if (
is_number
(up->u_primgrp) &&
1595
} else if (
is_number
(up->u_primgrp) &&
1766
if (
is_number
(name) && (pwp = getpwuid((uid_t)atoi(name))) != NULL) {
1782
if (
is_number
(name) && (grp = getgrgid((gid_t)atoi(name))) != NULL) {
Completed in 20 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025