HomeSort by relevance Sort by last modified time
    Searched full:arg_error (Results 1 - 2 of 2) sorted by null

  /external/v8/test/mjsunit/
d8-os.js 36 function arg_error(str) { function
151 arg_error("os.umask();");
152 arg_error("os.system();");
153 arg_error("os.mkdirp();");
154 arg_error("os.chdir();");
155 arg_error("os.setenv();");
156 arg_error("os.rmdir();");
159 arg_error("os.setenv('FOO=bar');");
160 arg_error("os.umask(0, 0);");
161 arg_error("os.system('ls', [], -1, -1, -1);")
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 1069 require_action( cfgfile, arg_error, err = mStatus_NoMemoryErr );
1102 case 'f': free( cfgfile ); cfgfile = strdup( optarg ); require_action( cfgfile, arg_error, err = mStatus_NoMemoryErr ); break;
1106 default: goto arg_error;
1111 require_noerr( err, arg_error );
1115 require_action( d->zones, arg_error, err = mStatus_UnknownErr );
    [all...]

Completed in 151 milliseconds