Lines Matching refs:nerr
500 nerr("Out of memory"); in alloc_cmd()
750 nerr("Unknown command"); in command_usage()
752 nerr("%s: %s: %s", gettext("Error"), gettext("usage"), in command_usage()
798 nerr(const char *format, ...) in nerr() function
833 nerr("Invalid property: '%s'", prop); in properr()
954 nerr("problem creating temporary file"); in string_to_yyin()
1117 nerr("Invalid scope"); in check_scope()
1119 nerr("'%s' is not allowed at this scope", cmd_to_str(cmd)); in check_scope()
1256 nerr("Invalid scope"); in do_cancel()
1322 nerr("cannot create ncu at global scope"); in create_func()
1327 nerr("Cannot create given object at this scope"); in create_func()
1363 nerr("Create error: NCP has not been read"); in create_func()
1423 nerr("Copy error: NCP has not been read"); in create_func()
1600 nerr("Destroy error: only NCUs can be destroyed in NCP scope"); in destroy_func()
1611 nerr("Cannot destroy all configurations in a " in destroy_func()
1641 nerr("Destroy ncu error: NCP has not been read"); in destroy_func()
1683 nerr("Destroy error: unknown object-type"); in destroy_func()
1689 nerr("Destroy error: active entity cannot be destroyed"); in destroy_func()
1741 nerr("Exit error"); in exit_func()
1838 nerr("%s '%s' does not exist to revert to, removing it", in revert_func()
1865 nerr("cannot select '%s' at this scope", in select_func()
1904 nerr("Select error: NCP has not been read"); in select_func()
1926 nerr("Select error: unknown object-type"); in select_func()
2036 nerr("Out of memory"); in str_to_nwam_value()
2064 nerr("Out of memory"); in str_to_nwam_value()
2071 nerr("Out of memory"); in str_to_nwam_value()
2078 nerr("Out of memory"); in str_to_nwam_value()
2543 nerr("Set error: invalid value\n'%s' %s", prop, description); in invalid_set_prop_msg()
2574 nerr("Set error: invalid %s property: '%s'", in set_func()
2581 nerr("Set error: property '%s' is read-only", prop); in set_func()
2761 nerr("Get value type error"); in output_prop_val()
2768 nerr("Get string array error"); in output_prop_val()
2775 nerr("Get int64 array error"); in output_prop_val()
2782 nerr("Get uint64 array error"); in output_prop_val()
2789 nerr("Get boolean array error"); in output_prop_val()
2794 nerr("Unknown value type"); in output_prop_val()
3061 nerr("'list' requires an object to be specified with " in list_func()
3089 nerr("Additional options are not allowed with the -a option " in list_func()
3109 nerr("only ncu can be listed at this scope"); in list_func()
3170 nerr("NCP has not been read"); in list_func()
3502 nerr(gettext("opening file '%s': %s"), filepath, in export_func()
3515 nerr("Option -d is not allowed in non-global scope"); in export_func()
3526 nerr("'export' does not take arguments at this scope"); in export_func()
3533 nerr("only ncu can be exported at this scope"); in export_func()
3561 nerr("cannot export ncu at from global scope"); in export_func()
3613 nerr("Invalid scope"); in export_func()
3624 nerr("'%s' ncp cannot be exported", name); in export_func()
3701 nerr("'%s' loc cannot be exported", name); in export_func()
3809 nerr("Get error: invalid %s property: '%s'", in get_func()
3831 nerr("Get error: property '%s' has not been set", prop); in get_func()
3861 nerr("Clear error: invalid %s property: '%s'", in clear_func()
3866 nerr("Clear error: property '%s' is read-only", prop); in clear_func()
3890 nerr("Clear error: property '%s' has not been set", in clear_func()
3992 nerr("'walkprop' is only allowed in interactive mode"); in walkprop_func()
4018 nerr("'walkprop' cannot be used in read-only objects"); in walkprop_func()
4208 nerr("Out of memory"); in one_command_at_a_time()
4268 nerr(gettext("could not open file '%s': %s"), in cmd_file()
4273 nerr(gettext("could not stat file '%s': %s"), in cmd_file()
4279 nerr(gettext("'%s' is not a regular file."), file); in cmd_file()
4354 nerr("Option -d can only be used with -f"); in main()