Lines Matching refs:nerr
495 nerr("Out of memory"); in alloc_cmd()
740 nerr("Unknown command"); in command_usage()
742 nerr("%s: %s: %s", gettext("Error"), gettext("usage"), in command_usage()
788 nerr(const char *format, ...) in nerr() function
823 nerr("Invalid property: '%s'", prop); in properr()
944 nerr("problem creating temporary file"); in string_to_yyin()
1107 nerr("Invalid scope"); in check_scope()
1109 nerr("'%s' is not allowed at this scope", cmd_to_str(cmd)); in check_scope()
1242 nerr("Invalid scope"); in do_cancel()
1308 nerr("cannot create ncu at global scope"); in create_func()
1313 nerr("Cannot create given object at this scope"); in create_func()
1349 nerr("Create error: NCP has not been read"); in create_func()
1409 nerr("Copy error: NCP has not been read"); in create_func()
1586 nerr("Destroy error: only NCUs can be destroyed in NCP scope"); in destroy_func()
1597 nerr("Cannot destroy all configurations in a " in destroy_func()
1627 nerr("Destroy ncu error: NCP has not been read"); in destroy_func()
1669 nerr("Destroy error: unknown object-type"); in destroy_func()
1674 nerr("Destroy error: active entity cannot be destroyed"); in destroy_func()
1726 nerr("Exit error"); in exit_func()
1820 nerr("%s '%s' does not exist to revert to, removing it", in revert_func()
1847 nerr("cannot select '%s' at this scope", in select_func()
1886 nerr("Select error: NCP has not been read"); in select_func()
1908 nerr("Select error: unknown object-type"); in select_func()
2015 nerr("Out of memory"); in str_to_nwam_value()
2043 nerr("Out of memory"); in str_to_nwam_value()
2050 nerr("Out of memory"); in str_to_nwam_value()
2057 nerr("Out of memory"); in str_to_nwam_value()
2508 nerr("Set error: invalid value\n'%s' %s", prop, description); in invalid_set_prop_msg()
2539 nerr("Set error: invalid %s property: '%s'", in set_func()
2546 nerr("Set error: property '%s' is read-only", prop); in set_func()
2726 nerr("Get value type error"); in output_prop_val()
2733 nerr("Get string array error"); in output_prop_val()
2740 nerr("Get int64 array error"); in output_prop_val()
2747 nerr("Get uint64 array error"); in output_prop_val()
2754 nerr("Get boolean array error"); in output_prop_val()
3023 nerr("'list' requires an object to be specified with " in list_func()
3051 nerr("Additional options are not allowed with the -a option " in list_func()
3071 nerr("only ncu can be listed at this scope"); in list_func()
3132 nerr("NCP has not been read"); in list_func()
3464 nerr(gettext("opening file '%s': %s"), filepath, in export_func()
3477 nerr("Option -d is not allowed in non-global scope"); in export_func()
3488 nerr("'export' does not take arguments at this scope"); in export_func()
3495 nerr("only ncu can be exported at this scope"); in export_func()
3523 nerr("cannot export ncu at from global scope"); in export_func()
3575 nerr("Invalid scope"); in export_func()
3586 nerr("'%s' ncp cannot be exported", name); in export_func()
3663 nerr("'%s' loc cannot be exported", name); in export_func()
3771 nerr("Get error: invalid %s property: '%s'", in get_func()
3793 nerr("Get error: property '%s' has not been set", prop); in get_func()
3823 nerr("Clear error: invalid %s property: '%s'", in clear_func()
3828 nerr("Clear error: property '%s' is read-only", prop); in clear_func()
3849 nerr("Clear error: property '%s' has not been set", in clear_func()
3951 nerr("'walkprop' is only allowed in interactive mode"); in walkprop_func()
3977 nerr("'walkprop' cannot be used in read-only objects"); in walkprop_func()
4163 nerr("Out of memory"); in one_command_at_a_time()
4223 nerr(gettext("could not open file '%s': %s"), in cmd_file()
4228 nerr(gettext("could not stat file '%s': %s"), in cmd_file()
4234 nerr(gettext("'%s' is not a regular file."), file); in cmd_file()
4309 nerr("Option -d can only be used with -f"); in main()