Home
last modified time | relevance | path

Searched refs:argbuf (Results 1 – 10 of 10) sorted by relevance

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c353 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 Dmachine.c1036 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 Dz_Windows_NT-586_util.cpp174 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 Dglobals.c56 char argbuf[200]; /* argument storage buffer */ variable
H A Dftp_var.h97 extern char argbuf[200]; /* argument storage buffer */
H A Dmain.c380 argbase = argbuf; /* store from first of buffer */ in makeargv()
/freebsd/lib/libkvm/
H A Dkvm.c291 if (kd->argbuf != 0) in kvm_close()
292 free((void *) kd->argbuf); in kvm_close()
H A Dkvm_private.h73 char *argbuf; /* (dynamic) temporary storage */ member
/freebsd/contrib/tnftp/src/
H A Dftp_var.h289 GLOBAL char argbuf[FTPBUFLEN]; /* argument storage buffer */ variable
H A Dmain.c794 argbase = argbuf; /* store from first of buffer */ in makeargv()