Searched refs:sarg (Results 1 – 3 of 3) sorted by relevance
98 string sarg = { optarg ?: "" }; in parse() local103 opt.m_func(sarg); in parse()
701 const char *sarg; in convertsimple() local1000 sarg = PyUnicode_AsUTF8AndSize(arg, &len); in convertsimple()1001 if (sarg == NULL) in convertsimple()1004 PyBuffer_FillInfo(p, arg, (void *)sarg, len, 1, 0); in convertsimple()1028 sarg = PyUnicode_AsUTF8AndSize(arg, &len); in convertsimple()1029 if (sarg == NULL) in convertsimple()1032 *p = sarg; in convertsimple()1048 sarg = NULL; in convertsimple()1053 sarg = PyUnicode_AsUTF8AndSize(arg, &len); in convertsimple()1054 if (sarg == NULL) in convertsimple()[all …]
527 int member(int c, const char *sarg) /* is c in s? */ in member() argument529 const uschar *s = (const uschar *) sarg; in member()