The OpenNET Project / Index page

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

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

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

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

    NAME

    bcmp - compare two byte arrays
     
    

    SYNOPSIS

    #include <sys/types.h>
    #include <sys/ddi.h>
    

    int bcmp(const void *s1, const void *s2, size_t len);  

    INTERFACE LEVEL

    Architecture independent level 1 (DDI/DKI).  

    PARAMETERS

    s1 Pointer to the first character string.

    s2 Pointer to the second character string.

    len Number of bytes to be compared.

     

    DESCRIPTION

    The bcmp() function compares two byte arrays of length len.  

    RETURN VALUES

    The bcmp() function returns 0 if the arrays are identical, or 1 if they are not.  

    CONTEXT

    The bcmp() function can be called from user, interrupt, or kernel context.  

    SEE ALSO

    strcmp(9F)

    Writing Device Drivers  

    NOTES

    Unlike strcmp(9F), bcmp() does not terminate when it encounters a null byte.


     

    Index

    NAME
    SYNOPSIS
    INTERFACE LEVEL
    PARAMETERS
    DESCRIPTION
    RETURN VALUES
    CONTEXT
    SEE ALSO
    NOTES


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




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

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