Searched defs:streq (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.10.1/system_cmds-643.1.1/chkpasswd.tproj/
H A Dstringops.h24 #define streq(A, B) (strcmp(A, B) == 0) macro
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_prog.h17 #define streq(x,y) (0 == strcmp((x),(y))) macro
H A DDbg.c937 #define streq(x,y) (0 == strcmp((x),(y))) macro
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/include/
H A Dasl_private.h38 #define streq(A, B) (strcmp(A, B) == 0) macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dscore-dis.c37 #define streq(a,b) (strcmp ((a), (b)) == 0) macro
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dutil.c50 streq(const char *s1, const char *s2) function
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Db2m.c42 #define streq(s,t) (strcmp (s, t) == 0) macro
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/exif/
H A Dexif.tcl[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dppm2tiff.c52 #define streq(a,b) (strcmp(a,b) == 0) macro
H A Dras2tiff.c44 #define streq(a,b) (strcmp(a,b) == 0) macro
H A Dsgi2tiff.c35 #define streq(a,b) (strcmp(a,b) == 0) macro
H A Dsgisv.c39 #define streq(a,b) (strcmp(a,b) == 0) macro
H A Dtiff2rgba.c40 #define streq(a,b) (strcmp(a,b) == 0) macro
H A Dtiffdither.c39 #define streq(a,b) (strcmp(a,b) == 0) macro
H A Dtiffinfo.c43 #define streq(a,b) (strcasecmp(a,b) == 0) macro
H A Dgif2tiff.c53 #define streq(a,b) (strcmp(a,b) == 0) macro
H A Dpal2rgb.c40 #define streq(a,b) (strcmp(a,b) == 0) macro
H A Drgb2ycbcr.c40 #define streq(a,b) (strcmp(a,b) == 0) macro
H A Dtiff2bw.c40 #define streq(a,b) (strcmp((a),(b)) == 0) macro
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A Dkxld_util.h74 #define streq(str1, str2) (((str1) && (str2)) ? !strcmp((str1), (str2)) : 0) macro
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dmkg3states.c48 #define streq(a,b) (strcmp(a,b) == 0) macro
H A Dtiffiop.h76 #define streq(a,b) (strcmp(a,b) == 0) macro
/macosx-10.10.1/Libnotify-133.1.1/notifyd/
H A Dpathwatch.c75 #define streq(A,B) (strcmp(A,B)==0) macro
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/astsa/
H A Dast.h113 #define streq(a,b) (*(a)==*(b)&&!strcmp(a,b)) macro
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dast.h210 #define streq(a,b) (*(a)==*(b)&&!strcmp(a,b)) macro

Completed in 198 milliseconds

12