Definition at line 1115 of file dbfopen.c.
References FALSE, SHPAPI_CALL, and TRUE.
Referenced by DBFAlterFieldDefn(), and DBFIsAttributeNULL().
1119 if( pszValue == NULL )
1131 if( pszValue[0] ==
'*' )
1134 for( i = 0; pszValue[i] !=
'\0'; i++ )
1136 if( pszValue[i] !=
' ' )
1143 if (pszValue[0] ==
'\0' ||
1144 strncmp(pszValue,
"00000000",8) == 0 ||
1145 strncmp(pszValue,
" ",8) == 0) {
1154 if (pszValue[0] ==
'\0' || pszValue[0] ==
'?') {
1162 return strlen(pszValue) == 0;