Lines Matching defs:tg
1173 char *tg = NULL;
1197 tg = _scf_read_single_astring_from_pg(p->pw_pg,
1199 if (tg == NULL || /* scf_error() was set */
1200 (strcmp(tg, SCF_TM_TARGET_INSTANCE) != 0 &&
1201 strcmp(tg, SCF_TM_TARGET_THIS) != 0 &&
1206 if (tg != NULL) {
1207 free(tg);
1208 tg = NULL;
1235 tg = _scf_read_single_astring_from_pg(p->pw_pg,
1237 if (tg == NULL || /* scf_error() was set */
1238 strcmp(tg, SCF_TM_TARGET_DELEGATE) != 0) {
1241 if (tg != NULL) {
1242 free(tg);
1243 tg = NULL;
1271 tg = _scf_read_single_astring_from_pg(p->pw_pg,
1273 if (tg == NULL || /* scf_error() was set */
1274 strcmp(tg, SCF_TM_TARGET_ALL) != 0) {
1277 if (tg != NULL) {
1278 free(tg);
1279 tg = NULL;
1294 free(tg);