Searched refs:is_numeric (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgenattrtab.c177 unsigned is_numeric : 1; /* Values of this attribute are numeric. */ member in struct:attr_desc
756 if (attr->is_numeric)
876 if (attr && ! attr->is_numeric)
899 if (attr == 0 || attr->is_numeric)
941 if (attr && !attr->is_numeric)
1004 && attr->is_numeric != attr2->is_numeric)
1544 if (! length_attr->is_numeric)
2923 attr->is_numeric = 1;
2942 if (attr->is_numeric)
[all...]
/freebsd-9.3-release/crypto/openssl/apps/
H A Dreq.c285 int is_numeric; local
290 is_numeric = p[0] >= '0' && p[0] <= '9';
291 if (strncmp("rsa:", p, 4) == 0 || is_numeric) {
293 if (!is_numeric)

Completed in 110 milliseconds