Searched defs:STRLEN (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/apr-32/apr/apr/test/
H A Dtestsock.h21 #define STRLEN 8092 macro
H A Dtestsockets.c23 #define STRLEN 21 macro
/macosx-10.10.1/procmail-14/procmail/src/
H A Dauthenticate.c52 #define STRLEN(x) (sizeof(x)-1) macro
H A Dincludes.h547 #define STRLEN(x) (sizeof(x)-1) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/glob/
H A Dsm_loop.c764 #undef STRLEN macro
H A Dsmatch.c222 #define STRLEN(S) strlen(S) macro
348 #define STRLEN(S) wcslen(S) macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dfnmatch.c160 # define STRLEN(S) strlen (S) macro
187 # define STRLEN(S) __wcslen (S) macro
191 # define STRLEN(S) wcslen (S) macro
H A Dfnmatch_loop.c1207 #undef STRLEN macro
/macosx-10.10.1/iodbc-42.5/iodbc/include/
H A Diodbc.h113 #define STRLEN(str) ((str)? strlen((char*)(str)):0) macro
181 #define STRLEN(str) ((str)? fstrlen((char FAR*)(str)):0) macro
193 #define STRLEN(str) ((str)? _fstrlen((char FAR*)(str)):0) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dgeneral.h153 #define STRLEN(s) (((s) && (s)[0]) ? ((s)[1] ? ((s)[2] ? strlen(s) : 2) : 1) : 0) macro
H A Dtest.c64 # define STRLEN(s) ((s)[0] ? ((s)[1] ? ((s)[2] ? strlen(s) : 2) : 1) : 0) macro
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dutxttest.cpp1428 const int STRLEN = 90; local
1443 TEST_ASSERT(count < STRLEN); argument
/macosx-10.10.1/emacs-93/emacs/src/
H A Dstrftime.c110 # define STRLEN(s) __wcslen (s) macro
123 # define STRLEN(s) strlen (s) macro
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dstrftime.c102 # define STRLEN(s) __wcslen (s) macro
115 # define STRLEN(s) strlen (s) macro
/macosx-10.10.1/vim-55/src/
H A Dvim.h1489 #define STRLEN(s) strlen((char *)(s)) macro
2115 # undef STRLEN macro

Completed in 380 milliseconds