Home
last modified time | relevance | path

Searched refs:modenames (Results 1 – 3 of 3) sorted by relevance

/src/include/arpa/
H A Dftp.h85 char *modenames[] = {"0", "Stream", "Block", "Compressed" }; variable
/src/contrib/lua/src/
H A Dliolib.c705 static const char *const modenames[] = {"set", "cur", "end", NULL}; in f_seek() local
707 int op = luaL_checkoption(L, 2, "cur", modenames); in f_seek()
725 static const char *const modenames[] = {"no", "full", "line", NULL}; in f_setvbuf() local
727 int op = luaL_checkoption(L, 2, NULL, modenames); in f_setvbuf()
/src/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1628 strunames[stru], modenames[mode]); in statcmd()