Home
last modified time | relevance | path

Searched refs:names (Results 76 – 100 of 472) sorted by last modified time

12345678910>>...19

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtrigger1.test357 # can be used as trigger names. Ticket #468
500 # that we can change the column names because the trigger programs don't
H A Dview.test389 # Tables with columns having peculiar quoted names used in views
H A Dtable.test140 # Create a table with many field names
278 # Try using keywords as table names or column names.
374 # Make sure we cannot have duplicate column names within a table.
H A Dquote.test13 # focus of this file is the ability to specify table and column names
21 # Create a table with a strange name and with strange column names.
H A Drowid.test166 # column names.
H A Dselect4.test443 # Make sure column names are correct when a compound select appears as
H A Dindex.test105 # Note that the index names "index9" and "indext" are chosen because
170 # Do not allow indices with duplicate names to be added
H A Dauth.test1823 # Make sure the names of views and triggers are passed on on arg4.
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in110 ** the names of each column.
657 ** describe the column names and datatypes. The name of the i-th column
692 const char ***pazColName /* OUT: Column names and datatypes */
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dauxprop.c269 int prop_request(struct propctx *ctx, const char **names) in prop_request() argument
273 if(!ctx || !names) return SASL_BADPARAM; in prop_request()
276 for(new_values=0; names[new_values]; new_values++); in prop_request()
342 if(!strcmp(ctx->values[j].name, names[i])) { in prop_request()
351 ctx->values[ctx->used_values++].name = names[i]; in prop_request()
378 int prop_getnames(struct propctx *ctx, const char **names, in prop_getnames() argument
386 if(!ctx || !names || !vals) return SASL_BADPARAM; in prop_getnames()
388 for(curname = names; *curname; curname++) { in prop_getnames()
/illumos-gate/usr/src/lib/libsasl/include/
H A Dprop.h86 int prop_request(struct propctx *ctx, const char **names);
110 int prop_getnames(struct propctx *ctx, const char **names,
H A Dsaslplug.h156 int (*prop_request)(struct propctx *ctx, const char **names);
158 int (*prop_getnames)(struct propctx *ctx, const char **names,
/illumos-gate/usr/src/lib/libkmf/
H A Dcdsa_license.txt24 + Neither the name of the Intel Corporation nor the names of its
55 * Other brands and names are the property of their respective owners.
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtcsearch.c46 _tcsearch(char *cap, short offsets[], char *names[], int size, int n) in _tcsearch() argument
53 cmp = ((n == 0) ? strcmp(cap, names[offsets[m]]) : in _tcsearch()
54 strncmp(cap, names[offsets[m]], n)); in _tcsearch()
H A Dcaps494 char_set_names, "csnm" "Zy" List of character set names
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dscandir.c76 struct dirent64 *d, *p, **names = NULL; in scandir64() local
97 names = malloc(arraysz * sizeof (struct dirent64 *)); in scandir64()
98 if (names == NULL) in scandir64()
126 tmp = realloc(names, in scandir64()
132 names = tmp; in scandir64()
134 names[nitems++] = p; in scandir64()
138 qsort(names, nitems, sizeof (struct dirent64 *), in scandir64()
140 *namelist = names; in scandir64()
146 free(names[--nitems]); in scandir64()
148 if (names) in scandir64()
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_set.c83 profile_update_relation(profile_t profile, const char **names, in profile_update_relation() argument
95 if (names == 0 || names[0] == 0 || names[1] == 0) in profile_update_relation()
105 for (cpp = names; cpp[1]; cpp++) { in profile_update_relation()
136 profile_clear_relation(profile_t profile, const char **names) in profile_clear_relation() argument
147 if (names == 0 || names[0] == 0 || names[1] == 0) in profile_clear_relation()
151 for (cpp = names; cpp[1]; cpp++) { in profile_clear_relation()
181 profile_rename_section(profile_t profile, const char **names, in profile_rename_section() argument
193 if (names == 0 || names[0] == 0 || names[1] == 0) in profile_rename_section()
200 for (cpp = names; cpp[1]; cpp++) { in profile_rename_section()
234 profile_add_relation(profile_t profile, const char **names, in profile_add_relation() argument
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Drealm_iter.c36 static const char *const names[] = { "realms", 0 }; in krb5_realm_iterator_create() local
38 return profile_iterator_create(context->profile, names, in krb5_realm_iterator_create()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_getalias.c60 extern listofnames *names();
87 list = names(ALIASLIST); in sysvconfig()
H A Dyp_b_subr.c70 extern listofnames *names();
536 list = names(serverfile);
H A Dgetlist.c71 names(filename) in names() function
127 list = names(argv[1]);
/illumos-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c188 push_delete_callback(void *data, int columns, char **vals, char **names) in push_delete_callback() argument
527 fill_child_callback(void *data, int columns, char **vals, char **names) in fill_child_callback() argument
558 fill_snapshot_callback(void *data, int columns, char **vals, char **names) in fill_snapshot_callback() argument
595 fill_pg_callback(void *data, int columns, char **vals, char **names) in fill_pg_callback() argument
654 property_value_size_cb(void *data, int columns, char **vals, char **names) in property_value_size_cb() argument
666 property_value_cb(void *data, int columns, char **vals, char **names) in property_value_cb() argument
703 fill_property_callback(void *data, int columns, char **vals, char **names) in fill_property_callback() argument
1767 fill_snapshot_cb(void *data, int columns, char **vals, char **names) in fill_snapshot_cb() argument
1875 check_snapshot_fill_cb(void *data, int columns, char **vals, char **names) in check_snapshot_fill_cb() argument
1952 check_snapshot_check_cb(void *data, int columns, char **vals, char **names) in check_snapshot_check_cb() argument
[all …]
H A Dobject.c78 tx_check_genid(void *data_arg, int columns, char **vals, char **names) in tx_check_genid() argument
103 tx_process_property(void *data_arg, int columns, char **vals, char **names) in tx_process_property() argument
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Denvmodel.info37 * Fan names
44 * Sensor ids & names
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Denvmodel.info37 * Fan names

12345678910>>...19