Searched refs:MINI_STR (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 553 #define MINI_STR(l, s, m, n) strncmp(l, s, MAX(MIN(sizeof (s) - 1, m), n)) macro 562 if (MINI_STR(line, "create ", word_end, 2) == 0) in CPL_MATCH_FN() 565 if (MINI_STR(line, "destroy ", word_end, 1) == 0) in CPL_MATCH_FN() 568 if (MINI_STR(line, "export ", word_end, 3) == 0) in CPL_MATCH_FN() 571 if (MINI_STR(line, "list ", word_end, 1) == 0) in CPL_MATCH_FN() 574 if (MINI_STR(line, "select ", word_end, 1) == 0) in CPL_MATCH_FN() 584 if (MINI_STR(line, "create ", word_end, 2) == 0) in CPL_MATCH_FN() 587 if (MINI_STR(line, "destroy ", word_end, 1) == 0) in CPL_MATCH_FN() 590 if (MINI_STR(line, "export ", word_end, 3) == 0) in CPL_MATCH_FN() 593 if (MINI_STR(line, "list ", word_end, 1) == 0) in CPL_MATCH_FN() [all …]
|