Searched refs:gotit (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/man-16/man/src/
H A Dto_cat.c95 goto gotit;
126 goto gotit;
148 goto gotit;
160 gotit:
/macosx-10.10.1/xnu-2782.1.97/pexpert/gen/
H A Dbootargs.c93 goto gotit;
100 goto gotit;
110 goto gotit;
133 goto gotit;
135 gotit:
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/samba4/
H A Drdnval.c88 int gotit = 0; local
105 cb.sc_private = (void *)&gotit;
170 if ( rs2.sr_err != LDAP_SUCCESS || gotit > 0 ) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dbackover.c1063 int gotit = 0; local
1076 gotit = 1;
1089 if ( !gotit ) {
1105 int gotit = 0; local
1118 gotit = 1;
1125 if ( !gotit ) {
H A Daclparse.c994 int gotit = 0; local
1003 gotit = 1;
1008 if ( gotit == 1 ) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dsearch.c57 int gotit = 0; local
119 gotit++;
123 filter->bv_val, gotit, 0 );
125 return gotit;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dbind.c63 gotit = 0, local
141 if ( gotit == 0 ) {
145 gotit = 1;
289 if ( rs->sr_err == LDAP_SUCCESS && gotit == 0 ) {
H A Dsearch.c985 int gotit = 0, local
1266 gotit = 1;
1786 if ( ncandidates > 0 && gotit == 0 ) {
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Ddg.c919 boolean gotit; local
922 RPC_TRY_LOCK(&gotit);
923 if (! gotit)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dretcode.c569 gotit = 0; local
580 gotit = 1;
585 if ( !gotit ) {
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dhashtable.c285 gotit:
306 goto gotit;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/
H A Dsearch.c296 int gotit = 0; local
312 gotit = 1;
337 } else if ( !gotit ) {
347 if ( gotit && BACKSQL_IS_GET_OC( flags ) ) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Ddn2id.c958 goto gotit;
1086 gotit:
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp594 bool gotit = true; local
599 if (!IOLockTryLock(gateMutex)) gotit = false;
611 return (gotit);

Completed in 596 milliseconds