Lines Matching refs:p
3 expression p;5 - strv_free(p);6 - p = NULL;7 + p = strv_free(p);9 expression p;11 - if (p)12 - strv_free(p);13 - p = NULL;14 + p = strv_free(p);16 expression p;18 - if (p) {19 - strv_free(p);20 - p = NULL;22 + p = strv_free(p);24 expression p;26 - if (p)27 - strv_free(p);28 + strv_free(p);