| /freebsd/contrib/kyua/store/ |
| H A D | testdata_v2.sql | 42 INSERT INTO contexts (context_id, cwd) VALUES (1, '/some/root'); 45 INSERT INTO actions (action_id, context_id) VALUES (1, 1); 57 INSERT INTO contexts (context_id, cwd) VALUES (2, '/test/suite/root'); 59 VALUES (2, 'HOME', '/home/test'); 61 VALUES (2, 'PATH', '/bin:/usr/bin'); 64 INSERT INTO actions (action_id, context_id) VALUES (2, 2); 67 INSERT INTO metadatas VALUES (1, 'allowed_architectures', ''); 68 INSERT INTO metadatas VALUES (1, 'allowed_platforms', ''); 69 INSERT INTO metadatas VALUES (1, 'description', ''); 70 INSERT INTO metadatas VALUES (1, 'has_cleanup', 'false'); [all …]
|
| H A D | testdata_v3_3.sql | 39 INSERT INTO contexts (cwd) VALUES ('/usr/tests'); 41 VALUES ('PATH', '/bin:/usr/bin'); 44 INSERT INTO metadatas VALUES (6, 'allowed_architectures', ''); 45 INSERT INTO metadatas VALUES (6, 'allowed_platforms', ''); 46 INSERT INTO metadatas VALUES (6, 'description', ''); 47 INSERT INTO metadatas VALUES (6, 'has_cleanup', 'false'); 48 INSERT INTO metadatas VALUES (6, 'required_configs', ''); 49 INSERT INTO metadatas VALUES (6, 'required_files', ''); 50 INSERT INTO metadatas VALUES (6, 'required_memory', '0'); 51 INSERT INTO metadatas VALUES (6, 'required_programs', ''); [all …]
|
| H A D | testdata_v3_2.sql | 40 INSERT INTO contexts (cwd) VALUES ('/test/suite/root'); 42 VALUES ('HOME', '/home/test'); 44 VALUES ('PATH', '/bin:/usr/bin'); 47 INSERT INTO metadatas VALUES (1, 'allowed_architectures', ''); 48 INSERT INTO metadatas VALUES (1, 'allowed_platforms', ''); 49 INSERT INTO metadatas VALUES (1, 'description', ''); 50 INSERT INTO metadatas VALUES (1, 'has_cleanup', 'false'); 51 INSERT INTO metadatas VALUES (1, 'required_configs', ''); 52 INSERT INTO metadatas VALUES (1, 'required_files', ''); 53 INSERT INTO metadatas VALUES (1, 'required_memory', '0'); [all …]
|
| H A D | testdata_v3_4.sql | 39 INSERT INTO contexts (cwd) VALUES ('/usr/tests'); 41 VALUES ('LANG', 'C'); 43 VALUES ('PATH', '/bin:/usr/bin'); 45 VALUES ('TERM', 'xterm'); 48 INSERT INTO metadatas VALUES (12, 'allowed_architectures', ''); 49 INSERT INTO metadatas VALUES (12, 'allowed_platforms', ''); 50 INSERT INTO metadatas VALUES (12, 'description', ''); 51 INSERT INTO metadatas VALUES (12, 'has_cleanup', 'false'); 52 INSERT INTO metadatas VALUES (12, 'required_configs', ''); 53 INSERT INTO metadatas VALUES (12, 'required_files', ''); [all …]
|
| H A D | testdata_v1.sql | 42 INSERT INTO contexts (context_id, cwd) VALUES (1, '/some/root'); 45 INSERT INTO actions (action_id, context_id) VALUES (1, 1); 57 INSERT INTO contexts (context_id, cwd) VALUES (2, '/test/suite/root'); 59 VALUES (2, 'HOME', '/home/test'); 61 VALUES (2, 'PATH', '/bin:/usr/bin'); 64 INSERT INTO actions (action_id, context_id) VALUES (2, 2); 69 VALUES (1, 2, '/test/suite/root/foo_test', '/test/suite/root', 72 VALUES (1, 300000000); 76 VALUES (1, 1, 'main'); 79 VALUES (1, 'passed', NULL, 1357643611000000, 1357643621000500); [all …]
|
| /illumos-gate/usr/src/lib/crt/ |
| H A D | Makefile.com | 31 VALUES = values-Xa.o values-Xc.o values-Xs.o values-Xt.o \ 32 values-xpg4.o values-xpg6.o 39 SRCS = $(VALUES:%.o=../common/%.c) $(COMMON_CRT:%.o=../common/%.c) 43 OBJECTS = $(VALUES) $(CRT1) $(CRTI) $(CRTN) 56 values-xpg6.o := CPPFLAGS += -I$(SRC)/lib/libc/inc 57 $(COMMON_CRT) $(VALUES) := CFLAGS += $(C_PICFLAGS) 58 $(COMMON_CRT) $(VALUES) := CFLAGS64 += $(C_PICFLAGS64) 63 COMPATLINKS= usr/ccs/lib/values-Xa.o \ 64 usr/ccs/lib/values-Xc.o \ 65 usr/ccs/lib/values-Xs.o \ [all …]
|
| /freebsd/crypto/krb5/src/util/profile/ |
| H A D | t_profile.c | 80 const char *values[] = { "slick", "harry", "john", NULL }; in test_iterate() local 86 /* Iterate and check for the expected values. */ in test_iterate() 93 assert(values[i] != NULL); in test_iterate() 94 assert(strcmp(value, values[i]) == 0); in test_iterate() 98 assert(values[i] == NULL); in test_iterate() 117 /* Check that no values for the section are found in the resulting file. */ in test_iterate() 171 char **values, **dummy; in test_clear() local 174 check(profile_get_values(p, names, &values)); in test_clear() 177 check(profile_add_relation(p, names, values[0])); in test_clear() 178 profile_free_list(values); in test_clear() [all …]
|
| /illumos-gate/usr/src/pkg/manifests/ |
| H A D | system-library-c-runtime.p5m | 18 link path=usr/ccs/lib/$(ARCH64)/values-Xa.o \ 19 target=../../../lib/$(ARCH64)/values-Xa.o 20 link path=usr/ccs/lib/$(ARCH64)/values-Xc.o \ 21 target=../../../lib/$(ARCH64)/values-Xc.o 22 link path=usr/ccs/lib/$(ARCH64)/values-Xs.o \ 23 target=../../../lib/$(ARCH64)/values-Xs.o 24 link path=usr/ccs/lib/$(ARCH64)/values-Xt.o \ 25 target=../../../lib/$(ARCH64)/values-Xt.o 26 link path=usr/ccs/lib/$(ARCH64)/values-xpg4.o \ 27 target=../../../lib/$(ARCH64)/values-xpg4.o [all …]
|
| /illumos-gate/usr/src/lib/libsqlite/test/ |
| H A D | notnull.test | 36 INSERT INTO t1(a,b,c,d,e) VALUES(1,2,3,4,5); 43 INSERT INTO t1(b,c,d,e) VALUES(2,3,4,5); 50 INSERT OR IGNORE INTO t1(b,c,d,e) VALUES(2,3,4,5); 57 INSERT OR REPLACE INTO t1(b,c,d,e) VALUES(2,3,4,5); 64 INSERT OR ABORT INTO t1(b,c,d,e) VALUES(2,3,4,5); 71 INSERT INTO t1(a,c,d,e) VALUES(1,3,4,5); 78 INSERT OR IGNORE INTO t1(a,c,d,e) VALUES(1,3,4,5); 85 INSERT OR REPLACE INTO t1(a,c,d,e) VALUES(1,3,4,5); 92 INSERT OR ABORT INTO t1(a,c,d,e) VALUES(1,3,4,5); 99 INSERT INTO t1(a,b,c,d,e) VALUES(1,null,3,4,5); [all …]
|
| H A D | insert.test | 23 set v [catch {execsql {INSERT INTO test1 VALUES(1,2,3)}} msg] 30 set v [catch {execsql {INSERT INTO sqlite_master VALUES(1,2,3,4)}} msg] 38 set v [catch {execsql {INSERT INTO test1 VALUES(1,2)}} msg] 40 } {1 {table test1 has 3 columns but 2 values were supplied}} 42 set v [catch {execsql {INSERT INTO test1 VALUES(1,2,3,4)}} msg] 44 } {1 {table test1 has 3 columns but 4 values were supplied}} 46 set v [catch {execsql {INSERT INTO test1(one,two) VALUES(1,2,3,4)}} msg] 48 } {1 {4 values for 2 columns}} 50 set v [catch {execsql {INSERT INTO test1(one,two) VALUES(1)}} msg] 52 } {1 {1 values for 2 columns}} [all …]
|
| H A D | laststmtchanges.test | 33 insert into t0 values (1); 34 insert into t0 values (1); 35 insert into t0 values (2); 36 insert into t0 values (2); 37 insert into t0 values (1); 38 insert into t0 values (1); 39 insert into t0 values (1); 40 insert into t0 values (2); 86 insert into t2 values (NULL, last_statement_change_count(), NULL); 90 insert into t1 values (77); [all …]
|
| H A D | trigger2.test | 77 INSERT INTO tbl VALUES(1, 2); 78 INSERT INTO tbl VALUES(3, 4); 85 INSERT INTO rlog VALUES ( (SELECT coalesce(max(idx),0) + 1 FROM rlog), 93 INSERT INTO rlog VALUES ( (SELECT coalesce(max(idx),0) + 1 FROM rlog), 102 INSERT INTO clog VALUES ( (SELECT coalesce(max(idx),0) + 1 FROM clog), 124 INSERT INTO tbl VALUES (100, 100); 125 INSERT INTO tbl VALUES (300, 200); 128 INSERT INTO rlog VALUES ( (SELECT coalesce(max(idx),0) + 1 FROM rlog), 136 INSERT INTO rlog VALUES ( (SELECT coalesce(max(idx),0) + 1 FROM rlog), 156 INSERT INTO rlog VALUES ( (SELECT coalesce(max(idx),0) + 1 FROM rlog), [all …]
|
| H A D | join.test | 24 INSERT INTO t1 VALUES(1,2,3); 25 INSERT INTO t1 VALUES(2,3,4); 26 INSERT INTO t1 VALUES(3,4,5); 33 INSERT INTO t2 VALUES(1,2,3); 34 INSERT INTO t2 VALUES(2,3,4); 35 INSERT INTO t2 VALUES(3,4,5); 112 INSERT INTO t3 VALUES(2,3,4); 113 INSERT INTO t3 VALUES(3,4,5); 114 INSERT INTO t3 VALUES(4,5,6); 131 INSERT INTO t4 VALUES(2,3,4); [all …]
|
| H A D | minmax.test | 26 INSERT INTO t1 VALUES(1,1); 27 INSERT INTO t1 VALUES(2,2); 28 INSERT INTO t1 VALUES(3,2); 29 INSERT INTO t1 VALUES(4,3); 30 INSERT INTO t1 VALUES(5,3); 31 INSERT INTO t1 VALUES(6,3); 32 INSERT INTO t1 VALUES(7,3); 33 INSERT INTO t1 VALUES(8,4); 34 INSERT INTO t1 VALUES(9,4); 35 INSERT INTO t1 VALUES(10,4); [all …]
|
| H A D | trigger1.test | 54 INSERT INTO t1 values(1); 134 insert into t1 values(1,'a'); 135 insert into t1 values(2,'b'); 136 insert into t1 values(3,'c'); 137 insert into t1 values(4,'d'); 149 insert into t1 values(1,'a'); 150 insert into t1 values(2,'b'); 151 insert into t1 values(3,'c'); 152 insert into t1 values(4,'d'); 217 INSERT INTO t2 VALUES(NEW.a,NEW.b); [all …]
|
| H A D | index.test | 101 # Create a table and insert values into that table. Then create 102 # an index on that table. Verify that we can select values 111 execsql "INSERT INTO test1 VALUES($i,[expr {int(pow(2,$i))}])" 212 execsql "INSERT INTO test1 VALUES($i,[expr {int(pow(2,$i))}])" 258 INSERT INTO t1 VALUES(1,2); 259 INSERT INTO t1 VALUES(2,4); 260 INSERT INTO t1 VALUES(3,8); 261 INSERT INTO t1 VALUES(1,12); 285 INSERT INTO t1 VALUES (1,1); 286 INSERT INTO t1 VALUES (1,2); [all …]
|
| H A D | misc1.test | 32 set cmd "INSERT INTO manycol VALUES(0" 45 set cmd "INSERT INTO manycol VALUES($j" 93 INSERT INTO agger VALUES(1, 'one', 'hello', 'yes'); 94 INSERT INTO agger VALUES(2, 'two', 'howdy', 'no'); 95 INSERT INTO agger VALUES(3, 'thr', 'howareya', 'yes'); 96 INSERT INTO agger VALUES(4, 'two', 'lothere', 'yes'); 97 INSERT INTO agger VALUES(5, 'one', 'atcha', 'yes'); 98 INSERT INTO agger VALUES(6, 'two', 'hello', 'no'); 118 INSERT INTO t1 VALUES('hi'); 132 INSERT INTO t2 VALUES('This is a long string to use up a lot of disk -'); [all …]
|
| H A D | null.test | 27 insert into t1 values(1,0,0); 28 insert into t1 values(2,0,1); 29 insert into t1 values(3,1,0); 30 insert into t1 values(4,1,1); 31 insert into t1 values(5,null,0); 32 insert into t1 values(6,null,1); 33 insert into t1 values(7,null,null); 52 # Check to see how the CASE expression handles NULL values. The 97 # Check to see that NULL values are ignored in aggregate functions. 107 # Check to see how WHERE clauses handle NULL values. A NULL value [all …]
|
| /freebsd/contrib/unbound/util/ |
| H A D | fptr_wlist.h | 40 * The functions contain a whitelist of known good callback values. 41 * Any other values lead to an error. 78 * Check function pointer whitelist for comm_point callback values. 86 * Check function pointer whitelist for raw comm_point callback values. 94 * Check function pointer whitelist for comm_timer callback values. 102 * Check function pointer whitelist for comm_signal callback values. 110 * Check function pointer whitelist for start_accept callback values. 118 * Check function pointer whitelist for stop_accept callback values. 126 * Check function pointer whitelist for event structure callback values. 135 * Check function pointer whitelist for pending udp callback values. [all …]
|
| /illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
| H A D | pkinit_profile.c | 99 char **values = NULL; in pkinit_kdcdefault_strings() local 121 retval = profile_get_values(profile, names, &values); in pkinit_kdcdefault_strings() 122 if (retval == 0 && values != NULL) in pkinit_kdcdefault_strings() 136 retval = profile_get_values(profile, names, &values); in pkinit_kdcdefault_strings() 137 if (retval == 0 && values != NULL) in pkinit_kdcdefault_strings() 141 if (values == NULL) in pkinit_kdcdefault_strings() 144 *ret_value = values; in pkinit_kdcdefault_strings() 155 char **values = NULL; in pkinit_kdcdefault_string() local 157 retval = pkinit_kdcdefault_strings(context, realmname, option, &values); in pkinit_kdcdefault_string() 161 if (values[0] == NULL) { in pkinit_kdcdefault_string() [all …]
|
| /freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
| H A D | pkinit_profile.c | 95 char **values = NULL; in pkinit_kdcdefault_strings() local 117 retval = profile_get_values(profile, names, &values); in pkinit_kdcdefault_strings() 118 if (retval == 0 && values != NULL) in pkinit_kdcdefault_strings() 132 retval = profile_get_values(profile, names, &values); in pkinit_kdcdefault_strings() 133 if (retval == 0 && values != NULL) in pkinit_kdcdefault_strings() 137 if (values == NULL) in pkinit_kdcdefault_strings() 140 *ret_value = values; in pkinit_kdcdefault_strings() 151 char **values = NULL; in pkinit_kdcdefault_string() local 153 retval = pkinit_kdcdefault_strings(context, realmname, option, &values); in pkinit_kdcdefault_string() 157 if (values[0] == NULL) { in pkinit_kdcdefault_string() [all …]
|
| /illumos-gate/usr/src/uts/common/io/xge/hal/include/ |
| H A D | xgehal-types.h | 180 * the structure xge_hal_tti_config_t{} for valid values. 182 * range A. See the structure xge_hal_tti_config_t{} for valid values. 184 * the structure xge_hal_tti_config_t{} for valid values. 186 * range B. See the strucuture xge_hal_tti_config_t{} for valid values. 188 * the structure xge_hal_tti_config_t{} for valid values. 190 * range C. See the structure xge_hal_tti_config_t{} for valid values. 192 * range D. See the structure xge_hal_tti_config_t{} for valid values. 194 * structure xge_hal_tti_config_t{} for valid values. 196 * enable. See the structure xge_hal_tti_config_t{} for valid values. 198 * the structure xge_hal_rti_config_t{} for valid values. [all …]
|
| /illumos-gate/usr/src/lib/libsasl/include/ |
| H A D | prop.h | 13 * and _then_ request values for all properties. Any change to the request 14 * list will discard any existing values. This assumption allows a very 36 * the resulting structure for property values 44 const char **values; member 46 * list of strings, values == NULL if property not 47 * found, *values == NULL if property found with 48 * no values 71 * possible other return values include: SASL_NOMEM, SASL_BADPARAM 82 * NOTE: may clear values from context as side-effect 84 * possible other return values include: SASL_NOMEM, SASL_BADPARAM [all …]
|
| /illumos-gate/usr/src/lib/print/libpapi-common/common/ |
| H A D | attribute.c | 79 papi_attribute_value_t **values) in papiAttributeValuesFree() argument 81 if (values != NULL) { in papiAttributeValuesFree() 84 for (i = 0; values[i] != NULL; i++) in papiAttributeValuesFree() 85 papiAttributeValueFree(type, values[i]); in papiAttributeValuesFree() 87 free(values); in papiAttributeValuesFree() 96 if (attribute->values != NULL) in papiAttributeFree() 98 attribute->values); in papiAttributeFree() 132 if ((status == PAPI_OK) && (a->values != NULL)) { in collection_dup() 135 for (j = 0; ((a->values[j] != NULL) && in collection_dup() 139 a->name, a->type, a->values[j]); in collection_dup() [all …]
|
| /illumos-gate/usr/src/man/man8/ |
| H A D | dispadmin.8 | 30 \fBdispadmin\fR does limited checking on the values supplied in \fIfile\fR to 32 not attempt to analyze the effect that the new values have on the performance 33 of the system. Inappropriate values can have a negative effect on system 45 \fIclass\fR values are: \fBRT\fR for the real-time class, \fBTS\fR for the 104 a resolution to be used for outputting the time quantum values. If no 105 resolution is specified, time quantum values are in milliseconds. If \fIres\fR 108 a \fIres\fR value of 10 yields time quantum values expressed in tenths of a 109 second; a \fIres\fR value of 1000000 yields time quantum values expressed in 122 Sets scheduler parameters for the specified class using the values in 123 \fIfile\fR. These values overwrite the current values in memory\(emthey become [all …]
|