| /src/external/historical/nawk/dist/ |
| proto.h | 149 #define is_number(s, val) is_valid_number(s, false, NULL, val) macro
|
| /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
|
| /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
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| conftypes.h | 29 int (*is_number)(const CONF *conf, char c); member in struct:conf_method_st
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| conftypes.h | 29 int (*is_number) (const CONF *conf, char c); member in struct:conf_method_st
|
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| conf.h | 45 int (*is_number) (const CONF *conf, char c); member in struct:conf_method_st
|
| /src/crypto/external/bsd/heimdal/dist/lib/base/ |
| json.c | 315 is_number(uint8_t n) function 336 if (is_number(*ctx->p)) { 638 } else if (is_number(*ctx->p) || *ctx->p == '-') {
|
| /src/external/bsd/lutok/dist/ |
| state.cpp | 442 lutok::state::is_number(const int index) function in class:lutok::state 828 assert(is_number(index));
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| x-scheme.c | 497 is_number (const struct token *tp) function 890 if (is_number (&token)) 1154 else if (is_number (op->token))
|
| x-lisp.c | 606 is_number (const struct token *tp, int *basep) function 989 if (is_number (op->token, &base) != n_none)
|
| /src/external/gpl2/groff/dist/src/libs/libbib/ |
| index.cpp | 476 int is_number = 1; local 482 is_number = 0; 484 if (is_number && !(len == 4 && start[0] == '1' && start[1] == '9'))
|
| /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 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) {
|
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| env.cpp | 1203 int is_number = 1; local 1206 is_number = 0; 1211 is_number = 0; 1215 if (is_number)
|