Searched refs:argbuf (Results 1 – 10 of 10) sorted by relevance
/freebsd/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/usr.bin/top/ |
H A D | machine.c | 1036 char *dst, *argbuf; in format_next_process() local 1042 argbuf = calloc(argbuflen + 1, 1); in format_next_process() 1043 if (argbuf == NULL) { in format_next_process() 1049 dst = argbuf; in format_next_process() 1057 len = (argbuflen - (dst - argbuf) - 1) / 4; in format_next_process() 1063 if ((argbuflen - (dst - argbuf) - 1) / 4 > 0) in format_next_process() 1066 if (dst != argbuf && dst[-1] == ' ') in format_next_process() 1074 "%s (%s){%s%s}", argbuf, in format_next_process() 1079 "%s (%s)", argbuf, pp->ki_comm); in format_next_process() 1084 "%s{%s%s}", argbuf, pp->ki_tdname, in format_next_process() [all …]
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | z_Windows_NT-586_util.cpp | 174 void *argbuf = alloca(len); in __kmp_invoke_microtask() local 175 memcpy(argbuf, &p_argv[6], len); in __kmp_invoke_microtask()
|
/freebsd/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/lib/libkvm/ |
H A D | kvm.c | 291 if (kd->argbuf != 0) in kvm_close() 292 free((void *) kd->argbuf); in kvm_close()
|
H A D | kvm_private.h | 73 char *argbuf; /* (dynamic) temporary storage */ member
|
/freebsd/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()
|