Searched refs:numeric (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/opendj2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DRelaxedUniqueAttributePluginTestCase.java101 Expect(boolean range, boolean shared, boolean numeric, long maxMsgLen, argument
106 numCheck = numeric;
/forgerock/authenticator-android-v2/app/libs/
H A Dcore-2.3.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/resources/css/fontawesome/less/
H A Dicons.less365 .@{fa-css-prefix}-sort-numeric-asc:before { content: @fa-var-sort-numeric-asc; }
366 .@{fa-css-prefix}-sort-numeric-desc:before { content: @fa-var-sort-numeric-desc; }
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dname.c2449 register int numeric; local
2472 numeric = ((nv_isattr (np, NV_INTEGER)) != 0);
2473 if(numeric)
2532 if((numeric=nv_size(np))==10)
2539 numeric = 0;
2541 return(fmtbasell(ll,numeric, numeric&&numeric!=10));
2559 if((numeric=nv_size(np)) && up->cp && up->cp[numeric])
[all...]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dexpr.c920 ** given expression should sort as numeric values or as text.
1082 op += 6; /* Convert numeric opcodes to text opcodes */
1288 sqliteExprType(pItem->pExpr)==SQLITE_SO_NUM ? "numeric" : "text",
1344 op += 6; /* Convert numeric opcodes to text opcodes */
1437 /* Convert numeric comparison opcodes into text comparison opcodes.
1439 ** always 6 greater than their corresponding numeric comparison
H A Dutil.c521 ** Return TRUE if z is a pure numeric string. Return FALSE if the
524 ** Am empty string is considered non-numeric.
630 ** between numeric values in an SQL expression. "Numeric" is a little
632 ** type of "numeric" from the point of view of SQL. The strings
637 ** than non-numeric strings so if one input string looks like a
639 ** a number is the smaller. Non-numeric strings compare in
698 ** For the "+" and "-" sorting, pure numeric strings (strings for which the
700 ** that are not pure numerics. Non-numeric strings compare in memcmp()
790 ** same results as a numeric comparison of the original floating point
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetnameinfo.c196 goto numeric;
211 numeric:
270 /* construct <numeric-addr><delim><scopeid> */
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dnl_langinfo.c52 const struct lc_numeric *lnum = loc->numeric;
H A Dstrfmon.c131 const struct lc_numeric *lnum; /* numeric structure */
134 lnum = loc->numeric;
/illumos-gate/usr/src/lib/libcmd/common/
H A Dexpr.c141 #define numeric(np) ((np)->type&T_NUM) macro
354 if (!numeric(np) || !numeric(&rp))
355 error(ERROR_exit(2),"non-numeric argument");
383 if (!numeric(np) || !numeric(&rp))
384 error(ERROR_exit(2),"non-numeric argument");
405 if (numeric(&rp) && numeric(np))
469 if ((numeric(
[all...]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex6230 % removed. (Generally, numeric constants should always be followed by a
/illumos-gate/usr/src/head/
H A Dmacros.h40 * numeric() is useful in while's, if's, etc., but don't use *p++
44 #define numeric(c) ((c) >= '0' && (c) <= '9') macro
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt84 Print records in their short form. All numeric fields
/illumos-gate/usr/src/cmd/printf/
H A Dprintf.c578 warnx2(_("%s: expected numeric value"), *gargv, NULL);
613 warnx2(_("%s: expected numeric value"), *gargv, NULL);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c48 numeric = 1, enumerator in enum:__anon259
151 addr_type_t at = numeric;
157 * if *a_type == numeric, we only want to check whether this
158 * is a (valid) numeric IP address. If we do and it is NOT,
162 if (a_type != NULL && (*a_type == numeric))
341 * return the numeric port in *host* byte order
458 if (at != numeric) {
496 if (at != numeric) {
533 /* ranges are only allowed for numeric ports */
536 " for numeric port
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dsocks.c70 * Indicate whether the host address is IPv4 (v4only) and numeric.
74 socklen_t addrlen, int v4only, int numeric)
81 hints.ai_flags = numeric ? AI_NUMERICHOST : 0;
84 /* Don't fatal when attempting to convert a numeric address */
86 if (!numeric) {
284 * port number and numeric IPv4 address which gives 8 bytes.
298 /* Try to be sane about numeric IPv6 addresses */
73 decode_addrport(const char *h, const char *p, struct sockaddr *addr, socklen_t addrlen, int v4only, int numeric) argument
/illumos-gate/usr/src/cmd/streams/log/
H A Dstrace.c56 #define numeric(c) ((c <= '9') && (c >= '0')) macro
65 if (numeric(*ap))
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_authclient.c46 uint32_t numeric)
53 p->value.numeric = numeric;
89 uint32_t *numeric)
96 *numeric = p->value.numeric;
44 client_set_numeric_data(auth_key_block_t *keyBlock, int key_type, uint32_t numeric) argument
87 client_get_numeric_data(auth_key_block_t *keyBlock, int key_type, uint32_t *numeric) argument
H A Discsit_authclient.h53 uint32_t numeric; member in union:auth_value
114 uint32_t numeric);
129 uint32_t *numeric);
/illumos-gate/usr/src/cmd/localedef/
H A Dnumeric.c31 static struct lc_numeric numeric; variable in typeref:struct:lc_numeric
36 (void) memset(&numeric, 0, sizeof (numeric));
52 numeric.decimal_point = str;
55 numeric.thousands_sep = str;
67 free((char *)numeric.grouping);
68 numeric.grouping = NULL;
76 if (numeric.grouping == NULL) {
79 (void) asprintf(&s, "%s;%d", numeric.grouping, n);
84 free((char *)numeric
[all...]

Completed in 279 milliseconds

12