Searched refs:arg (Results 1 - 25 of 624) sorted by relevance

1234567891011>>

/haiku/headers/os/support/
H A DByteOrder.h27 #define B_SWAP_DOUBLE(arg) __swap_double(arg)
28 #define B_SWAP_FLOAT(arg) __swap_float(arg)
29 #define B_SWAP_INT64(arg) __swap_int64(arg)
30 #define B_SWAP_INT32(arg) __swap_int32(arg)
31 #define B_SWAP_INT16(arg) __swap_int16(arg)
[all...]
/haiku/headers/private/fs_shell/
H A Dfssh_byte_order.h34 #define FSSH_B_SWAP_DOUBLE(arg) __fssh_swap_double(arg)
35 #define FSSH_B_SWAP_FLOAT(arg) __fssh_swap_float(arg)
36 #define FSSH_B_SWAP_INT64(arg) __fssh_swap_int64(arg)
37 #define FSSH_B_SWAP_INT32(arg) __fssh_swap_int32(arg)
38 #define FSSH_B_SWAP_INT16(arg) __fssh_swap_int16(arg)
[all...]
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dscanf.c32 va_list arg; local
35 va_start (arg, format);
37 done = INTUSE(_IO_vfscanf) (stdin, format, arg, NULL);
39 done = vfscanf (stdin, format, arg);
41 va_end (arg);
H A Dvprintf.c28 vprintf (format, arg)
30 __gnuc_va_list arg;
32 return vfprintf (stdout, format, arg);
H A Dfprintf.c28 va_list arg; local
31 va_start (arg, format);
32 done = vfprintf (stream, format, arg);
33 va_end (arg);
H A Dfscanf.c27 va_list arg; local
30 va_start (arg, format);
31 done = __vfscanf (stream, format, arg);
32 va_end (arg);
H A Dprintf.c29 va_list arg; local
32 va_start (arg, format);
33 done = vfprintf (stdout, format, arg);
34 va_end (arg);
H A Dasprintf.c36 va_list arg; local
39 va_start (arg, format);
40 done = vasprintf (string_ptr, format, arg);
41 va_end (arg);
H A Ddprintf.c32 va_list arg; local
35 va_start (arg, format);
36 done = vdprintf (d, format, arg);
37 va_end (arg);
H A Dsprintf.c32 va_list arg; local
35 va_start (arg, format);
36 done = vsprintf (s, format, arg);
37 va_end (arg);
H A Dsscanf.c32 va_list arg; local
35 va_start (arg, format);
36 done = __vsscanf (s, format, arg);
37 va_end (arg);
/haiku/src/system/libroot/posix/glibc/libio/
H A Dvwprintf.c26 vwprintf (format, arg)
28 __gnuc_va_list arg;
30 return __vfwprintf (stdout, format, arg);
H A Dfwprintf.c29 va_list arg; local
32 va_start (arg, format);
33 done = __vfwprintf (stream, format, arg);
34 va_end (arg);
H A Dfwscanf.c28 va_list arg; local
31 va_start (arg, format);
32 done = __vfwscanf (stream, format, arg);
33 va_end (arg);
H A Dswprintf.c28 va_list arg; local
31 va_start (arg, format);
32 done = __vswprintf (s, n, format, arg);
33 va_end (arg);
H A Dswscanf.c27 va_list arg; local
30 va_start (arg, format);
31 done = vswscanf (s, format, arg);
32 va_end (arg);
H A Dwprintf.c28 va_list arg; local
31 va_start (arg, format);
32 done = __vfwprintf (stdout, format, arg);
33 va_end (arg);
H A Dwscanf.c29 va_list arg; local
32 va_start (arg, format);
33 done = _IO_vfwscanf (stdin, format, arg, NULL);
34 va_end (arg);
/haiku/src/bin/
H A Dprintenv.c29 char *arg = (argc == 2 ? argv[1] : NULL); local
31 if ((argc > 2) || (arg && !strcmp(arg, "--help"))) {
37 return print_env(arg);
42 print_env(char *arg) argument
46 if (arg == NULL) {
55 int len = strlen(arg);
59 if (!strncmp(s, arg, len)) {
/haiku/headers/os/game/
H A DSimpleGameSound.h44 virtual status_t _Reserved_BSimpleGameSound_0(int32 arg, ...);
45 virtual status_t _Reserved_BSimpleGameSound_1(int32 arg, ...);
46 virtual status_t _Reserved_BSimpleGameSound_2(int32 arg, ...);
47 virtual status_t _Reserved_BSimpleGameSound_3(int32 arg, ...);
48 virtual status_t _Reserved_BSimpleGameSound_4(int32 arg, ...);
49 virtual status_t _Reserved_BSimpleGameSound_5(int32 arg, ...);
50 virtual status_t _Reserved_BSimpleGameSound_6(int32 arg, ...);
51 virtual status_t _Reserved_BSimpleGameSound_7(int32 arg, ...);
52 virtual status_t _Reserved_BSimpleGameSound_8(int32 arg, ...);
53 virtual status_t _Reserved_BSimpleGameSound_9(int32 arg,
[all...]
H A DStreamingGameSound.h58 virtual status_t _Reserved_BStreamingGameSound_0(int32 arg, ...);
59 virtual status_t _Reserved_BStreamingGameSound_1(int32 arg, ...);
60 virtual status_t _Reserved_BStreamingGameSound_2(int32 arg, ...);
61 virtual status_t _Reserved_BStreamingGameSound_3(int32 arg, ...);
62 virtual status_t _Reserved_BStreamingGameSound_4(int32 arg, ...);
63 virtual status_t _Reserved_BStreamingGameSound_5(int32 arg, ...);
64 virtual status_t _Reserved_BStreamingGameSound_6(int32 arg, ...);
65 virtual status_t _Reserved_BStreamingGameSound_7(int32 arg, ...);
66 virtual status_t _Reserved_BStreamingGameSound_8(int32 arg, ...);
67 virtual status_t _Reserved_BStreamingGameSound_9(int32 arg,
[all...]
/haiku/src/tests/add-ons/print/ppd/test/
H A DTest.cpp23 bool enabled(const char* name, const char* arg) argument
26 if (arg == NULL) return false;
27 if (strcmp(arg, "all") == 0) return true;
28 return strcmp(arg, name) == 0;
43 const char* arg = argc >= 2 ? argv[1] : NULL; local
49 if (enabled("scanner", arg)) {
52 if (enabled("parser", arg)) {
55 if (enabled("ppd", arg)) {
58 if (enabled("header", arg)) {
61 if (enabled("ui", arg)) {
[all...]
/haiku/headers/private/kernel/
H A Dkernel_daemon.h16 status_t register_resource_resizer(daemon_hook function, void* arg,
18 status_t unregister_resource_resizer(daemon_hook function, void* arg);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dioctl.h29 * Note however that fuse truncates the arg to 32 bits, and that
32 int ntfs_ioctl(ntfs_inode *ni, unsigned long cmd, void *arg,
/haiku/headers/os/media/
H A DMediaFile.h205 virtual status_t _Reserved_BMediaFile_0(int32 arg, ...);
206 virtual status_t _Reserved_BMediaFile_1(int32 arg, ...);
207 virtual status_t _Reserved_BMediaFile_2(int32 arg, ...);
208 virtual status_t _Reserved_BMediaFile_3(int32 arg, ...);
209 virtual status_t _Reserved_BMediaFile_4(int32 arg, ...);
210 virtual status_t _Reserved_BMediaFile_5(int32 arg, ...);
211 virtual status_t _Reserved_BMediaFile_6(int32 arg, ...);
212 virtual status_t _Reserved_BMediaFile_7(int32 arg, ...);
213 virtual status_t _Reserved_BMediaFile_8(int32 arg, ...);
214 virtual status_t _Reserved_BMediaFile_9(int32 arg,
[all...]

Completed in 85 milliseconds

1234567891011>>