Lines Matching refs:bundle_id
59 char *bundle_id; /* identifier for our bundle */ variable
173 bundle_id = malloc(l); in mp_join_bundle()
174 if (bundle_id == 0) in mp_join_bundle()
177 p = bundle_id; in mp_join_bundle()
182 p += slprintf(p, bundle_id+l-p, "%s", in mp_join_bundle()
185 p += slprintf(p, bundle_id+l-p, "/%v", bundle_name); in mp_join_bundle()
188 l = p - bundle_id; in mp_join_bundle()
192 slprintf(blinks_id, l + 7, "BUNDLE_LINKS=%s", bundle_id + 7); in mp_join_bundle()
202 script_setenv("BUNDLE", bundle_id + 7, 1); in mp_join_bundle()
211 key.dptr = bundle_id; in mp_join_bundle()
212 key.dsize = p - bundle_id; in mp_join_bundle()
236 script_setenv("BUNDLE", bundle_id + 7, 0); in mp_join_bundle()
249 script_setenv("BUNDLE", bundle_id + 7, 1); in mp_join_bundle()