Home
last modified time | relevance | path

Searched refs:longopts (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dgetopt.c30 LSX_PARAM_IN_OPT lsx_option_t const * longopts, /* Array of long option descriptors */ in lsx_getopt_init() argument
59 state->longopts = longopts; in lsx_getopt_init()
138 if (state->longopts && in lsx_getopt()
158 for (pCur = state->longopts; pCur->name; pCur++) in lsx_getopt()
209 state->lngind = pMatch - state->longopts; in lsx_getopt()
234 for (pCur = state->longopts; pCur->name; pCur++) in lsx_getopt()
319 static lsx_option_t longopts[] = in main() local
332 lsx_getopt_init(argc, argv, "abc:d:v::0123456789", longopts, sox_true, 1, &state); in main()
H A Dsox.h2544 lsx_option_t const * longopts; /**< IN longopts: Array of long option descriptors */ member
2563 LSX_PARAM_IN_OPT lsx_option_t const * longopts, /**< Array of long option descriptors */
/OK3568_Linux_fs/kernel/tools/virtio/ringtest/
H A Dmain.c214 static const struct option longopts[] = { variable
308 int o = getopt_long(argc, argv, optstring, longopts, NULL); in main()
/OK3568_Linux_fs/kernel/tools/testing/vsock/
H A Dvsock_test.c316 static const struct option longopts[] = { variable
398 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
H A Dvsock_diag_test.c445 static const struct option longopts[] = { variable
527 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
/OK3568_Linux_fs/buildroot/package/mii-diag/
H A D0001-strchr.patch13 while ((c = getopt_long(argc, argv, shortopts, longopts, 0)) != EOF)
/OK3568_Linux_fs/buildroot/package/mkpasswd/
H A Dmkpasswd.c62 static const struct option longopts[] = { variable
154 while ((ch = GETOPT_LONGISH(argc, argv, "hH:m:5P:R:sS:V", longopts, 0)) in main()
/OK3568_Linux_fs/kernel/tools/virtio/
H A Dvirtio_test.c279 const struct option longopts[] = { variable
352 o = getopt_long(argc, argv, optstring, longopts, NULL); in main()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/
H A Dbusybox_1.35.0.bb34 file://longopts.cfg \
/OK3568_Linux_fs/kernel/samples/crypto/
H A Dfips140_lab_util.c271 static const struct option longopts[] = { in cmd_dump_jitterentropy() local
281 while ((c = getopt_long(argc, argv, "", longopts, NULL)) != -1) { in cmd_dump_jitterentropy()
/OK3568_Linux_fs/kernel/tools/usb/usbip/src/
H A Dusbipd.c588 static const struct option longopts[] = { in main() local
623 opt = getopt_long(argc, argv, "46DdeP::t:hv", longopts, NULL); in main()
/OK3568_Linux_fs/kernel/tools/iio/
H A Diio_generic_buffer.c319 static const struct option longopts[] = { variable
356 while ((c = getopt_long(argc, argv, "aAc:egl:n:N:t:T:w:?", longopts, in main()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpgw.c1009 struct option longopts[] = { in main() local
1059 "hvqVzr:s:t:i:p:a:f:u:n:c:l:y:m:d:D:A:B:T:g:w:x:W:X:S:j:", longopts, in main()
H A Drtmpdump.c822 struct option longopts[] = { in main() local
867 longopts, NULL)) != -1) in main()
/OK3568_Linux_fs/buildroot/package/binutils/2.38/
H A D0002-poison-system-directories.patch275 struct option *longopts;
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0002-localedef-fix-ups-hardlink-to-make-it-compile.patch200 while ((ch = getopt_long(argc, argv, "cnvfx:Vh", longopts, NULL)) != -1) {
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch869 + static const struct option longopts[] = {
885 + while ((ch = getopt_long(argc, argv, "cnvfx:Vh", longopts, NULL)) != -1) {
/OK3568_Linux_fs/buildroot/package/binutils/2.37/
H A D0002-poison-system-directories.patch275 struct option *longopts;
/OK3568_Linux_fs/buildroot/package/binutils/arc-2020.09-release/
H A D0001-poison-system-directories.patch279 struct option *longopts;
/OK3568_Linux_fs/buildroot/package/binutils/2.39/
H A D0002-poison-system-directories.patch268 struct option *longopts;