The OpenNET Project / Index page

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

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

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

memmem (3)
  • >> memmem (3) ( FreeBSD man: Библиотечные вызовы )
  • memmem (3) ( Русские man: Библиотечные вызовы )
  • memmem (3) ( Linux man: Библиотечные вызовы )

  • BSD mandoc
     

    NAME

    
    
    memmem
    
     - locate a byte substring in a byte string
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

       #include <string.h>
    void * Fo memmem Fa const void *big size_t big_len Fa const void *little size_t little_len Fc  

    DESCRIPTION

    The memmem ();
    function locates the first occurrence of the byte string Fa little in the byte string Fa big .  

    RETURN VALUES

    If Fa big_len is smaller than Fa little_len , if Fa little_len is 0, if Fa big_len is 0 or if Fa little occurs nowhere in Fa big , NULL is returned; otherwise a pointer to the first character of the first occurrence of Fa little is returned.  

    SEE ALSO

    memchr(3), strchr(3), strstr(3)  

    CONFORMING TO

    memmem ();
    is a GNU extension.  

    HISTORY

    The memmem ();
    function first appeared in Fx 6.0 .  

    AUTHORS

    An Pascal Gloor Aq pascal.gloor@spale.com  

    BUGS

    This function was broken in Linux libc up to and including version 5.0.9 and in GNU libc prior to version 2.1.


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    SEE ALSO
    CONFORMING TO
    HISTORY
    AUTHORS
    BUGS


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




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

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