Lines Matching refs:isprefix
227 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptEnable()
243 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptDisable()
252 if ((mode == 0) || (isprefix(mode, "input") ? 1 : 0)) { in EncryptDisable()
258 if ((mode == 0) || (isprefix(mode, "output"))) { in EncryptDisable()
276 if (isprefix(type, "help") || isprefix(type, "?")) { in EncryptType()
285 if ((mode == 0) || isprefix(mode, "input")) { in EncryptType()
290 if ((mode == 0) || isprefix(mode, "output")) { in EncryptType()
306 if (isprefix(mode, "input")) in EncryptStart()
308 if (isprefix(mode, "output")) in EncryptStart()
310 if (isprefix(mode, "help") || isprefix(mode, "?")) { in EncryptStart()
349 if (isprefix(mode, "input")) in EncryptStop()
351 if (isprefix(mode, "output")) in EncryptStop()
353 if (isprefix(mode, "help") || isprefix(mode, "?")) { in EncryptStop()