The OpenNET Project / Index page

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

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

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

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

    NAME

    strchr, strrchr - find a character in a
    string
     
    

    SYNOPSIS

    #include <sys/ddi.h>
    #include <sys/sunddi.h>
    
    
    
    char *strchr(const char *str, int chr);
    

    char *strrchr(const char *str, int chr);
    

     

    INTERFACE LEVEL

    Solaris DDI specific (Solaris DDI).  

    PARAMETERS

    str

    Pointer to a string to be searched.

    chr

    The character to search for.

     

    DESCRIPTION

    strchr()

    The strchr() function returns a pointer to the first occurrence of chr in the string pointed to by str.

    strrchr()

    The strrchr() function returns a pointer to the last occurrence of chr in the string pointed to by str.

     

    RETURN VALUES

    The strchr() and strrchr() functions return a pointer to a character, or NULL, if the search fails.  

    CONTEXT

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

    SEE ALSO

    strcmp(9F)

    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
    Добавить, Поддержать, Вебмастеру