Searched refs:ambiguous (Results 1 - 10 of 10) sorted by relevance
/third_party/toybox/toys/posix/ |
H A D | logger.c | 35 int try, i, matchlen = 0, found = -1, ambiguous = 1; in arrayfind() local 40 if (matchlen<i) found = try, ambiguous = 0; in arrayfind() 41 if (matchlen==i) ambiguous++; in arrayfind() 49 return ambiguous ? -1 : found; in arrayfind()
|
/third_party/node/lib/internal/util/parse_args/ |
H A D | parse_args.js | 84 const errorMessage = `Option '${token.rawName}' argument is ambiguous.
|
/third_party/node/deps/npm/lib/commands/ |
H A D | token.js | 108 `Token ID "${id}" was ambiguous, a new token may have been created since you last ran \`npm token list\`.`
|
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/ |
H A D | index.js | 84 const errorMessage = `Option '${token.rawName}' argument is ambiguous.
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect_repl.js | 789 let ambiguous = false; 797 ambiguous = true; 804 if (ambiguous) { 805 print('Script name is ambiguous');
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | security.c | 4203 * Make sure there are no ambiguous mapping 4215 BOOL ambiguous; 4217 ambiguous = FALSE; 4222 ambiguous = TRUE; 4225 ambiguous = TRUE; 4231 ambiguous = TRUE; 4234 ambiguous = TRUE; 4236 return (ambiguous);
|
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 1175 if ($lines[0] =~ /^error: short SHA1 $commit is ambiguous/) { 1185 } elsif ($lines[0] =~ /^fatal: ambiguous argument '$commit': unknown revision or path not in the working tree\./ ||
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1743 ambiguous. Suppose C<S> is a subclass of C<Text::Template>. Should
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1743 ambiguous. Suppose C<S> is a subclass of C<Text::Template>. Should
|
/third_party/sqlite/src/ |
H A D | shell.c | 21172 return arErrorMsg(pAr, "ambiguous option: %s",z); in arParseCommand() 22633 utf8_printf(stderr, "Error: ambiguous file-control: \"%s\"\n" in do_meta_command() 23239 utf8_printf(stderr, "ambiguous limit: \"%s\"\n", azArg[1]); in do_meta_command() 24840 utf8_printf(stderr, "Error: ambiguous test-control: \"%s\"\n" in do_meta_command()
|
Completed in 53 milliseconds