Searched refs:startPos (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | getdn.c | 1101 const char *startPos, *endPos = NULL; in ldap_bv2rdn_x() local 1110 for ( startPos = p++; p[ 0 ]; p++ ) { in ldap_bv2rdn_x() 1139 len = ( endPos ? endPos : p ) - startPos; in ldap_bv2rdn_x() 1158 attrType.bv_val = (char *)startPos; in ldap_bv2rdn_x() 1438 const char *p, *end, *startPos, *endPos = NULL; in str2strval() local 1447 for ( startPos = p = str, escapes = 0; p < end; p++ ) { in str2strval() 1510 if ( p > startPos + 1 && LDAP_DN_ASCII_SPACE( p[ -1 ] ) && in str2strval() 1518 endPos > startPos + 1 && in str2strval() 1534 len = ( endPos ? endPos : p ) - startPos - escapes; in str2strval() 1544 AC_MEMCPY( val->bv_val, startPos, len ); in str2strval() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| H A D | PathDiagnostic.h | 639 PathDiagnosticControlFlowPiece(const PathDiagnosticLocation &startPos, in PathDiagnosticControlFlowPiece() argument 643 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece() 646 PathDiagnosticControlFlowPiece(const PathDiagnosticLocation &startPos, in PathDiagnosticControlFlowPiece() argument 649 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | FormatString.h | 699 virtual void HandlePosition(const char *startPos, unsigned posLen) {} in HandlePosition() argument 701 virtual void HandleInvalidPosition(const char *startPos, unsigned posLen, in HandleInvalidPosition() argument 704 virtual void HandleZeroPosition(const char *startPos, unsigned posLen) {} in HandleZeroPosition() argument
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 7749 void HandlePosition(const char *startPos, unsigned posLen) override; 7755 void HandleZeroPosition(const char *startPos, unsigned posLen) override; 7915 void CheckFormatHandler::HandlePosition(const char *startPos, in HandlePosition() argument 7918 getLocationOfByte(startPos), in HandlePosition() 7920 getSpecifierRange(startPos, posLen)); in HandlePosition() 7924 CheckFormatHandler::HandleInvalidPosition(const char *startPos, unsigned posLen, in HandleInvalidPosition() argument 7928 getLocationOfByte(startPos), /*IsStringLocation*/true, in HandleInvalidPosition() 7929 getSpecifierRange(startPos, posLen)); in HandleInvalidPosition() 7932 void CheckFormatHandler::HandleZeroPosition(const char *startPos, in HandleZeroPosition() argument 7935 getLocationOfByte(startPos), in HandleZeroPosition() [all …]
|