Lines Matching refs:optbuf
775 char *optbuf;
785 optbuf = (char *) malloc(strlen(opts) + 128);
786 if (!optbuf) {
791 for (s = opts, d = optbuf; *s;) {
869 res = get_mnt_opts(flags, optbuf, &mnt_opts);
895 res = mount_notrunc(source, mnt, type, flags, optbuf);
906 res = mount_notrunc(source, mnt, type, flags, optbuf);
912 res = mount_notrunc(source, mnt, type, flags, optbuf);
928 free(optbuf);
938 free(optbuf);