Searched refs:args (Results 101 - 125 of 1833) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.cpp96 extern "C" void __itt_error_handler(__itt_error_code err, va_list args) { argument
100 char const *library = va_arg(args, char const *);
102 int sys_err = va_arg(args, int);
110 char const *sys_err = va_arg(args, char const *);
120 char const *library = va_arg(args, char const *);
121 char const *symbol = va_arg(args, char const *);
125 char const *var = va_arg(args, char const *);
126 char const *group = va_arg(args, char const *);
130 char const *var = va_arg(args, char const *);
131 size_t act_len = va_arg(args, size_
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dvasprintf.c47 @deftypefn Extension int vasprintf (char **@var{resptr}, const char *@var{format}, va_list @var{args})
64 int_vasprintf (char **result, const char *format, va_list args) argument
73 va_copy (ap, args);
75 memcpy ((PTR) &ap, (PTR) &args, sizeof (va_list));
146 return vsprintf (*result, format, args);
154 _BSD_VA_LIST_ args)
156 va_list args)
159 return int_vasprintf (result, format, args);
167 VA_OPEN (args, format);
168 VA_FIXEDARG (args, cons
152 vasprintf(char **result, const char *format, _BSD_VA_LIST_ args) argument
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dvasprintf.c47 @deftypefn Extension int vasprintf (char **@var{resptr}, const char *@var{format}, va_list @var{args})
64 int_vasprintf (char **result, const char *format, va_list args) argument
73 va_copy (ap, args);
75 memcpy ((PTR) &ap, (PTR) &args, sizeof (va_list));
146 return vsprintf (*result, format, args);
154 _BSD_VA_LIST_ args)
156 va_list args)
159 return int_vasprintf (result, format, args);
167 VA_OPEN (args, format);
168 VA_FIXEDARG (args, cons
152 vasprintf(char **result, const char *format, _BSD_VA_LIST_ args) argument
[all...]
/freebsd-11-stable/lib/libc/amd64/gen/
H A Dsignalcontext.c39 static void sigctx_wrapper(ucontext_t *ucp, handler_t func, uint64_t *args);
46 uint64_t *args; local
69 args = (uint64_t *)sp;
70 args[0] = sig;
71 args[1] = (intptr_t)sig_si;
72 args[2] = (intptr_t)sig_uc;
87 ucp->uc_mcontext.mc_rdx = (register_t)args;
96 sigctx_wrapper(ucontext_t *ucp, handler_t func, uint64_t *args) argument
99 (*func)(args[0], args[
[all...]
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_fork.c68 linux_fork(struct thread *td, struct linux_fork_args *args) argument
104 linux_vfork(struct thread *td, struct linux_vfork_args *args) argument
141 linux_clone_proc(struct thread *td, struct linux_clone_args *args) argument
153 "child tid: %p"), (unsigned)args->flags,
154 args->stack, args->parent_tidptr, args->child_tidptr);
158 exit_signal = args->flags & 0x000000ff;
164 if (args->flags & LINUX_CLONE_VM)
166 if (args
262 linux_clone_thread(struct thread *td, struct linux_clone_args *args) argument
400 linux_clone(struct thread *td, struct linux_clone_args *args) argument
410 linux_exit(struct thread *td, struct linux_exit_args *args) argument
433 linux_set_tid_address(struct thread *td, struct linux_set_tid_address_args *args) argument
[all...]
H A Dlinux_uid16.c108 linux_chown16(struct thread *td, struct linux_chown16_args *args) argument
113 LCONVPATHEXIST(td, args->path, &path);
120 LIN_SDT_PROBE3(uid16, linux_chown16, entry, args->path, args->uid,
121 args->gid);
125 CAST_NOCHG(args->uid), CAST_NOCHG(args->gid), 0);
133 linux_lchown16(struct thread *td, struct linux_lchown16_args *args) argument
138 LCONVPATHEXIST(td, args->path, &path);
145 LIN_SDT_PROBE3(uid16, linux_lchown16, entry, args
158 linux_setgroups16(struct thread *td, struct linux_setgroups16_args *args) argument
228 linux_getgroups16(struct thread *td, struct linux_getgroups16_args *args) argument
293 linux_getgid16(struct thread *td, struct linux_getgid16_args *args) argument
305 linux_getuid16(struct thread *td, struct linux_getuid16_args *args) argument
317 linux_getegid16(struct thread *td, struct linux_getegid16_args *args) argument
331 linux_geteuid16(struct thread *td, struct linux_geteuid16_args *args) argument
345 linux_setgid16(struct thread *td, struct linux_setgid16_args *args) argument
360 linux_setuid16(struct thread *td, struct linux_setuid16_args *args) argument
375 linux_setregid16(struct thread *td, struct linux_setregid16_args *args) argument
391 linux_setreuid16(struct thread *td, struct linux_setreuid16_args *args) argument
407 linux_setresgid16(struct thread *td, struct linux_setresgid16_args *args) argument
425 linux_setresuid16(struct thread *td, struct linux_setresuid16_args *args) argument
[all...]
H A Dlinux_ioctl.c200 linux_ioctl_hdio(struct thread *td, struct linux_ioctl_args *args) argument
208 error = fget(td, args->fd, cap_rights_init(&rights, CAP_IOCTL), &fp);
211 switch (args->cmd & 0xffff) {
250 if ((args->cmd & 0xffff) == LINUX_HDIO_GET_GEO) {
257 error = copyout(&hdg, (void *)args->arg, sizeof(hdg));
258 } else if ((args->cmd & 0xffff) == LINUX_HDIO_GET_GEO_BIG) {
266 error = copyout(&hdbg, (void *)args->arg, sizeof(hdbg));
274 args->fd, (int)(args->cmd & 0xffff),
275 (int)(args
284 linux_ioctl_disk(struct thread *td, struct linux_ioctl_args *args) argument
721 linux_ioctl_termio(struct thread *td, struct linux_ioctl_args *args) argument
1468 linux_ioctl_cdrom(struct thread *td, struct linux_ioctl_args *args) argument
1722 linux_ioctl_vfat(struct thread *td, struct linux_ioctl_args *args) argument
1742 linux_ioctl_sound(struct thread *td, struct linux_ioctl_args *args) argument
2015 linux_ioctl_console(struct thread *td, struct linux_ioctl_args *args) argument
2427 linux_ioctl_socket(struct thread *td, struct linux_ioctl_args *args) argument
2666 linux_ioctl_private(struct thread *td, struct linux_ioctl_args *args) argument
2686 linux_ioctl_drm(struct thread *td, struct linux_ioctl_args *args) argument
2694 linux_ioctl_sg_io(struct thread *td, struct linux_ioctl_args *args) argument
2769 linux_ioctl_sg(struct thread *td, struct linux_ioctl_args *args) argument
3010 linux_ioctl_v4l(struct thread *td, struct linux_ioctl_args *args) argument
3179 linux_ioctl_special(struct thread *td, struct linux_ioctl_args *args) argument
3315 linux_ioctl_v4l2(struct thread *td, struct linux_ioctl_args *args) argument
3524 linux_ioctl_fbsd_usb(struct thread *td, struct linux_ioctl_args *args) argument
3656 linux_ioctl_evdev(struct thread *td, struct linux_ioctl_args *args) argument
3710 linux_ioctl(struct thread *td, struct linux_ioctl_args *args) argument
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dgenpkey.c80 char **args, *outfile = NULL; local
104 args = argv + 1;
105 while (!badarg && *args && *args[0] == '-') {
106 if (!strcmp(*args, "-outform")) {
107 if (args[1]) {
108 args++;
109 outformat = str2fmt(*args);
112 } else if (!strcmp(*args, "-pass")) {
113 if (!args[
[all...]
H A Dcms.c118 char **args; local
157 args = argv + 1;
170 while (!badarg && *args && *args[0] == '-') {
171 if (!strcmp(*args, "-encrypt"))
173 else if (!strcmp(*args, "-decrypt"))
175 else if (!strcmp(*args, "-sign"))
177 else if (!strcmp(*args, "-sign_receipt"))
179 else if (!strcmp(*args, "-resign"))
181 else if (!strcmp(*args, "
[all...]
H A Dnseq.c73 char **args, *infile = NULL, *outfile = NULL; local
83 args = argv + 1;
84 while (!badarg && *args && *args[0] == '-') {
85 if (!strcmp(*args, "-toseq"))
87 else if (!strcmp(*args, "-in")) {
88 if (args[1]) {
89 args++;
90 infile = *args;
93 } else if (!strcmp(*args, "
[all...]
H A Docsp.c134 char **args; local
185 args = argv + 1;
188 while (!badarg && *args && *args[0] == '-') {
189 if (!strcmp(*args, "-out")) {
190 if (args[1]) {
191 args++;
192 outfile = *args;
195 } else if (!strcmp(*args, "-timeout")) {
196 if (args[
[all...]
/freebsd-11-stable/contrib/smbfs/smbutil/
H A Dcommon.h3 #define iprintf(ident,args...) do { printf("%-" # ident "s", ""); \
4 printf(args);}while(0)
/freebsd-11-stable/lib/libc/include/
H A Dport_before.h12 #define ISC_FORMAT_PRINTF(fmt, args) \
13 __attribute__((__format__(__printf__, fmt, args)))
/freebsd-11-stable/usr.bin/c99/
H A Dc99.c48 static char **args; variable
60 args = NULL;
92 execv("/usr/bin/cc", args);
101 if ((args = realloc(args, sizeof(*args) * cargs)) == NULL)
104 if ((args[nargs++] = strdup(item)) == NULL)
106 args[nargs] = NULL;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectVersion.cpp25 bool CommandObjectVersion::DoExecute(Args &args, CommandReturnObject &result) { argument
26 if (args.GetArgumentCount() == 0) {
H A DCommandObjectBreakpoint.h27 Args &args, Target *target, CommandReturnObject &result,
30 VerifyIDs(args, target, true, result, valid_ids, purpose);
34 VerifyBreakpointIDs(Args &args, Target *target, CommandReturnObject &result, argument
37 VerifyIDs(args, target, false, result, valid_ids, purpose);
41 static void VerifyIDs(Args &args, Target *target, bool allow_locations,
26 VerifyBreakpointOrLocationIDs( Args &args, Target *target, CommandReturnObject &result, BreakpointIDList *valid_ids, BreakpointName::Permissions ::PermissionKinds purpose) argument
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Datombios_encoders.c94 DISPLAY_DEVICE_OUTPUT_CONTROL_PS_ALLOCATION args; local
111 args.ucAction = ATOM_LCD_BLOFF;
112 atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args);
114 args.ucAction = ATOM_LCD_BL_BRIGHTNESS_CONTROL;
115 atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args);
116 args.ucAction = ATOM_LCD_BLON;
117 atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args);
360 DAC_ENCODER_CONTROL_PS_ALLOCATION args; local
364 memset(&args, 0, sizeof(args));
412 TV_ENCODER_CONTROL_PS_ALLOCATION args; local
500 union dvo_encoder_control args; local
566 union lvds_encoder_control args; local
809 union dig_encoder_control args; local
960 union dig_transmitter_control args; local
1321 union dig_transmitter_control args; local
1373 union external_encoder_control args; local
1474 ENABLE_YUV_PS_ALLOCATION args; local
1510 DISPLAY_DEVICE_OUTPUT_CONTROL_PS_ALLOCATION args; local
1797 union crtc_source_param args; local
2179 DAC_LOAD_DETECTION_PS_ALLOCATION args; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localtcp.ksh99 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
100 args[4]->ipv4_protocol == IPPROTO_TCP/
106 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local"/
112 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
113 args[4]->ipv4_protocol == IPPROTO_TCP/
119 /args[2]->ip_saddr == "$local" && args[
[all...]
H A Dtst.ipv4remotetcp.ksh89 /args[2]->ip_saddr == "$source" && args[2]->ip_daddr == "$dest" &&
90 args[4]->ipv4_protocol == IPPROTO_TCP/
96 /args[2]->ip_saddr == "$source" && args[2]->ip_daddr == "$dest"/
102 /args[2]->ip_saddr == "$dest" && args[2]->ip_daddr == "$source" &&
103 args[4]->ipv4_protocol == IPPROTO_TCP/
109 /args[2]->ip_saddr == "$dest" && args[
[all...]
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlimits_conf.c103 char *args[4]; local
143 if((args[0] = strtok_r(buf, " \t", &last)) == NULL ||
144 (args[1] = strtok_r(NULL, " \t", &last)) == NULL ||
145 (args[2] = strtok_r(NULL, " \t", &last)) == NULL ||
146 (args[3] = strtok_r(NULL, " \t", &last)) == NULL) {
147 if(args[0] != NULL) /* this would include comment lines */
152 l = find_limit(args[2]);
154 syslog(LOG_ERR, "%s: line %d: unknown limit %s", file, lineno, args[2]);
157 if(strcmp(args[3], "-") == 0) {
161 value = strtol(args[
[all...]
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c103 char *args[4]; local
143 if((args[0] = strtok_r(buf, " \t", &last)) == NULL ||
144 (args[1] = strtok_r(NULL, " \t", &last)) == NULL ||
145 (args[2] = strtok_r(NULL, " \t", &last)) == NULL ||
146 (args[3] = strtok_r(NULL, " \t", &last)) == NULL) {
147 if(args[0] != NULL) /* this would include comment lines */
152 l = find_limit(args[2]);
154 syslog(LOG_ERR, "%s: line %d: unknown limit %s", file, lineno, args[2]);
157 if(strcmp(args[3], "-") == 0) {
161 value = strtol(args[
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_nist2.in96 args=
97 args="$args cert:FILE:$nistdir/certs/$cert"
98 args="$args chain:DIR:$nistdir/certs"
99 args="$args anchor:FILE:$nistdir/certs/TrustAnchorRootCertificate.crt"
102 args="$args crl:FILE:$a"
105 cmd="${hxtool} verify --time=2008-05-20 $args"
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
H A DDriver.h17 bool link(llvm::ArrayRef<const char *> args, bool canExitEarly,
22 bool link(llvm::ArrayRef<const char *> args, bool canExitEarly,
27 bool link(llvm::ArrayRef<const char *> args, bool canExitEarly,
32 bool link(llvm::ArrayRef<const char *> args, bool canExitEarly,
37 bool link(llvm::ArrayRef<const char *> args, bool canExitEarly,
/freebsd-11-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.h81 # define __MALLOC_P(args) args __THROW
84 # define __MALLOC_PMT(args) args
92 # define __MALLOC_P(args) args
93 # define __MALLOC_PMT(args) args
97 # define __MALLOC_P(args) () /* No prototypes. */
98 # define __MALLOC_PMT(args) ()
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dlog.c159 va_list args; local
161 va_start(args, fmt);
162 do_log(SYSLOG_LEVEL_ERROR, fmt, args);
163 va_end(args);
170 va_list args; local
172 va_start(args, fmt);
173 do_log(SYSLOG_LEVEL_FATAL, fmt, args);
174 va_end(args);
182 va_list args; local
184 va_start(args, fm
195 va_list args; local
207 va_list args; local
219 va_list args; local
229 va_list args; local
239 va_list args; local
384 va_list args; local
392 do_log(LogLevel level, const char *fmt, va_list args) argument
[all...]

Completed in 422 milliseconds

1234567891011>>