MCPcopy Create free account
hub / github.com/coreutils/coreutils / operand_is

Function operand_is

src/dd.c:1469–1474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1467/* OPERAND is of the form "X=...". Return true if X is NAME. */
1468
1469ATTRIBUTE_PURE
1470static bool
1471operand_is (char const *operand, char const *name)
1472{
1473 return operand_matches (operand, name, '=');
1474}
1475
1476static void
1477scanargs (int argc, char *const *argv)

Callers 1

scanargsFunction · 0.85

Calls 1

operand_matchesFunction · 0.85

Tested by

no test coverage detected