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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/librewrite/
H A Dmap.c236 map->lm_name = strdup( s + 1 );
237 if ( map->lm_name == NULL ) {
262 map->lm_name = strdup( s + 3 );
265 map->lm_name = strdup( s + 2 );
270 map->lm_name = strdup( s + 2 );
273 map->lm_name = strdup( s + 1 );
276 if ( map->lm_name == NULL ) {
288 map->lm_name = strdup( s + 2 );
291 map->lm_name = strdup( s + 1 );
293 if ( map->lm_name
[all...]
H A Dxmap.c76 map->lm_name = strdup( "xpasswd" );
77 if ( map->lm_name == NULL ) {
496 free( map->lm_name );
H A Drewrite-int.h145 char *lm_name; member in struct:rewrite_map
/macosx-10.10.1/ksh-23/ksh/src/lib/libdll/
H A Ddllnext.c198 s = map->lm_name;
204 path = map->lm_name;

Completed in 310 milliseconds