svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
_toupper(3c)
Standard C Library Functions _toupper(3C)
NAME
_toupper - transliterate lowercase characters to uppercase
SYNOPSIS
#include <ctype.h>
int _toupper(int c);
DESCRIPTION
The _toupper() macro is equivalent to toupper(3C) except that the argu‐
ment c must be a lowercase letter.
RETURN VALUES
On successful completion, _toupper() returns the uppercase letter cor‐
responding to the argument passed.
ERRORS
No errors are defined.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ CSIEnabled _ Interface StabilityStandard _ MT-LevelMT-
Safe
SEE ALSO
islower(3C), toupper(3C), attributes(7), standards(7)
NOTES
The Single UNIX Specification, Version 4 standard marked this interface
obsolescent.
Oracle Solaris 11.4 11 May 2021 _toupper(3C)