Searched refs:mput (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/refer/ |
H A D | hunt6.c | 44 char res[100], *ar[50], output[TXTLEN], *mput; in baddrop() local 93 len = findline(res, &mput, TXTLEN, indexdate); in baddrop() 95 strncpy(output, mput, TXTLEN); in baddrop() 96 free(mput); in baddrop()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | cmdtab.c | 171 { "mput", mputhelp, 1, 1, 1, mput },
|
H A D | ftp_var.h | 251 extern void mput(int argc, char *argv[]);
|
H A D | cmds.c | 421 mput(int argc, char *argv[]) in mput() function
|