Lines Matching defs:mpnbuf
16956 char *mpnbuf;
17039 mpnbuf = safe_malloc(max_scf_name_len + 1);
17041 mpntov->mpg = mpnbuf;
17044 if (scf_property_get_name(mp, mpnbuf,
17076 if (strcmp(mpnbuf, SUPPORTPROP) == 0) {
17111 if (strncmp(mpnbuf, LIBSVC_PR, strlen(LIBSVC_PR)) != 0) {
17116 if (strncmp(mpnbuf, VARSVC_PR,
17210 mpnbuf = mpntov->mpg;
17219 mpnbuf);
17262 mpnbuf = mpntov->mpg;
17316 if (fmpntov->mpg == mpnbuf)
17317 mpnbuf = NULL;
17328 if (mpnbuf)
17329 free(mpnbuf);