Definition at line 1080 of file dbfopen.c.
1084 if (pszValue == NULL)
1096 if (pszValue[0] ==
'*')
1099 for (i = 0; pszValue[i] !=
'\0'; i++)
1101 if (pszValue[i] !=
' ')
1108 if (pszValue[0] ==
'\0' ||
1109 strncmp(pszValue,
"00000000", 8) == 0 || strncmp(pszValue,
" ", 8) == 0)
1121 if (pszValue[0] ==
'\0' || pszValue[0] ==
'?')
1132 return strlen(pszValue) == 0;
References FALSE, and TRUE.
Referenced by DBFAlterFieldDefn(), and DBFIsAttributeNULL().