Lines Matching refs:isprefix
228 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptEnable()
247 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptDisable()
257 if ((mode == 0) || (isprefix(mode, "input") ? 1 : 0)) { in EncryptDisable()
263 if ((mode == 0) || (isprefix(mode, "output"))) { in EncryptDisable()
282 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptType()
292 if ((mode == 0) || isprefix(mode, "input")) { in EncryptType()
297 if ((mode == 0) || isprefix(mode, "output")) { in EncryptType()
314 if (isprefix(mode, "input")) in EncryptStart()
316 if (isprefix(mode, "output")) in EncryptStart()
318 if (isprefix(mode, "help") || isprefix(mode, "?")) { in EncryptStart()
362 if (isprefix(mode, "input")) in EncryptStop()
364 if (isprefix(mode, "output")) in EncryptStop()
366 if (isprefix(mode, "help") || isprefix(mode, "?")) { in EncryptStop()