Searched refs:NOID (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dchgrp.c137 #define NOID (-1) macro
165 key->uid = key->gid = NOID;
183 if ((m = struid(s)) != NOID)
203 if ((m = strgid(s)) != NOID)
363 m->to.uid = m->to.gid = NOID;
370 keys[1].gid = keys[2].uid = NOID;
375 if ((uid = key.uid) != NOID)
377 if ((gid = key.gid) != NOID)
428 uid = gid = NOID;
436 if (uid == NOID
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Didl.h32 #define BDB_IDL_IS_RANGE(ids) ((ids)[0] == NOID)
43 (ids)[0] = NOID; \
56 #define BDB_IDL_IS_ALL( range, ids ) ( (ids)[0] == NOID \
H A Didl.c203 ids[0] = NOID;
714 assert( id != NOID );
924 assert( id != NOID );
1096 a[0] = NOID;
1154 a[0] = NOID;
1166 while( ida != NOID || idb != NOID ) {
1188 idb = NOID;
1234 while( ida != NOID ) {
1235 if ( idb == NOID ) {
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdtime/FreeBSD/
H A Ddifftime.c8 #ifndef NOID
10 #endif /* !defined NOID */
H A Dasctime.c14 #ifndef NOID
16 #endif /* !defined NOID */
H A Dtzfile.h25 #ifndef NOID
29 #endif /* !defined NOID */
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dscheck.c7 #ifndef NOID
10 #endif /* !defined NOID */
H A Dtzfile.h23 #ifndef NOID
25 #endif /* !defined NOID */
H A Dasctime.c13 #ifndef NOID
15 #endif /* !defined NOID */
H A Dialloc.c7 #ifndef NOID
9 #endif /* !defined NOID */
/macosx-10.10.1/system_cmds-643.1.1/zic.tproj/
H A Dscheck.c2 #ifndef NOID
5 #endif /* !defined NOID */
H A Dialloc.c2 #ifndef NOID
4 #endif /* !defined NOID */
H A Dprivate.h32 #ifndef NOID
34 #endif /* !defined NOID */
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslapcat.c99 for ( ; id != NOID; id = be->be_entry_next( be ) )
121 while ( ++id != NOID ) {
H A Dslapindex.c89 for ( ; id != NOID; id = be->be_entry_next( be ) ) {
H A Dbackglue.c383 static const ID glueID = NOID;
583 ( cps->ps_cookie != NOID
593 if ( op->o_bd != gi->gi_n[0].gn_be || cps->ps_cookie == NOID ) {
615 /* delete old, create new cookie with NOID */
616 PagedResultsCookie respcookie = (PagedResultsCookie)NOID;
785 if ( id != NOID ) {
976 return NOID;
979 while ( rc == NOID ) {
1034 return NOID;
1038 while ( rc == NOID ) {
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-shell/
H A Dcompare.c57 e.e_id = NOID;
H A Ddelete.c57 e.e_id = NOID;
H A Dbind.c68 e.e_id = NOID;
H A Dmodify.c60 e.e_id = NOID;
H A Dmodrdn.c57 e.e_id = NOID;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sock/
H A Dbind.c42 e.e_id = NOID;
H A Dcompare.c43 e.e_id = NOID;
H A Ddelete.c41 e.e_id = NOID;
H A Dmodrdn.c41 e.e_id = NOID;

Completed in 303 milliseconds

123