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

/freebsd-10.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp_var.h97 extern char argbuf[200]; /* argument storage buffer */
H A Dglobals.c56 char argbuf[200]; /* argument storage buffer */ variable
H A Dmain.c380 argbase = argbuf; /* store from first of buffer */
406 * Parse string into argbuf;
/freebsd-10.3-release/lib/libkvm/
H A Dkvm_private.h56 char *argbuf; /* (dynamic) temporary storage */ member in struct:__kvm
H A Dkvm.c270 if (kd->argbuf != 0)
271 free((void *) kd->argbuf);
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c352 void *argbuf = NULL; local
396 argbuf = realloc(argbuf, test->argsize);
398 if ((argbuf == NULL) || (resbuf == NULL)) {
402 (test->arginit)(argbuf);
405 test->xdrargs, argbuf,
/freebsd-10.3-release/usr.bin/top/
H A Dmachine.c911 char *src, *dst, *argbuf; local
917 argbuf = (char *)malloc(argbuflen + 1);
918 if (argbuf == NULL) {
924 dst = argbuf;
936 len = (argbuflen - (dst - argbuf) - 1) / 4;
942 if ((argbuflen - (dst - argbuf) - 1) / 4 > 0)
945 if (dst != argbuf && dst[-1] == ' ')
953 "%s (%s){%s}", argbuf, pp->ki_comm,
957 "%s (%s)", argbuf, pp->ki_comm);
962 "%s{%s}", argbuf, p
[all...]
/freebsd-10.3-release/contrib/gcc/
H A Dgcc.c1895 static const char **argbuf;
1897 /* Number of elements allocated in argbuf. */
1901 /* Number of elements in argbuf currently in use (containing args). */
1905 /* Position in the argbuf array containing the name of the output file
1948 argbuf = XNEWVEC (const char *, argbuf_length);
1970 argbuf = xrealloc (argbuf, (argbuf_length *= 2) * sizeof (const char *));
1972 argbuf[argbuf_index++] = arg;
1973 argbuf[argbuf_index] = 0;
2851 if (strcmp (argbuf[
1884 static const char **argbuf; variable
[all...]
/freebsd-10.3-release/contrib/tnftp/src/
H A Dftp_var.h289 GLOBAL char argbuf[FTPBUFLEN]; /* argument storage buffer */ variable
H A Dmain.c784 argbase = argbuf; /* store from first of buffer */
817 * Parse string into argbuf;

Completed in 230 milliseconds