Searched refs:string_not_equal (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dsi_module.c417 if ((num == 1) && (string_not_equal("udp", ent.s->s_proto))) return 0;
418 if ((num == 2) && (string_not_equal("tcp", ent.s->s_proto))) return 0;
432 if ((name != NULL) && (string_not_equal(name, ent.s->s_proto))) return 0;
H A Dsi_module.h43 #define string_not_equal(A,B) (strcmp(A,B)!=0) macro
H A Dfile_module.c1486 if ((proto != NULL) && (string_not_equal(proto, xproto)))
1981 if (string_not_equal(si->name, src->name)) return 0;
H A Dsearch_module.c860 if (string_not_equal(si->name, src->name)) return 0;
H A Dds_module.c387 if (string_not_equal(si->name, src->name)) return 0;

Completed in 140 milliseconds