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

/macosx-10.10/uucp-11/uucp/
H A Dutil.c152 boolean fmatch;
155 fmatch = FALSE;
169 fmatch = FALSE;
179 fmatch = TRUE;
185 return fmatch;
149 boolean fmatch; local
H A Duustat.c966 boolean fmatch;
969 fmatch = fnotusers;
975 fmatch = ! fmatch;
979 if (! fmatch)
1065 boolean fmatch;
1072 fmatch = FALSE;
1112 fmatch = TRUE;
1224 fmatch = TRUE;
1229 fmatch
962 boolean fmatch; local
1061 boolean fmatch; local
1446 boolean fmatch; local
2269 boolean fmatch; local
[all...]
/macosx-10.10/uucp-11/uucp/uuconf/
H A Dtport.c125 boolean fmatch;
133 fmatch = TRUE;
139 fmatch = FALSE;
155 if (fmatch)
176 fmatch = FALSE;
184 fmatch = FALSE;
189 if (fmatch)
195 fmatch = FALSE;
201 if (fmatch)
123 boolean fmatch; local
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Davl.c444 * and will return prematurely if fmatch returns this value. Otherwise,
452 AVL_CMP fmatch,
466 if ( (*fmatch)( root->avl_data, marg ) == stopflag )
470 if ( avl_prefixapply( root->avl_left, data, fmatch,
475 return( avl_prefixapply( root->avl_right, data, fmatch,
482 return( avl_prefixapply( root->avl_left, data, fmatch,
486 return( avl_prefixapply( root->avl_right, data, fmatch,
449 avl_prefixapply( Avlnode *root, void* data, AVL_CMP fmatch, void* marg, AVL_CMP fcmp, void* carg, int stopflag ) argument

Completed in 183 milliseconds