Home | History | Annotate | Download | only in ftpd

Lines Matching refs:strcasecmp

152 	if (strcasecmp(findclass, "guest") == 0) {
181 if (strcasecmp(class, "none") == 0)
183 if (! (strcasecmp(class, findclass) == 0 ||
184 (template != NULL && strcasecmp(class, template) == 0) ||
186 strcasecmp(class, "all") == 0) )
192 (!EMPTYSTR(arg) && strcasecmp(arg, "off") == 0)) \
224 } else if ((strcasecmp(word, "advertise") == 0)
225 || (strcasecmp(word, "advertize") == 0)) {
272 } else if (strcasecmp(word, "checkportcmd") == 0) {
275 } else if (strcasecmp(word, "chroot") == 0) {
278 } else if (strcasecmp(word, "classtype") == 0) {
280 if (strcasecmp(arg, "GUEST") == 0)
282 else if (strcasecmp(arg, "CHROOT") == 0)
284 else if (strcasecmp(arg, "REAL") == 0)
294 } else if (strcasecmp(word, "conversion") == 0) {
346 } else if (strcasecmp(word, "denyquick") == 0) {
349 } else if (strcasecmp(word, "display") == 0) {
352 } else if (strcasecmp(word, "hidesymlinks") == 0) {
355 } else if (strcasecmp(word, "homedir") == 0) {
358 } else if (strcasecmp(word, "limit") == 0) {
365 } else if (strcasecmp(word, "maxfilesize") == 0) {
369 } else if (strcasecmp(word, "maxtimeout") == 0) {
374 } else if (strcasecmp(word, "mmapsize") == 0) {
378 } else if (strcasecmp(word, "readsize") == 0) {
382 } else if (strcasecmp(word, "writesize") == 0) {
386 } else if (strcasecmp(word, "recvbufsize") == 0) {
390 } else if (strcasecmp(word, "sendbufsize") == 0) {
394 } else if (strcasecmp(word, "sendlowat") == 0) {
398 } else if (strcasecmp(word, "modify") == 0) {
401 } else if (strcasecmp(word, "motd") == 0) {
404 } else if (strcasecmp(word, "notify") == 0) {
407 } else if (strcasecmp(word, "passive") == 0) {
410 } else if (strcasecmp(word, "portrange") == 0) {
446 } else if (strcasecmp(word, "private") == 0) {
449 } else if (strcasecmp(word, "rateget") == 0) {
454 } else if (strcasecmp(word, "rateput") == 0) {
459 } else if (strcasecmp(word, "sanenames") == 0) {
462 } else if (strcasecmp(word, "timeout") == 0) {
466 } else if (strcasecmp(word, "template") == 0) {
471 } else if (strcasecmp(word, "umask") == 0) {
489 } else if (strcasecmp(word, "upload") == 0) {