Lines Matching refs:strcmp
549 if (strcmp(path->dir, dir) == 0)
1172 if (strcmp(n->id, id) != 0)
1781 if (!strcmp(ascii, "integer")) {
1785 if (!strcmp(ascii, "integer64")) {
1789 if (!strcmp(ascii, "real")) {
1793 if (!strcmp(ascii, "string")) {
1797 if (!strcmp(ascii, "compound")) {
1917 if (n != config && strcmp(id, n->id) == 0)
2150 if (strcmp(child->id, n->id) == 0)
2191 if (strcmp(child->id, n->id) == 0)
2232 if (strcmp(child->id, n->id) == 0)
2309 if (strcmp(sn->id, dn->id) == 0) {
3394 * \return The same value as the result of the \c strcmp function, i.e.,
3403 return strcmp(config->id, id);
3564 if (!first && (strcmp(key, old_key) == 0 || maxloop <= 0)) { \
3992 if (strcmp(id, "comment") == 0)
3994 if (strcmp(id, "lib") == 0) {
4002 if (strcmp(id, "func") == 0) {
4593 if (strcmp(lf->name, uf->name) != 0 ||
5043 if (id && strcmp(id, "@args") == 0)
5151 if (strcmp(id, "comment") == 0)
5153 if (strcmp(id, "lib") == 0) {
5161 if (strcmp(id, "func") == 0) {
5248 if (strcmp(id, "type") == 0)
5250 if (strcmp(id, "default") == 0) {
5562 if (strcmp(tmp, "integer") == 0) {
5575 } else if (strcmp(tmp, "integer64") == 0) {
5588 } else if (strcmp(tmp, "real") == 0) {
5601 } else if (strcmp(tmp, "string") == 0) {