Home
last modified time | relevance | path

Searched refs:optbuf (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
Dfusermount.c343 char *optbuf; in do_mount() local
352 optbuf = (char *) malloc(strlen(opts) + 128); in do_mount()
353 if (!optbuf) { in do_mount()
358 for (s = opts, d = optbuf; *s;) { in do_mount()
404 res = get_mnt_opts(flags, optbuf, &mnt_opts); in do_mount()
429 res = mount(source, mnt, type, flags, optbuf); in do_mount()
433 res = mount(source, mnt, type, flags, optbuf); in do_mount()
458 free(optbuf); in do_mount()
/third_party/libfuse/util/
Dfusermount.c732 char *optbuf; in do_mount() local
742 optbuf = (char *) malloc(strlen(opts) + 128); in do_mount()
743 if (!optbuf) { in do_mount()
748 for (s = opts, d = optbuf; *s;) { in do_mount()
826 res = get_mnt_opts(flags, optbuf, &mnt_opts); in do_mount()
852 res = mount_notrunc(source, mnt, type, flags, optbuf); in do_mount()
863 res = mount_notrunc(source, mnt, type, flags, optbuf); in do_mount()
869 res = mount_notrunc(source, mnt, type, flags, optbuf); in do_mount()
885 free(optbuf); in do_mount()
895 free(optbuf); in do_mount()
/third_party/libcoap/src/
Dmem.c237 char optbuf[COAP_MAX_OPTION_SIZE]; member
/third_party/ffmpeg/libavformat/
Drtsp.c1651 char url[MAX_URL_SIZE], namebuf[50], optbuf[20] = ""; in ff_rtsp_make_setup_request() local
1666 snprintf(optbuf, sizeof(optbuf), "?ttl=%d", ttl); in ff_rtsp_make_setup_request()
1670 port, "%s", optbuf); in ff_rtsp_make_setup_request()