Home | History | Annotate | Download | only in back-monitor

Lines Matching defs:atp

1014 		Attribute		**atp = NULL;
1058 for ( atp = &e->e_attrs; *atp; atp = &(*atp)->a_next )
1070 *atp = attr_dup( a );
1071 if ( *atp == NULL ) {
1079 atp = &(*atp)->a_next;
1095 if ( atp && *atp ) {
1096 attrs_free( *atp );
1097 *atp = NULL;