/osnet-11/usr/src/lib/libidmap/common/ |
H A D | directory_rpc_clnt.c | 44 idmap_utf8str types, 52 arg.types = types; 42 directory_get_common_1( idmap_utf8str_list ids, idmap_utf8str types, idmap_utf8str_list attrs, directory_results_rpc *clnt_res, CLIENT *clnt) argument
|
H A D | directory_client.c | 37 #include <sys/types.h> 118 * Given a list of identifiers, a list of their types, and a list of attributes, 127 char *types, 157 cs = directory_get_common_1(sl_ids, types, sl_attrs, &dr, d->client); 122 directory_get_v( directory_t d, directory_entry_list_t *ret, char **ids, int nids, char *types, char **attr_list) argument
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | stab.c | 445 int i, t, total, types[MAXSTTYPES]; local 451 types[i] = 0; 461 types[t]++; 469 if (types[i] != 0) 472 i, types[i], types[i] - prevt[i]); 474 prevt[i] = types[i];
|
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | SLPFindSrvTypes.c | 108 /* types string */ 112 /* collate the types for sync behavior */ 215 * Using the collator, determines which types in the types list 217 * (unique) types. If there are no unique types, returns NULL; 218 * types is destructively modified. 220 static char *collate_types(char *types, void **collator, argument 224 /* walk through the types list */ 225 p = types; 261 char **types = (char **)cookie; local 273 char *types = NULL; local [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | prompter.c | 323 krb5int_set_prompt_types(krb5_context context, krb5_prompt_type *types) argument 325 context->prompt_types = types;
|
/osnet-11/usr/src/lib/rad/pyrad/common/ |
H A D | util.py | 384 types = rad.get_types(self._auth) variable in class:RadAuth 385 BlockType = types.BlockType 386 MsgType = types.MsgType
|
H A D | client.py | 40 import types namespace 56 """ RAD protocol basic types. """ 203 def __init__(self, unpacker, types): 207 self._type = types.typeref(unpacker) 256 # Superclass for synthetic enumeration "types" 269 # Superclass for synthetic union "types" 331 def __init__(self, types): 333 self.__dict__.update(types) 404 def __init__(self, unpacker, types, index, value): 409 self._type = types [all...] |
/osnet-11/usr/src/lib/libcontract/common/ |
H A D | libcontract_priv.c | 43 contract_type_t types[CTT_MAXTYPE] = { variable 147 types[type].type_event(file, hdl, verbose);
|
/osnet-11/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_symbol.c | 74 static dsym_type_t types[] = { variable 527 * We only need to check for a 0 with non-boolean types, as 550 int cnt = sizeof (types) / sizeof (dsym_type_t); 557 result = strcmp(type, types[i].dt_string); 559 result = strcasecmp(type, types[i].dt_string); 563 *entry = &types[i];
|
/osnet-11/usr/src/cmd/ldap/common/ |
H A D | ldaptest.c | 8 #include <sys/types.h> 263 char filter[256], *host, **types; local 694 types = get_list( "attrs to return? " ); 703 if ( cldap_search_s( ld, dn, scope, filter, types, 730 if (( err = ldap_search_ext(ld, dn, scope, filter, types, attrsonly, NULL, NULL, 738 types, attrsonly )) == -1 ) { 745 free_list( types ); 761 types = get_list( "attrs to return? " ); 767 id = ldap_ufn_search_c( ld, dn, types, 771 id = ldap_ufn_search_s( ld, dn, types, [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | pac.c | 273 * Return an array of the types of data in the PAC 279 krb5_ui_4 **types) 283 *types = (krb5_ui_4 *)malloc(pac->pac->cBuffers * sizeof(krb5_ui_4)); 284 if (*types == NULL) 290 (*types)[i] = pac->pac->Buffers[i].ulType; 276 krb5_pac_get_types(krb5_context context, krb5_pac pac, size_t *len, krb5_ui_4 **types) argument
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/ |
H A D | misc.c | 726 enum { INT, WCHAR, LONG, LONGLONG, POINTER } types[count_args]; local 736 grub_memset (types, 0, sizeof (types)); 794 types[curn] = LONGLONG; 796 types[curn] = LONG; 798 types[curn] = INT; 802 types[curn] = POINTER; 805 types[curn] = INT; 808 types[curn] = WCHAR; 814 switch (types[ [all...] |
/osnet-11/usr/src/lib/libvscan/common/ |
H A D | libvscan.c | 56 #define VS_PNAME_TYPES "types" 66 /* types string processing */ 1214 * Checks that types property is a valid format: 1222 vs_is_valid_types(const char *types) argument 1227 if (strlen(types) > VS_VAL_TYPES_LEN) 1230 if (strpbrk(types, VS_VAL_TYPES_INVALID_CHARS) != NULL) 1233 if (vs_parse_types(types, buf, &len) != 0) 1299 vs_parse_types(const char *types, char *buf, uint32_t *len) argument 1301 char *p = (char *)types; 1304 if (strlen(types) > *le [all...] |
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_prop.c | 31 #include <sys/types.h> 963 * chain. If not, then OR the valid types for this property all 1020 int types, zprop_desc_t **pdp) 1032 * pd_types must be a non-empty subset of the types passed into this 1035 if (pd->pd_types == 0 || (pd->pd_types & ~types) != 0) { 1064 int types) 1073 err = zprop_desc_alloc(table, owner, pair, types, &pd); 1019 zprop_desc_alloc(zprop_table_t *table, const char *owner, nvpair_t *xprop, int types, zprop_desc_t **pdp) argument 1063 load_xprops(zprop_table_t *table, const char *owner, nvlist_t *xprops, int types) argument
|
H A D | libzfs_util.c | 43 #include <sys/types.h> 337 * Given a path and mask of ZFS types, return a string describing this dataset. 340 * acceptable types. 343 type_to_name(const char *path, int types) argument 346 return (zfs_type_to_name(types)); 351 if (types == ZFS_TYPE_SNAPSHOT) 353 if (types == ZFS_TYPE_FILESYSTEM) 355 if (types == ZFS_TYPE_VOLUME) 357 if (types == ZFS_TYPE_SHARE) 367 if (types 390 zfs_standard_error(libzfs_handle_t *hdl, const char *path, zfs_type_t types, int error, const char *msg) argument 397 zfs_standard_error_fmt(libzfs_handle_t *hdl, const char *path, zfs_type_t types, int error, const char *fmt, ...) argument [all...] |
H A D | libzfs_dataset.c | 70 * Given a single type (not a mask of types), return the type in a human 455 abort(); /* we should never see any other types */ 528 zfs_open_quiet(libzfs_handle_t *hdl, const char *path, int types) argument 538 if (zhp != NULL && !(types & zhp->zfs_type)) { 547 * Opens the given snapshot, filesystem, or volume. The 'types' 548 * argument is a mask of acceptable types. The function will print an 552 zfs_open(libzfs_handle_t *hdl, const char *path, int types) argument 574 (void) zfs_standard_error(hdl, path, types, 584 (void) zfs_standard_error(hdl, path, types, 590 if (!(types 4750 zfs_dataset_exists(libzfs_handle_t *hdl, const char *path, zfs_type_t types) argument [all...] |
/osnet-11/usr/src/lib/libpool/common/ |
H A D | pool_internal.c | 35 #include <sys/types.h> 1346 * with the names of the available resource types on this system. 1349 pool_resource_type_list(const char **types, uint_t *numtypes) argument 1356 if (types) { 1360 types[j++] = pool_resource_elem_class_name[i];
|
/osnet-11/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 49 #include <sys/types.h> 2278 enum types {INT = 1, LONG, CHAR_PTR, DOUBLE, LONG_DOUBLE, VOID_PTR, enum 2280 enum types typelst[MAXARGS], curtype; 2285 * Algorithm 1. set all argument types to zero. 2286 * 2. walk through fmt putting arg types in typelst[].
|
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | linkprop.c | 31 #include <sys/types.h> 3285 uint32_t types = 0; local 3289 types |= (uint32_t)vdp[i].vd_val; 3291 mrp->mrp_protect.mp_types = types;
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | localtime.c | 93 #include <sys/types.h> 226 int typecnt; /* # zone types */ 232 uchar_t *types; /* Type indices */ member in struct:state 233 ttinfo_t ttis[TZ_MAX_TYPES]; /* Zone types */ 873 entry->types = (uchar_t *)(entry->prev + MAX_TIMES(vers)); 1235 ttisp = &lclzonep->ttis[lclzonep->types[tidx]]; 1592 sp->timecnt + /* types */ 1717 * Skip over types[] for now and load ttis[] so that when 1718 * types[] are loaded we can check for transitions to STD & DST. 1745 * Since ttis were loaded ahead of types, i [all...] |
/osnet-11/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 3017 char **types; /* A hash table of datatypes */ local 3018 int arraysize; /* Size of the "types" array */ 3025 /* Allocate and initialize types[] and allocate stddt[] */ 3027 types = (char**)malloc( arraysize * sizeof(char*) ); 3028 for(i=0; i<arraysize; i++) types[i] = 0; 3041 if( types==0 || stddt==0 ){ 3075 while( types[hash] ){ 3076 if( strcmp(types[hash],stddt)==0 ){ 3083 if( types[hash]==0 ){ 3085 types[has [all...] |