Lines Matching defs:result
31 int result = getopt(argc, argv, optstring);
32 if (result != 'b') {
33 t_error("%s getopt get result is '%c' are not want 'b'\n", __func__, result);
48 int result = getopt(argc, argv, optstring);
49 if (result != -1) {
50 t_error("%s getopt get result is %d are not want -1\n", __func__, result);
64 int result = getopt(argc, argv, optstring);
65 if (result != -1) {
66 t_error("%s getopt get result is %d are not want -1\n", __func__, result);
81 int result = getopt(argc, argv, optstring);
82 if (result != -1) {
83 t_error("%s getopt get result is %d are not want -1\n", __func__, result);
97 int result = getopt(argc, argv, optstring);
98 if (result != -1) {
99 t_error("%s getopt get result is %d are not want -1\n", __func__, result);
113 int result = getopt(argc, argv, optstring);
114 if (result != -1) {
115 t_error("%s getopt get result is %d are not want -1\n", __func__, result);
129 int result = getopt(argc, argv, optstring);
130 if (result != -1) {
131 t_error("%s getopt get result is %d are not want -1\n", __func__, result);
145 int result = getopt(argc, argv, optstring);
146 if (result != -1) {
147 t_error("%s getopt get result is %d are not want -1\n", __func__, result);