Searched refs:optt (Results 1 – 3 of 3) sorted by relevance
126 char *optt; in main() local131 optt = argv[optc]; in main()132 if (optt) in main()133 (void) printf(" %s ", optt); in main()
391 const char *optt = NULL; in sonode() local409 't', MDB_OPT_STR, &optt, in sonode()426 if (optt != NULL) { in sonode()427 if (strcmp("stream", optt) == 0) in sonode()429 else if (strcmp("dgram", optt) == 0) in sonode()431 else if (strcmp("raw", optt) == 0) in sonode()434 type = mdb_strtoull(optt); in sonode()456 if ((optt != NULL) && (so.so_type != type)) in sonode()
176 char *optt; in main() local181 optt = argv[optc]; in main()182 if (optt) in main()183 (void) printf(" %s ", optt); in main()