Home
last modified time | relevance | path

Searched refs:mput (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dhunt6.c42 char res[100], *ar[50], output[TXTLEN], *mput; in baddrop() local
91 len = findline(res, &mput, TXTLEN, indexdate); in baddrop()
93 strncpy(output, mput, TXTLEN); in baddrop()
94 free(mput); in baddrop()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmdtab.c169 { "mput", mputhelp, 1, 1, 1, mput },
H A Dftp_var.h246 extern void mput(int argc, char *argv[]);
H A Dcmds.c418 mput(int argc, char *argv[]) in mput() function