OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_number
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/sh/
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
/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 40 milliseconds
Indexes created Sun Sep 21 16:09:51 GMT 2025