Searched refs:opti (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/top-100.1.2/
H A Doptions.c75 int opti; local
83 for(opti = 0; opts[opti].option_string; ++opti) {
84 if(TOP_OPTION_REQUIRED == opts[opti].option_flag) {
87 if(!strcmp(argv[*offset], opts[opti].option_string)) {
93 *optvalue = opts[opti].option_value;
96 } else if(2 == strlen(opts[opti].option_string) && strlen(argv[*offset]) >= 2
97 && opts[opti].option_string[0] == argv[*offset][0]
98 && opts[opti]
[all...]
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dmsync.c54 static int opti = 0; variable
94 opti = MS_INVALIDATE;
151 if (msync(ts->ts_map, optl, opta | opti) < 0) {
184 flags[4] = opti ? 'i' : '-';
/macosx-10.10.1/shell_cmds-179/systime/
H A Dsystime.c45 const char *opti = NULL; local
68 opti = optarg;
76 if (optu || opts || opti) {
91 if (!opti)
93 oldidle = strtoull(opti, &endstr, 0);
94 if (opti[0] == '\0' || endstr[0] != '\0')
/macosx-10.10.1/configd-699.1.5/scutil.tproj/
H A Dscutil.c406 int opti; local
419 while ((opt = getopt_long(argc, argv, "dDvprt:w:W", longopts, &opti)) != -1)
450 if (strcmp(longopts[opti].name, "dns") == 0) {
453 } else if (strcmp(longopts[opti].name, "error") == 0) {
456 } else if (strcmp(longopts[opti].name, "get") == 0) {
459 } else if (strcmp(longopts[opti].name, "nc") == 0) {
462 } else if (strcmp(longopts[opti].name, "net") == 0) {
465 } else if (strcmp(longopts[opti].name, "nwi") == 0) {
468 } else if (strcmp(longopts[opti].name, "prefs") == 0) {
471 } else if (strcmp(longopts[opti]
[all...]
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_bw_mmap_rd.c106 static bool opti = false; // io_only or read and i/o (default read and i/o) variable
240 opti = true;
241 debug("opti = %s\n", opti? "true": "false");
270 state->open_read_close = opti;
H A Dlmbench_bw_file_rd.c101 static bool opti = false; // io_only or read and i/o (default read and i/o) variable
221 opti = true;
222 debug("opti = %s\n", opte? "true": "false");
245 ts->open_read_close = opti;
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dinstruction.rb1111 optinsns.sort_by{|opti|
1112 opti.defopes.find_all{|e| e[1] == '*'}.size
1113 }.each{|opti|
1116 commit " " + opti.defopes.map{|opinfo|
1124 opti.defopes.each{|opinfo|
1135 commit " insnobj->insn_id = BIN(#{opti.name});"
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dtidylib.c385 ulong opti = 0; local
387 opti = cfg( impl, optId );
388 return opti;
/macosx-10.10.1/ruby-106/ruby/
H A Diseq.c1420 char opti[0x100] = ""; local
1426 snprintf(opti, sizeof(opti), "Opt=%"PRIdVALUE,
1433 opti,
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/helper/
H A DSCHelper_server.c2305 int opti; local
2310 while ((opt = getopt_long(argc, argv, "d", longopts, &opti)) != -1) {
2316 // if (strcmp(longopts[opti].name, "debug") == 1) {
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dfoxpro.vim576 syn match foxproCmd "^\s*\<set\>\s*\<opti\%[mize]\>"

Completed in 230 milliseconds