Lines Matching refs:myself
108 char *myself = "reportError"; in reportError() local
112 if (defErr == 0 && (defErr = am(myself, sizeof (*defErr))) == 0) in reportError()
116 b.len = vp2buf(myself, &b.buf, b.len, fmt, ap); in reportError()
127 myself, ret); in reportError()
138 char *myself = "getError"; in getError() local
142 *message = sdup(myself, T, "no TSD"); in getError()
147 *message = sdup(myself, T, defErr->message); in getError()
370 char *myself = "appendString2SingleVal"; in appendString2SingleVal() local
383 s = am(myself, (nl = l + v->length) + 1); in appendString2SingleVal()
593 char *myself = "checkIPaddress"; in checkIPaddress() local
608 if ((buffer = am(myself, len + 1)) == 0) in checkIPaddress()
624 if ((*newaddr = am(myself, INET6_ADDRSTRLEN)) == 0) in checkIPaddress()
636 if ((*newaddr = am(myself, INET_ADDRSTRLEN)) == 0) in checkIPaddress()
676 char *myself = "trimWhiteSpaces"; in trimWhiteSpaces() local
678 if ((ostr = am(myself, *len + 1)) == 0) { in trimWhiteSpaces()
721 char *myself = "escapeSpecialChars"; in escapeSpecialChars() local
739 if ((newval = am(myself, val->val[i].length + count + 1)) == 0) in escapeSpecialChars()