Searched refs:argument (Results 26 - 50 of 102) sorted by relevance

12345

/haiku-fatelf/src/build/libroot/
H A Dremapped_functions.h44 int _haiku_build_fcntl(int fd, int op, int argument);
H A Dfunction_remapper.cpp264 int argument = va_arg(args, int); local
267 return _haiku_build_fcntl(fd, op, argument);
/haiku-fatelf/src/libs/edit/
H A Del.h80 int doingarg; /* Are we getting an argument? */
81 int argument; /* Numeric argument */ member in struct:el_state_t
/haiku-fatelf/headers/posix/
H A Dpthread.h55 void (*function)(void *argument);
56 void *argument; member in struct:__pthread_cleanup_handler
63 __handler.argument = (arg); \
68 __handler.function(__handler.argument); \
/haiku-fatelf/src/libs/iconv/
H A Diconv.c465 int iconvctl (iconv_t icd, int request, void* argument) argument
470 *(int *)argument =
477 *(int *)argument = cd->transliterate;
480 cd->transliterate = (*(const int *)argument ? 1 : 0);
483 *(int *)argument = cd->discard_ilseq;
486 cd->discard_ilseq = (*(const int *)argument ? 1 : 0);
489 if (argument != NULL) {
490 cd->hooks = *(const struct iconv_hooks *)argument;
498 if (argument != NULL) {
499 cd->fallbacks = *(const struct iconv_fallbacks *)argument;
[all...]
/haiku-fatelf/src/system/kernel/lib/
H A Dkernel_vsprintf.cpp318 /* it's the next argument */
335 /* it's the next argument */
372 const char *argument = va_arg(args, char *); local
375 if (argument == NULL)
376 argument = "<NULL>";
378 length = strnlen(argument, precision);
384 outBuffer.PutString(argument, length);
/haiku-fatelf/src/add-ons/kernel/network/datalink_protocols/loopback_frame/
H A Dloopback_frame.cpp135 void* argument, size_t length)
137 return protocol->next->module->control(protocol->next, option, argument,
134 loopback_frame_control(net_datalink_protocol* protocol, int32 option, void* argument, size_t length) argument
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Dcrx.h96 /* CRX argument types :
97 The argument types correspond to instructions operands
114 /* Not an argument. */
260 /* Size of the argument (in bits) required to represent. */
265 argument; typedef in typeref:struct:__anon4176
274 /* The argument data structure for storing args (operands). */
275 argument arg[MAX_OPERANDS];
/haiku-fatelf/src/bin/network/netstat/
H A Dnetstat.cpp112 get_address_family(const char* argument, int32& familyIndex) argument
116 if (!strcmp(argument, kFamilies[i].identifiers[j])) {
/haiku-fatelf/headers/libs/iconv/
H A Diconv.h82 extern int iconvctl(iconv_t cd, int request, void* argument);
138 invoked. Their argument list therefore does not matter. */
152 #define ICONV_TRIVIALP 0 /* int *argument */
153 #define ICONV_GET_TRANSLITERATE 1 /* int *argument */
154 #define ICONV_SET_TRANSLITERATE 2 /* const int *argument */
155 #define ICONV_GET_DISCARD_ILSEQ 3 /* int *argument */
156 #define ICONV_SET_DISCARD_ILSEQ 4 /* const int *argument */
157 #define ICONV_SET_HOOKS 5 /* const struct iconv_hooks *argument */
158 #define ICONV_SET_FALLBACKS 6 /* const struct iconv_fallbacks *argument */
/haiku-fatelf/src/bin/coreutils/lib/
H A Dprintf-parse.c110 argument *memory; \
115 memory_size = xtimes (a_allocated, sizeof (argument)); \
119 memory = (argument *) (a->arg \
132 /* Ambiguous type for positional argument. */ \
155 /* Test for positional argument. */
169 /* Positional argument 0. */
225 /* Test for positional argument. */
239 /* Positional argument 0. */
282 /* Test for positional argument. */
296 /* Positional argument
[all...]
H A Dprintf-args.c4 /* Decomposed printf argument list.
43 argument *ap;
92 default argument promotions", this is not the case in mingw32,
102 /* A null pointer is an invalid argument for "%s", but in practice
111 /* A null pointer is an invalid argument for "%ls", but in practice
151 /* A null pointer is an invalid argument for "%U", but in practice
163 /* A null pointer is an invalid argument for "%lU", but in practice
175 /* A null pointer is an invalid argument for "%llU", but in practice
/haiku-fatelf/src/bin/gdb/gdb/
H A Dh8300-tdep.c99 /* If the instruction at PC is an argument register spill, return its
102 An argument register spill is an instruction that moves an argument
105 argument register to a negative offset from the frame pointer.
275 /* Check for spilling an argument register to the stack frame.
580 Each argument, whether scalar or aggregate, is padded to occupy a
590 If an argument doesn't fit entirely in the remaining registers, it
592 the return address. Once an argument has overflowed onto the stack
603 A weird exception: if an argument is larger than a word, but not a
607 still, the argument register
639 int argument; local
[all...]
/haiku-fatelf/headers/os/interface/
H A DRadioButton.h61 virtual status_t Perform(perform_code d, void* argument);
/haiku-fatelf/src/add-ons/kernel/drivers/power/acpi_battery/
H A Dacpi_battery.cpp187 acpi_object_type argument; local
188 argument.object_type = ACPI_TYPE_INTEGER;
189 argument.data.integer = info->current_rate;
193 arguments.pointer = &argument;
/haiku-fatelf/src/add-ons/kernel/network/devices/loopback/
H A Dloopback.cpp103 loopback_control(net_device *device, int32 op, void *argument, argument
/haiku-fatelf/src/add-ons/kernel/network/datalink_protocols/ethernet_frame/
H A Dethernet_frame.cpp195 void* argument, size_t length)
197 return protocol->next->module->control(protocol->next, option, argument,
194 ethernet_frame_control(net_datalink_protocol* protocol, int32 option, void* argument, size_t length) argument
/haiku-fatelf/src/bin/network/ifconfig/
H A Difconfig.cpp175 get_address_family(const char* argument) argument
179 if (!strcmp(argument, kFamilies[i].identifiers[j])) {
203 /*! Parses the \a argument as network \a address for the specified \a family.
208 parse_address(int& family, const char* argument, BNetworkAddress& address) argument
210 if (argument == NULL)
213 status_t status = address.SetTo(family, argument, (uint16)0,
240 prefix_length_to_mask(int family, const char* argument, BNetworkAddress& mask) argument
243 uint32 prefixLength = strtoul(argument, &end, 10);
244 if (end == argument)
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A DREADME76 [-L] (print argument line)
/haiku-fatelf/src/system/kernel/debug/
H A Ddebug_commands.cpp62 char* argument);
182 invoke_pipe_segment(debugger_command_pipe* pipe, int32 index, char* argument) argument
190 // set last command argument
193 segment.argv[segment.argc - 1] = argument;
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dcrx-dis.c72 /* Not a CO-Processor argument (probably a general purpose reg.). */
74 /* A CO-Processor argument (c<N>). */
76 /* A CO-Processor special argument (cs<N>). */
91 /* Holds the current processed argument number. */
115 static void print_arg (argument *, struct disassemble_info *);
141 /* Return the argument type of a given operand. */
361 make_argument (argument * a, int start_bits)
480 /* Print a single argument. */
483 print_arg (argument *a, struct disassemble_info *info)
524 /* Check for proper argument numbe
[all...]
/haiku-fatelf/src/bin/network/telnet/
H A Dutilities.c76 * Upcase (in place) the argument.
80 upcase(char *argument) argument
84 while ((c = *argument) != 0) {
86 *argument = toupper(c);
88 argument++;
/haiku-fatelf/src/kits/textencoding/
H A Dutf8_conversions.cpp29 int iconvctl(iconv_t icd, int request, void* argument);
/haiku-fatelf/src/tools/fs_shell/
H A Dsyscalls.h37 fssh_status_t _kern_fcntl(int fd, int op, uint32_t argument);
/haiku-fatelf/src/bin/gdb/
H A Ddjunpack.bat14 Rem where XYZ is the version number. If the argument includes leading

Completed in 320 milliseconds

12345