Home
last modified time | relevance | path

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

/third_party/ntfs-3g/src/
Dntfs-3g_common.c240 const struct ntfs_options *popts, BOOL low_fuse) in parse_mount_options() argument
243 const char *orig_opts = popts->options; in parse_mount_options()
567 if (ntfs_strappend(&ret, popts->device)) in parse_mount_options()
595 int ntfs_parse_options(struct ntfs_options *popts, void (*usage)(void), in ntfs_parse_options() argument
615 if (!popts->device) { in ntfs_parse_options()
616 popts->device = ntfs_malloc(PATH_MAX + 1); in ntfs_parse_options()
617 if (!popts->device) in ntfs_parse_options()
621 popts->arg_device = optarg; in ntfs_parse_options()
623 popts->device)) { in ntfs_parse_options()
626 free(popts->device); in ntfs_parse_options()
[all …]
Dntfs-3g_common.h205 const struct ntfs_options *popts, BOOL low_fuse);
206 int ntfs_parse_options(struct ntfs_options *popts, void (*usage)(void),
/third_party/node/deps/npm/node_modules/make-fetch-happen/
Dagent.js134 let popts = { variable
155 return new HttpProxyAgent(popts)
161 return new HttpsProxyAgent(popts)
169 return new SocksProxyAgent(popts)
/third_party/lwip/src/netif/ppp/
Dauth.c173 struct wordlist **popts) = NULL;
190 struct wordlist **popts) = NULL;