Searched refs:retval2 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dteststr.c73 char *retval1, *retval2; local
82 retval2 = strtok(str2, cases[curtc].sep);
85 ABTS_TRUE(tc, retval2 == NULL);
88 ABTS_TRUE(tc, retval2 != NULL);
89 ABTS_STR_EQUAL(tc, retval2, retval1);
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dteststr.c73 char *retval1, *retval2; local
82 retval2 = strtok(str2, cases[curtc].sep);
85 ABTS_TRUE(tc, retval2 == NULL);
88 ABTS_TRUE(tc, retval2 != NULL);
89 ABTS_STR_EQUAL(tc, retval2, retval1);
/macosx-10.9.5/pam_modules-138/common/
H A DCommon.c224 int retval2; local
231 retval2 = asprintf(&wt, "%d", kWaitSeconds * current_iterations);
232 if (-1 == retval2) {
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_readwrite.c3907 int retval, retval2; local
4114 retval2 = hfs_update(vp, MNT_WAIT);
4117 retval = retval2;

Completed in 149 milliseconds