Searched defs:type (Results 576 - 600 of 894) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/lib/libast/common/misc/
H A Dmime.c138 * add mime type entry in s to mp
282 * load mime type files into mp
372 * find entry matching type
378 find(Mime_t* mp, const char* type) argument
392 if ((ent = (Ent_t*)dtmatch(mp->cap, type)) ||
393 !(rp = strchr(lp = (char*)type, '/')) ||
396 strcpy(buf, type);
438 * list mime <type,data> for pat on fp
550 expand(Mime_t* mp, register char* s, const char* name, const char* type, const char* opts) argument
572 sfputr(mp->buf, (char*)type,
602 mimeview(Mime_t* mp, const char* view, const char* name, const char* type, const char* opts) argument
[all...]
/osnet-11/usr/src/lib/libast/common/port/
H A Dastlicense.c144 KEY("type"),
179 int type; member in struct:Notice_s
432 notice.type = NONE;
440 notice.item[STYLE] = notice.item[CLASS] = lic[notice.type];
619 notice.type = c;
626 notice.type = c;
667 if (notice.type == INLINE && (!notice.verbose || !notice.item[NOTICE].data))
669 if (notice.type != USAGE)
671 if (!notice.type)
672 notice.type
[all...]
H A Dlcgen.c287 int type; local
310 type = 0;
369 if (type != TERRITORY)
374 type = MAP;
379 if (type != INIT)
384 type = CHARSET;
389 if (type != LANGUAGE)
394 type = TERRITORY;
399 if (type != CHARSET)
404 type
[all...]
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmbest.c202 { /* there should be no marked bits of any type */
926 static Void_t* bestresize(Vmalloc_t* vm, Void_t* data, reg size_t size, int type) argument
928 static Void_t* bestresize(vm,data,size,type)
932 int type; /* !=0 to move, <0 for not copy */
1028 { if(!(type&(VM_RSMOVE|VM_RSCOPY)) )
1033 { if(type&VM_RSCOPY)
1052 done: if(data && (type&VM_RSZERO) && (size = SIZE(BLOCK(data))&~BITS) > oldsize )
H A Dvmprofile.c567 static Void_t* pfresize(Vmalloc_t* vm, Void_t* data, size_t size, int type) argument
569 static Void_t* pfresize(vm, data, size, type)
573 int type;
620 if((addr = KPVRESIZE(vm,data,news,(type&~VM_RSZERO),Vmbest->resizef)) )
649 done: if(addr && (type&VM_RSZERO) && oldsize < size)
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dtm.h117 char* type; /* type name */ member in struct:__anon1213
127 unsigned char* lex; /* format lex type classes */
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dtm.h117 char* type; /* type name */ member in struct:__anon1235
127 unsigned char* lex; /* format lex type classes */
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dtm.h117 char* type; /* type name */ member in struct:__anon1257
127 unsigned char* lex; /* format lex type classes */
/osnet-11/usr/src/lib/libc/inc/
H A Dtdb_agent.h68 * The 'type' element of each structure identifies the type of the union,
79 uint16_t type; member in struct:__anon1332
92 uint16_t type; member in struct:__anon1333
105 uint16_t type; member in struct:__anon1334
123 uint16_t type; member in struct:__anon1335
143 uint16_t type; member in union:__anon1336::__anon1337
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetexecattr.c147 exec->type = _strtok_escape(NULL, sep, &last);
187 const char *type,
206 _priv_exec.type = (type == NULL) ? empty : type;
374 * For type = KV_COMMAND: /usr/ccs/bin/what ---> /usr/ccs/bin/\* ---> \*
375 * For type = KV_ACTION: Dtfile;*;*;*;0 ---> *;*;*;*;*
380 _exec_wild_id(char *id, const char *type) argument
385 if ((id == NULL) || (type == NULL))
388 if (strcmp(type, KV_ACTIO
186 _getexecprof(const char *name, const char *type, const char *id, int search_flag, execstr_t *result, char *buffer, int buflen, int *errnop) argument
507 getexecprof(const char *name, const char *type, const char *id, int search_flag) argument
555 getexecuser(const char *username, const char *type, const char *id, int search_flag) argument
619 match_execattr(execattr_t *exec, const char *profname, const char *type, const char *id) argument
656 const char *type; member in struct:call
693 userprof(const char *username, const char *type, const char *id, int search_flag) argument
[all...]
H A Dnftw.c38 * for any file system type. The flags field is used to specify:
279 int type; local
327 * Determine the type of the component.
334 type = FTW_D;
349 type = FTW_DNR;
354 type = FTW_SL;
356 type = FTW_F;
367 type = FTW_NS;
375 * Also check the file type, if possible, for symbolic
391 type
[all...]
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext.h116 uint16_t type; /* T_SUN_MO, T_GNU_MO, or T_ILL_MO */ member in struct:msg_node
H A Dgettext_real.c669 int type)
680 (type == TP_BINDING) ? "TP_BINDING" : "TP_CODESET");
708 binding_addr = (type == TP_BINDING) ? &(bind->binding) :
748 binding_addr = (type == TP_BINDING) ? &(bind->binding) :
775 if (type == TP_BINDING) {
921 mnp->type = T_ILL_MO;
950 mnp->type = T_ILL_MO;
973 mnp->type = T_SUN_MO;
1008 switch (mnp->type) {
1112 mnp->type
668 _real_bindtextdomain_u(const char *domain, const char *binding, int type) argument
[all...]
/osnet-11/usr/src/lib/libc/port/stdio/
H A Ddoscan.c76 * array type can not appear on the left hand side of an assignment operator.
600 number(int *chcount, int *flag_eof, int stow, int type, int len, int size, argument
610 switch (type) {
750 if ((type != 'i' && type != 'x') || (len <= 1))
774 if (type == 'i') /* Only %i accepts an octal. */
845 string(int *chcount, int *flag_eof, int stow, int type, int len, char *tab, argument
853 if (((type == 'c') || (type == 'C')) && len == MAXINT)
857 !(((type
976 wstring(int *chcount, int *flag_eof, int stow, int type, int len, FILE *iop, va_list *listp) argument
1012 wstring(int *chcount, int *flag_eof, int stow, int type, int len, FILE *iop, va_list *listp) argument
1122 wbrstring(int *chcount, int *flag_eof, int stow, int type, int len, FILE *iop, unsigned char *brstr, va_list *listp) argument
1186 brstring(int *chcount, int *flag_eof, int stow, int type, int len, FILE *iop, unsigned char *brstr, va_list *listp) argument
[all...]
H A Dflush.c887 _file_set(FILE *iop, int fd, const char *type) argument
893 while (*++type != '\0')
896 Fflag = type[-1] == 'F';
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_impl.h39 * uefi_device_path_t type definitions
68 * signature type in hard drive media path
75 * partition type in hard drive media path
89 uint8_t type; member in struct:uefi_device_path
98 uint8_t type; member in struct:uefi_file_path
106 uint8_t type; member in struct:uefi_pci_device_path
114 uint8_t type; member in struct:uefi_ctrl_device_path
124 uint8_t type; member in struct:uefi_hard_drive_path
137 uint8_t type; member in struct:uefi_scsi_device_path
146 uint8_t type; member in struct:uefi_atapi_device_path
156 uint8_t type; member in struct:uefi_fibre_device_path
165 uint8_t type; member in struct:uefi_usb_device_path
174 uint8_t type; member in struct:uefi_sata_device_path
184 uint8_t type; member in struct:uefi_acpi_device_path
193 uint8_t type; member in struct:uefi_bios_device_path
203 uint8_t type; member in struct:uefi_macaddr_device_path
212 uint8_t type; member in struct:uefi_acpie_device_path
[all...]
/osnet-11/usr/src/lib/libvdp/common/
H A Dvdp_impl.c377 vdp_ecp_cb(void *instp, ushort_t seq, ushort_t type, char *pdu, int len) argument
391 assert(type != ECP_ACK);
474 logtrace("vdp_ecp_cb: expecting tlv type %s got %s \n",
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c223 int type; member in struct:LineRegion
349 if (regions[0].type == REGION_COMMON) {
374 while (regions[nRegions - 1].type == REGION_COMMON)
387 if ((regions[from].type == REGION_COMMON) &&
453 regions[nRegions].type = REGION_DELETE;
469 regions[nRegions].type = cmp ? REGION_COMMON :
481 regions[nRegions].type = REGION_DIFFERENT;
505 switch (regions[iRegion].type) {
556 switch (regions[iRegion].type) {
930 * algorithum is [Gos81]. The others are better suited to editor type
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_comm.c82 (void) fprintf(stderr, "%s type = %d\n", prefix, msg->msg_type);
617 md_mn_msgtype_t type,
625 return (mdmn_send_message_with_msgid(setno, type, flags,
654 md_mn_msgtype_t type,
678 * We only check for set and type being zero
680 if ((setno == 0) && (type == 0)) {
711 * default flags for this message type.
716 msg.msg_type = type;
725 timeout.tv_sec = mdmn_get_timeout(type) * NNODES;
740 retry1 = msg_table[type]
615 mdmn_send_message( set_t setno, md_mn_msgtype_t type, uint_t flags, md_mn_nodeid_t recipient, char *data, int size, md_mn_result_t **result, md_error_t *ep) argument
652 mdmn_send_message_with_msgid( set_t setno, md_mn_msgtype_t type, uint_t flags, md_mn_nodeid_t recipient, char *data, int size, md_mn_result_t **result, md_mn_msgid_t *msgid, md_error_t *ep) argument
[all...]
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgethostent.c209 check_name_host(nss_XbyY_args_t *argp, const char *line, int linelen, int type, argument
240 if (__nss_files_get_addr(type, addrstart, addrlen,
264 return (__nss_files_get_addr(type, addrstart, addrlen,
494 /* Compare the address type */
495 if (argp->key.hostaddr.type != af)
646 __nss_files_XY_hostbyname(be, args, filter, type)
650 int type;
674 if (type == AF_INET) {
735 addrp = (type == AF_INET) ?
738 if (check_name_host(args, instr, linelen, type,
[all...]
/osnet-11/usr/src/lib/passwdutil/
H A Dpasswdutil.h77 attrtype type; member in struct:attrlist_s
86 char *type; member in struct:__anon2800
109 #define IS_FILES(r) (r.type != NULL && strcmp(r.type, "files") == 0)
110 #define IS_NIS(r) (r.type != NULL && strcmp(r.type, "nis") == 0)
111 #define IS_LDAP(r) (r.type != NULL && strcmp(r.type, "ldap") == 0)
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c387 attr_hdr.type = SWAP64((uint64_t)extra_attr->attr.type);
474 template.type = (CK_ATTRIBUTE_TYPE)(SWAP64(attr_hdr->type));
1922 soft_get_token_objects_from_keystore(ks_search_type_t type) argument
1928 /* Load the token object from keystore based on the object type */
1929 rv = soft_keystore_get_objs(type, &ks_obj, B_FALSE);
2017 tmpl[attrs].type = CKA_CLASS;
2022 tmpl[attrs].type = CKA_KEY_TYPE;
2027 tmpl[attrs].type
[all...]
H A DsoftObjectUtil.c617 if (pTemplate[i].type == CKA_PRIVATE) {
632 if (pTemplate[i].type == CKA_TOKEN) {
914 soft_delete_all_in_core_token_objects(token_obj_type_t type) argument
923 switch (type) {
H A DsoftRSA.c295 * type "02" encryption block.
592 * type "01" encryption block.
750 soft_genRSAkey_set_attribute(soft_object_t *key, CK_ATTRIBUTE_TYPE type, argument
757 switch (type) {
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey.c343 id_attr->type = CKA_ID;
347 sdate_attr->type = CKA_START_DATE;
351 edate_attr->type = CKA_END_DATE;
355 derive_attr->type = CKA_DERIVE;
361 local_attr->type = CKA_LOCAL;
379 switch (attr->type) {
451 class_attr->type = CKA_CLASS;
457 subject_attr->type = CKA_SUBJECT;
461 encrypt_attr->type = CKA_ENCRYPT;
467 verify_attr->type
1090 secret_key_check_exportability(CK_ATTRIBUTE_TYPE type) argument
1386 rsa_priv_check_exportability(CK_ATTRIBUTE_TYPE type) argument
1626 generic_secret_check_exportability(CK_ATTRIBUTE_TYPE type) argument
[all...]

Completed in 80 milliseconds

<<21222324252627282930>>