Searched refs:type (Results 26 - 50 of 2122) sorted by relevance

1234567891011>>

/haiku/src/system/libroot/posix/glibc/libio/
H A D__fsetlocking.c24 __fsetlocking (FILE *fp, int type) argument
29 if (type != FSETLOCKING_QUERY)
32 if (type == FSETLOCKING_BYCALLER)
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dconfig.h47 uint32 type; member in struct:__anon1533
55 #define IS_AUDIGY(x) ((x)->type & TYPE_AUDIGY)
56 #define IS_AUDIGY2(x) ((x)->type & TYPE_AUDIGY2)
57 #define IS_AUDIGY2_VALUE(x) ((x)->type & TYPE_AUDIGY2_VALUE)
58 #define IS_LIVE_5_1(x) ((x)->type & TYPE_LIVE_5_1)
/haiku/headers/build/gcc-2.95.3/
H A Dva-spur.h39 #define va_arg(pvar,type) \
41 (*({ type *__va_result; \
43 __va_result = ( (type *) ((pvar).__stack + (pvar).__pnt - 20)); \
44 (pvar).__pnt += (sizeof(type) + 7) & ~7; \
46 else if ((pvar).__pnt + sizeof(type) > 20) { \
47 __va_result = (type *) (pvar).__stack; \
48 (pvar).__pnt = 20 + ( (sizeof(type) + 7) & ~7); \
50 else if (sizeof(type) == 8) { \
54 __va_result = (type *) &__u; \
58 __va_result = (type *) ((pva
[all...]
/haiku/headers/private/storage/mime/
H A DDatabase.h63 status_t Install(const char *type);
64 status_t Delete(const char *type);
67 status_t SetAppHint(const char *type, const entry_ref *ref);
68 status_t SetAttrInfo(const char *type, const BMessage *info);
69 status_t SetShortDescription(const char *type, const char *description);
70 status_t SetLongDescription(const char *type, const char *description);
71 status_t SetFileExtensions(const char *type, const BMessage *extensions);
72 status_t SetIcon(const char* type, const BBitmap* icon,
74 status_t SetIcon(const char *type, const void *data, size_t dataSize,
76 status_t SetIcon(const char *type, cons
126 char type[B_MIME_TYPE_LENGTH]; member in struct:BPrivate::Storage::Mime::Database::DeferredInstallNotification
167 InstallNotificationDeferrer(Database* database, const char* type) argument
[all...]
/haiku/src/preferences/notifications/
H A DAppRefFilter.cpp26 char* type = NULL; local
40 type = new char[B_ATTR_NAME_LENGTH];
41 if (linkedNodeInfo.GetType(type)!=B_OK) {
42 delete[] type;
45 constFileType = type;
64 delete[] type;
/haiku/headers/private/fs_shell/
H A Dfssh_defs.h47 #define fssh_offsetof(type,member) __builtin_offsetof(type, member)
49 #define fssh_offsetof(type,member) ((size_t)&((type*)0)->member)
52 #define fssh_alignof(type) __alignof__(type)
/haiku/src/system/kernel/events/
H A Dselect_ops.h42 select_object(uint32 type, int32 object, struct select_info* sync, bool kernel) argument
44 if (type >= B_COUNT_OF(kSelectOps))
46 return kSelectOps[type].select(object, sync, kernel);
51 deselect_object(uint32 type, int32 object, struct select_info* sync, bool kernel) argument
53 if (type >= B_COUNT_OF(kSelectOps))
55 return kSelectOps[type].deselect(object, sync, kernel);
/haiku/src/libs/libtelnet/
H A Dencrypt.c83 int EncryptType(char *type, char *mode);
149 findencryption(int type) argument
153 if (!(I_SUPPORT_ENCRYPT & remote_supports_decrypt & (unsigned)typemask(type)))
155 while (ep->type && ep->type != type)
157 return(ep->type ? ep : 0);
161 finddecryption(int type) argument
165 if (!(I_SUPPORT_DECRYPT & remote_supports_encrypt & (unsigned)typemask(type)))
167 while (ep->type
233 EncryptEnable(char *type, char *mode) argument
246 EncryptDisable(char *type, char *mode) argument
279 EncryptType(char *type, char *mode) argument
485 int type, use_type = 0; local
526 int type, ret; local
570 int ret, type; local
800 encrypt_start_output(int type) argument
943 int type = data[1]; local
[all...]
/haiku/src/kits/storage/mime/
H A DDatabase.cpp60 by this class on the mime type strings passed to it. It's assumed
105 /*! \brief Installs the given type in the database
107 MIME type was already installed. Ours simply returns B_OK.
108 \param type Pointer to a NULL-terminated string containing the MIME type of interest
112 - B_FILE_EXISTS: the type is already installed
116 Database::Install(const char *type) argument
118 if (type == NULL)
122 status_t err = entry.SetTo(fLocation->WritablePathForType(type));
129 err = fLocation->OpenWritableType(type, nod
147 Delete(const char *type) argument
196 _SetStringValue(const char *type, int32 what, const char* attribute, type_code attributeType, size_t maxLength, const char *value) argument
233 SetAppHint(const char *type, const entry_ref *ref) argument
265 SetAttrInfo(const char *type, const BMessage *info) argument
292 SetShortDescription(const char *type, const char *description) argument
306 SetLongDescription(const char *type, const char *description) argument
333 SetFileExtensions(const char *type, const BMessage *extensions) argument
361 SetIcon(const char* type, const BBitmap* icon, icon_size which) argument
373 SetIcon(const char *type, const void *data, size_t dataSize, icon_size which) argument
384 SetIcon(const char *type, const void *data, size_t dataSize) argument
391 SetIconForType(const char* type, const char* fileType, const BBitmap* icon, icon_size which) argument
425 SetIconForType(const char *type, const char *fileType, const void *data, size_t dataSize, icon_size which) argument
506 SetIconForType(const char *type, const char *fileType, const void *data, size_t dataSize) argument
561 SetPreferredApp(const char *type, const char *signature, app_verb verb) argument
575 SetSnifferRule(const char *type, const char *rule) argument
614 SetSupportedTypes(const char *type, const BMessage *types, bool fullSync) argument
726 GetSupportingApps(const char *type, BMessage *signatures) argument
1001 DeleteAppHint(const char *type) argument
1023 DeleteAttrInfo(const char *type) argument
1045 DeleteShortDescription(const char *type) argument
1067 DeleteLongDescription(const char *type) argument
1089 DeleteFileExtensions(const char *type) argument
1112 DeleteIcon(const char *type, icon_size which) argument
1136 DeleteIcon(const char *type) argument
1167 DeleteIconForType(const char *type, const char *fileType, icon_size which) argument
1201 DeleteIconForType(const char *type, const char *fileType) argument
1232 DeletePreferredApp(const char *type, app_verb verb) argument
1269 DeleteSnifferRule(const char *type) argument
1301 DeleteSupportedTypes(const char *type, bool fullSync) argument
1329 DeferInstallNotification(const char* type) argument
1352 UndeferInstallNotification(const char* type) argument
1375 _SendInstallNotification(const char *type) argument
1383 _SendDeleteNotification(const char *type) argument
1399 _SendMonitorUpdate(int32 which, const char *type, const char *extraType, bool largeIcon, int32 action) argument
1430 _SendMonitorUpdate(int32 which, const char *type, const char *extraType, int32 action) argument
1459 _SendMonitorUpdate(int32 which, const char *type, bool largeIcon, int32 action) argument
1485 _SendMonitorUpdate(int32 which, const char *type, int32 action) argument
1527 _FindDeferredInstallNotification(const char* type, bool remove) argument
1545 _CheckDeferredInstallNotification(int32 which, const char* type) argument
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dconfig.h21 uint32 type; member in struct:__anon1478
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DConnectionListenerFactory.cpp23 ConnectionListenerFactory::CreateConnectionListener(const char* type, argument
26 if (!type)
30 if (strcmp(type, "insecure") == 0)
32 else if (strcmp(type, "port") == 0)
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DConnectionFactory.cpp21 ConnectionFactory::CreateConnection(const char* type, const char* parameters, argument
24 if (!type)
28 if (strcmp(type, "insecure") == 0)
30 else if (strcmp(type, "port") == 0)
/haiku/src/apps/terminal/
H A DHyperLink.cpp23 HyperLink::HyperLink(const BString& address, Type type) argument
27 fType(type)
32 HyperLink::HyperLink(const BString& text, const BString& address, Type type) argument
36 fType(type)
/haiku/src/kits/debugger/model/
H A DSymbolInfo.cpp19 SymbolInfo::SymbolInfo(target_addr_t address, target_size_t size, uint32 type, argument
24 fType(type),
36 SymbolInfo::SetTo(target_addr_t address, target_size_t size, uint32 type, argument
41 fType = type;
/haiku/src/system/libroot/posix/arch/m68k/
H A Dsetjmp_internal.h24 #define FUNCTION(x) .global x; .type x,@function; x
/haiku/src/system/libroot/posix/musl/math/x86/
H A Datan2l.s2 .type atan2l,@function
H A Datanl.s2 .type atanl,@function
H A Dlog.s2 .type log,@function
H A Dlog10.s2 .type log10,@function
H A Dlog10f.s2 .type log10f,@function
H A Dlog10l.s2 .type log10l,@function
H A Dlog2.s2 .type log2,@function
H A Dlog2f.s2 .type log2f,@function
H A Dlog2l.s2 .type log2l,@function
H A Dlogf.s2 .type logf,@function

Completed in 103 milliseconds

1234567891011>>