The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

strlen (9)
  • strlen (3) ( FreeBSD man: Библиотечные вызовы )
  • strlen (3) ( Русские man: Библиотечные вызовы )
  • strlen (3) ( Linux man: Библиотечные вызовы )
  • strlen (3) ( POSIX man: Библиотечные вызовы )
  • >> strlen (9) ( Solaris man: Ядро )
  •  

    NAME

    strlen, strnlen - determine the number of non-null bytes in a string
     
    

    SYNOPSIS

    #include <sys/ddi.h> 
    
    
    
    size_t strlen(const char *s);
    size_t strnlen(const char *s, size_t n);
    

     

    INTERFACE LEVEL

    Solaris DDI specific (Solaris DDI).  

    PARAMETERS

    s

    Pointer to a character string.

    n

    Maximum length of string to be examined.

     

    DESCRIPTION

    The strlen() function returns the number of non-null bytes in the string argument s.

    The strnlen() function returns the smaller of n or the number of non-null bytes in s. The strnlen() function never examines more than n bytes of the string pointed to by s.  

    RETURN VALUES

    The strlen() function returns the number of non-null bytes in s.

    The strnlen() function returns the smaller of n or the number of non-null bytes in s.  

    CONTEXT

    These functions can be called from user, interrupt, or kernel context.  

    SEE ALSO

    Writing Device Drivers


     

    Index

    NAME
    SYNOPSIS
    INTERFACE LEVEL
    PARAMETERS
    DESCRIPTION
    RETURN VALUES
    CONTEXT
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру