Home
last modified time | relevance | path

Searched refs:GETOPT_POSIX (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/atf/atf-c/detail/
H A Dtp_main.c48 # define GETOPT_POSIX "+" macro
50 # define GETOPT_POSIX "" macro
337 (ch = getopt(argc, argv, GETOPT_POSIX ":lr:s:v:")) != -1) { in process_params()
/freebsd/contrib/atf/atf-c++/
H A Dtests.cpp69 # define GETOPT_POSIX "+" macro
71 # define GETOPT_POSIX "" macro
571 while ((ch = ::getopt(argc, argv, GETOPT_POSIX ":lr:s:v:")) != -1) { in safe_main()