SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause brief: | Returns true, if the specified object name is valid, otherwise returns false. copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) - Copyright (C) 1989, 2008 On-Line Applications Research Corporation (OAR) definition: default: attributes: null body: | return ${.:/params[0]/name} != 0; params: - ${../../status/if/code:/name} ${.:/params[0]/name} return: ${/c/if/bool:/name} variants: [] description: null enabled-by: true index-entries: [] interface-type: function links: - role: interface-placement uid: header - role: interface-ingroup uid: group name: rtems_is_name_valid notes: null params: - description: is the object name to check. dir: null name: name return: return: null return-values: - description: The specified object name is valid. value: 'true' - description: Otherwise. value: 'false' type: interface