Lines Matching refs:isprefix
228 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptEnable()
244 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptDisable()
253 if ((mode == 0) || (isprefix(mode, "input") ? 1 : 0)) { in EncryptDisable()
259 if ((mode == 0) || (isprefix(mode, "output"))) { in EncryptDisable()
277 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptType()
286 if ((mode == 0) || isprefix(mode, "input")) { in EncryptType()
291 if ((mode == 0) || isprefix(mode, "output")) { in EncryptType()
307 if (isprefix(mode, "input")) in EncryptStart()
309 if (isprefix(mode, "output")) in EncryptStart()
311 if (isprefix(mode, "help") || isprefix(mode, "?")) { in EncryptStart()
350 if (isprefix(mode, "input")) in EncryptStop()
352 if (isprefix(mode, "output")) in EncryptStop()
354 if (isprefix(mode, "help") || isprefix(mode, "?")) { in EncryptStop()