Searched refs:optbuf (Results 1 – 4 of 4) sorted by relevance
/third_party/ntfs-3g/libfuse-lite/ |
D | fusermount.c | 343 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/ |
D | fusermount.c | 775 char *optbuf; in do_mount() local 785 optbuf = (char *) malloc(strlen(opts) + 128); in do_mount() 786 if (!optbuf) { in do_mount() 791 for (s = opts, d = optbuf; *s;) { in do_mount() 869 res = get_mnt_opts(flags, optbuf, &mnt_opts); in do_mount() 895 res = mount_notrunc(source, mnt, type, flags, optbuf); in do_mount() 906 res = mount_notrunc(source, mnt, type, flags, optbuf); in do_mount() 912 res = mount_notrunc(source, mnt, type, flags, optbuf); in do_mount() 928 free(optbuf); in do_mount() 938 free(optbuf); in do_mount()
|
/third_party/libcoap/src/ |
D | coap_mem.c | 283 char optbuf[COAP_MAX_OPTION_SIZE]; member
|
/third_party/ffmpeg/libavformat/ |
D | rtsp.c | 1651 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()
|