Home
last modified time | relevance | path

Searched refs:foundp (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/email/
Dmessage.py719 foundp = False
723 foundp = True
726 if not foundp:
/external/python/cpython3/Lib/email/
Dmessage.py852 foundp = False
856 foundp = True
859 if not foundp:
/external/sg3_utils/include/
Dsg_lib.h375 char * buff, bool * foundp, int verbose);
/external/sg3_utils/lib/
Dsg_lib.c2545 bool * foundp, int verbose) in sg_get_sfs_str() argument
2552 if (foundp) in sg_get_sfs_str()
2553 *foundp = false; in sg_get_sfs_str()
2557 if (foundp) in sg_get_sfs_str()
2558 *foundp = false; in sg_get_sfs_str()
2567 if (foundp) in sg_get_sfs_str()
2568 *foundp = vnp ? true : false; in sg_get_sfs_str()