Searched refs:argbuf (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/ |
| H A D | tst.call3.c | 353 void *argbuf = NULL; in dotest() local 397 argbuf = realloc(argbuf, test->argsize); in dotest() 399 if ((argbuf == NULL) || (resbuf == NULL)) { in dotest() 403 (test->arginit)(argbuf); in dotest() 406 test->xdrargs, argbuf, in dotest()
|
| /freebsd-13.1/usr.bin/top/ |
| H A D | machine.c | 1030 char *dst, *argbuf; in format_next_process() local 1036 argbuf = calloc(argbuflen + 1, 1); in format_next_process() 1037 if (argbuf == NULL) { in format_next_process() 1043 dst = argbuf; in format_next_process() 1051 len = (argbuflen - (dst - argbuf) - 1) / 4; in format_next_process() 1060 if (dst != argbuf && dst[-1] == ' ') in format_next_process() 1068 "%s (%s){%s%s}", argbuf, in format_next_process() 1073 "%s (%s)", argbuf, pp->ki_comm); in format_next_process() 1078 "%s{%s%s}", argbuf, pp->ki_tdname, in format_next_process() 1081 strlcpy(cmdbuf, argbuf, screen_width); in format_next_process() [all …]
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Windows_NT-586_util.cpp | 172 void *argbuf = alloca(len); in __kmp_invoke_microtask() local 173 memcpy(argbuf, &p_argv[6], len); in __kmp_invoke_microtask()
|
| /freebsd-13.1/crypto/heimdal/appl/ftp/ftp/ |
| H A D | globals.c | 56 char argbuf[200]; /* argument storage buffer */ variable
|
| H A D | ftp_var.h | 97 extern char argbuf[200]; /* argument storage buffer */
|
| H A D | main.c | 380 argbase = argbuf; /* store from first of buffer */ in makeargv()
|
| /freebsd-13.1/lib/libkvm/ |
| H A D | kvm.c | 294 if (kd->argbuf != 0) in kvm_close() 295 free((void *) kd->argbuf); in kvm_close()
|
| H A D | kvm_private.h | 76 char *argbuf; /* (dynamic) temporary storage */ member
|
| /freebsd-13.1/contrib/tnftp/src/ |
| H A D | ftp_var.h | 289 GLOBAL char argbuf[FTPBUFLEN]; /* argument storage buffer */ variable
|
| H A D | main.c | 794 argbase = argbuf; /* store from first of buffer */ in makeargv()
|