Searched refs:invalid (Results 1 - 5 of 5) sorted by relevance
/pkg/src/modules/actions/ |
H A D | _actions.c | 180 * If malformed() or invalid() are used, CLEANUP_REFS can only be used 182 * malformed() or invalid(). Failure to order this properly will cause 186 #define invalid(msg) set_invaliderr(str, (msg)) macro 319 invalid(nohash); 342 invalid("invalid key: 'data'"); 348 invalid(nohash); 412 * Terminate slashmap with an invalid 497 invalid(notident); 533 invalid(notiden [all...] |
/pkg/src/tests/api/ |
H A D | t_action.py | 431 invalid = False 436 invalid = True 438 # If the action isn't invalid, something is wrong. 439 self.assertTrue(invalid, "Action not invalid: " + text) 552 # FMRI value is invalid. 553 "depend type=require-any fmri=foo fmri=bar fmri=invalid@abc", 556 # type is invalid. 564 # Predicate value is invalid. 565 "depend type=conditional predicate=-invalid fmr [all...] |
/pkg/src/modules/client/ |
H A D | api.py | 224 # Don't generate stats if an invalid 688 # Don't generate stats if an invalid value 1118 # Don't generate stats if an invalid value 2762 # Don't generate stats if an invalid value 3040 # Don't generate stats if an invalid value 3171 # (and invalid) actions. This is necessary so 3252 # (and invalid) actions. This is necessary so 4178 # Ignore errors for packages that have invalid 4776 invalid = [] 4864 invalid [all...] |
H A D | api_errors.py | 84 """Used to indicate that invalid time / range values were provided to 202 as one or more packages contained invalid metadata.""" 213 "to invalid package metadata. Details follow:\n\n" 1155 because the meta_root is invalid.""" 1158 return _("Catalog meta_root '{root}' is invalid; unable " 1229 return _("Catalog file '{0}' is invalid.\nUse 'pkgrepo rebuild' " 1277 or invalid.""" 1280 return _("Unrecognized, unknown, or invalid CatalogPart '{0}'").format( 1286 matching function did not match any catalog entries, or were invalid 1363 def __init__(self, failed=EmptyI, invalid [all...] |
/pkg/src/ |
H A D | client.py | 1698 raise RuntimeError("__api_plan() invalid op: {0}".format(_op)) 2807 error(_("The repository returned an invalid or " 3327 invalid = set(("-H", "-o", "-t", "-s", "-a")). \ 3330 if len(invalid) > 0: 3332 "time").format(invalid.pop()), cmd=subcommand) 3343 WARNING: invalid action types specified: {0} 4259 usage(_("invalid linked image property: " 5575 # (happens for repeated arguments or invalid 5580 # (happens for an invalid arguments list)
|
Completed in 49 milliseconds