Lines Matching refs:optionp
103 int update_cachelabel(char *dirp, char *optionp);
141 char *optionp; in main() local
161 optionp = NULL; in main()
205 optionp = optarg; in main()
267 if (optionp && !(cflag|uflag)) { in main()
281 if (optionp) { in main()
282 xx = cfs_get_opts(optionp, &uv); in main()
321 xx = update_cachelabel(cachedir, optionp); in main()
585 update_cachelabel(char *dirp, char *optionp) in update_cachelabel() argument
629 if (optionp) { in update_cachelabel()
634 xx = cfs_get_opts(optionp, &uv_new); in update_cachelabel()