Searched refs:psz2 (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Dutil_str.c275 _PUBLIC_ int strwicmp(const char *psz1, const char *psz2) argument
279 if (psz1 == psz2)
283 else if (psz2 == NULL)
290 while (isspace((int)*psz2))
291 psz2++;
292 if (toupper((unsigned char)*psz1) != toupper((unsigned char)*psz2)
294 || *psz2 == '\0')
297 psz2++;
299 return (*psz1 - *psz2);
H A Dutil.h411 _PUBLIC_ int strwicmp(const char *psz1, const char *psz2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Dutil_str.c275 _PUBLIC_ int strwicmp(const char *psz1, const char *psz2) argument
279 if (psz1 == psz2)
283 else if (psz2 == NULL)
290 while (isspace((int)*psz2))
291 psz2++;
292 if (toupper((unsigned char)*psz1) != toupper((unsigned char)*psz2)
294 || *psz2 == '\0')
297 psz2++;
299 return (*psz1 - *psz2);
H A Dutil.h411 _PUBLIC_ int strwicmp(const char *psz1, const char *psz2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Dutil_str.c275 _PUBLIC_ int strwicmp(const char *psz1, const char *psz2) argument
279 if (psz1 == psz2)
283 else if (psz2 == NULL)
290 while (isspace((int)*psz2))
291 psz2++;
292 if (toupper((unsigned char)*psz1) != toupper((unsigned char)*psz2)
294 || *psz2 == '\0')
297 psz2++;
299 return (*psz1 - *psz2);
H A Dutil.h411 _PUBLIC_ int strwicmp(const char *psz1, const char *psz2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Dutil_str.c326 int strwicmp(const char *psz1, const char *psz2) argument
330 if (psz1 == psz2)
334 else if (psz2 == NULL)
341 while (isspace((int)*psz2))
342 psz2++;
343 if (toupper_ascii(*psz1) != toupper_ascii(*psz2) || *psz1 == '\0'
344 || *psz2 == '\0')
347 psz2++;
349 return (*psz1 - *psz2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dutil_str.c229 int strwicmp(const char *psz1, const char *psz2) argument
233 if (psz1 == psz2)
237 else if (psz2 == NULL)
244 while (isspace((int)*psz2))
245 psz2++;
246 if (toupper_ascii(*psz1) != toupper_ascii(*psz2) ||
247 *psz1 == '\0' || *psz2 == '\0')
250 psz2++;
252 return (*psz1 - *psz2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Dutil_str.c326 int strwicmp(const char *psz1, const char *psz2) argument
330 if (psz1 == psz2)
334 else if (psz2 == NULL)
341 while (isspace((int)*psz2))
342 psz2++;
343 if (toupper_ascii(*psz1) != toupper_ascii(*psz2) || *psz1 == '\0'
344 || *psz2 == '\0')
347 psz2++;
349 return (*psz1 - *psz2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Dutil_str.c229 int strwicmp(const char *psz1, const char *psz2) argument
233 if (psz1 == psz2)
237 else if (psz2 == NULL)
244 while (isspace((int)*psz2))
245 psz2++;
246 if (toupper_ascii(*psz1) != toupper_ascii(*psz2) ||
247 *psz1 == '\0' || *psz2 == '\0')
250 psz2++;
252 return (*psz1 - *psz2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/
H A Dutil_str.c229 int strwicmp(const char *psz1, const char *psz2) argument
233 if (psz1 == psz2)
237 else if (psz2 == NULL)
244 while (isspace((int)*psz2))
245 psz2++;
246 if (toupper_ascii(*psz1) != toupper_ascii(*psz2) ||
247 *psz1 == '\0' || *psz2 == '\0')
250 psz2++;
252 return (*psz1 - *psz2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/
H A Dutil_str.c326 int strwicmp(const char *psz1, const char *psz2) argument
330 if (psz1 == psz2)
334 else if (psz2 == NULL)
341 while (isspace((int)*psz2))
342 psz2++;
343 if (toupper_ascii(*psz1) != toupper_ascii(*psz2) || *psz1 == '\0'
344 || *psz2 == '\0')
347 psz2++;
349 return (*psz1 - *psz2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/param/
H A Dloadparm.c1430 static int strwicmp( char *psz1, char *psz2 );
1638 static int strwicmp(char *psz1, char *psz2) argument
1642 if (psz1 == psz2)
1648 if (psz2 == NULL)
1656 while (isspace(*psz2))
1657 psz2++;
1658 if (toupper(*psz1) != toupper(*psz2) || *psz1 == '\0' || *psz2 == '\0')
1661 psz2++;
1663 return (*psz1 - *psz2);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/param/
H A Dloadparm.c1430 static int strwicmp( char *psz1, char *psz2 );
1638 static int strwicmp(char *psz1, char *psz2) argument
1642 if (psz1 == psz2)
1648 if (psz2 == NULL)
1656 while (isspace(*psz2))
1657 psz2++;
1658 if (toupper(*psz1) != toupper(*psz2) || *psz1 == '\0' || *psz2 == '\0')
1661 psz2++;
1663 return (*psz1 - *psz2);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/param/
H A Dloadparm.c1430 static int strwicmp( char *psz1, char *psz2 );
1638 static int strwicmp(char *psz1, char *psz2) argument
1642 if (psz1 == psz2)
1648 if (psz2 == NULL)
1656 while (isspace(*psz2))
1657 psz2++;
1658 if (toupper(*psz1) != toupper(*psz2) || *psz1 == '\0' || *psz2 == '\0')
1661 psz2++;
1663 return (*psz1 - *psz2);
[all...]

Completed in 123 milliseconds