Lines Matching defs:postcmdbuf
2922 char postcmdbuf[MAXPATHLEN];
2962 if (get_hook(bh, postcmdbuf, sizeof (postcmdbuf), brand_get_postinstall,
2970 if (postcmdbuf[0] != '\0')
3018 if (addopt(postcmdbuf, optopt, optarg, sizeof (postcmdbuf))
3031 if (addopt(postcmdbuf, 0, argv[optind], sizeof (postcmdbuf))
3084 status = do_subproc(postcmdbuf);
3558 char postcmdbuf[MAXPATHLEN];
3708 if (get_hook(bh, postcmdbuf, sizeof (postcmdbuf), brand_get_postclone,
3752 if (addoptions(postcmdbuf, argv, sizeof (postcmdbuf)) != Z_OK) {
3817 if (err == Z_OK && postcmdbuf[0] != '\0') {
3818 status = do_subproc(postcmdbuf);
4638 char postcmdbuf[MAXPATHLEN];
4758 if (get_hook(bh, postcmdbuf, sizeof (postcmdbuf), brand_get_postattach,
4772 if (addoptions(postcmdbuf, argv, sizeof (postcmdbuf)) != Z_OK)
4854 if (err == Z_OK && !force && postcmdbuf[0] != '\0') {
4855 status = do_subproc(postcmdbuf);