Searched defs:WHITESPACE (Results 1 - 10 of 10) sorted by relevance
| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/ |
| H A D | SystemProperties.java | 111 private static final String WHITESPACE = "\\s+"; field in class:SystemProperties 398 return getAsSet(key, WHITESPACE);
|
| /forgerock/openam-v13/openam-oauth/samples/StockClient/lib/ |
| H A D | jersey-core-1.1.1-ea-SNAPSHOT.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jersey/ com/sun/jersey/api/ ... |
| /forgerock/openam-v13/openam-oauth/samples/StockService/lib/ |
| H A D | jersey-core-1.1.1-ea-SNAPSHOT.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jersey/ com/sun/jersey/api/ ... |
| /forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/ |
| H A D | SystemProperties.java | 112 private static final String WHITESPACE = "\\s+"; field in class:SystemProperties 397 return getAsSet(key, WHITESPACE);
|
| /illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | ServiceLocationAttribute.java | 57 static final String WHITESPACE = " \n\t\r"; field in class:ServiceLocationAttribute
|
| /illumos-gate/usr/src/lib/libzoneinfo/common/ |
| H A D | libzone.c | 51 #define WHITESPACE "\t " macro 137 if ((len = strcspn(lp, WHITESPACE)) > _TZBUFLEN -1) { 262 if (strcspn(lp_cc, WHITESPACE) != CCLEN) { 273 if (((len_coord = strcspn(lp_coord, WHITESPACE)) != 341 if ((len = strcspn(buff, WHITESPACE)) != CCLEN) { 350 if ((len = strspn(lp, WHITESPACE)) == 0) { 489 if (strcspn(lp_cc, WHITESPACE) != CCLEN) { 499 if (((len_coord = strcspn(lp_coord, WHITESPACE)) != 508 len_otz = strcspn(lp_otz, WHITESPACE);
|
| /illumos-gate/usr/src/lib/libpam/ |
| H A D | pam_framework.c | 676 #define WHITESPACE 0 macro 730 int state = WHITESPACE;
|
| /illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/ |
| H A D | picld_pluginutil_impl.h | 52 #define WHITESPACE " \t\n" macro
|
| /illumos-gate/usr/src/lib/krb5/ss/ |
| H A D | parse.c | 16 enum parse_mode { WHITESPACE, TOKEN, QUOTED_STRING }; enumerator in enum:parse_mode 73 parse_mode = WHITESPACE; /* flushing whitespace */ 81 while (parse_mode == WHITESPACE) { 113 parse_mode = WHITESPACE;
|
| /illumos-gate/usr/src/cmd/login/ |
| H A D | login.c | 1020 #define WHITESPACE 0 macro 1035 state = WHITESPACE; 1054 state = WHITESPACE; 1062 if (state == WHITESPACE) {
|
Completed in 117 milliseconds