Searched refs:argbase (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp_var.h98 extern char *argbase; /* current storage point in arg buffer */
H A Dglobals.c57 char *argbase; /* current storage point in arg buffer */ variable
H A Dmain.c380 argbase = argbuf; /* store from first of buffer */
415 char *ap = argbase;
416 char *tmp = argbase; /* will return this if token found */
509 argbase = ap; /* update storage pointer */
/freebsd-10.0-release/contrib/tnftp/src/
H A Dmain.c784 argbase = argbuf; /* store from first of buffer */
810 cursor_argo = ap-argbase; \
828 char *ap = argbase;
829 char *tmp = argbase; /* will return this if token found */
932 argbase = ap; /* update storage pointer */
H A Dftp_var.h290 GLOBAL char *argbase; /* current storage point in arg buffer */ variable

Completed in 128 milliseconds