HomeSort by: relevance | last modified time | path
    Searched refs:util_getopt_long (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/dtc/dist/
util.h 219 #define util_getopt_long() getopt_long(argc, argv, usage_short_opts, \ macro
fdtoverlay.c 172 while ((opt = util_getopt_long()) != EOF) {
dtc.c 182 while ((opt = util_getopt_long()) != EOF) {
fdtdump.c 194 while ((opt = util_getopt_long()) != EOF) {
fdtget.c 326 while ((opt = util_getopt_long()) != EOF) {
fdtput.c 412 while ((opt = util_getopt_long()) != EOF) {

Completed in 53 milliseconds