manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 55 for MEMCPY (0.004 sec.)
Man page of MEMCPY 16823
MEMCPY Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 memcpy ... 領域をコピーする。 書式 #include < string.h > void *memcpy(void * dest , const void * src , size_t n ); 説明 ... 。重なっている場合は memmove (3) を使うこと。 返り値 memcpy () は dest へのポインターを返す。 属性 この節で使用 ... 、 attributes (7) を参照。 インターフェース 属性 値 memcpy () Thread safety MT-Safe 準拠 POSIX.1-2001, POSIX. ... IX and the C standards are explicit that employing memcpy () with overlapping areas produces undefined behav ...
https://man.plustar.jp/manpage/man3/memcpy.3.html - [similar]
Man page of BSTRING 10599
BSTRING Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 bcmp, ... bcopy, bzero, memccpy, memchr, memcmp, memcpy, memfrob, memmem, memmove, memset - バイト列の操作 ... st void * s1 , const void * s2 , size_t n ); void *memcpy(void * dest , const void * src , size_t n ); void ... bzero () 関数は古いものである。代わりに memcmp (), memcpy () memset () を使うこと。 関連項目 bcmp (3), bcopy ... ), bzero (3), memccpy (3), memchr (3), memcmp (3), memcpy (3), memfrob (3), memmem (3), memmove (3), memset ...
https://man.plustar.jp/manpage/man3/bstring.3.html - [similar]
Man page of BCOPY 9860
BCOPY Section: Linux Programmer's Manual (3) Updated: 2017-03-13 Index JM Home Page 名前 bcopy - ... の名残 (LEGACY) とされている)。新しいプログラムでは memcpy () や memmove () を使用すべきである。 memcpy () や ... 削除されている。 関連項目 bstring (3), memccpy (3), memcpy (3), memmove (3), strcpy (3), strncpy (3) この文書 ... s/ に書かれている。 関連キーワード BCOPY , bcopy , memcpy , pages , 属性 , memmove , dest , 準拠 , 文書 , プ ...
https://man.plustar.jp/manpage/man3/bcopy.3.html - [similar]
Man page of WMEMCPY 8116
WMEMCPY Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 wmemcpy ... 配列をコピーする 書式 #include < wchar.h > wchar_t *wmemcpy(wchar_t * dest , const wchar_t * src , size_t n ); ... 説明 wmemcpy () 関数は、 memcpy (3) 関数に対応するワイド文字関数 ... が入る領域を dest に確保しなければならない。 返り値 wmemcpy () は dest を返す。 属性 この節で使用されている用語 ... attributes (7) を参照。 インターフェース 属性 値 wmemcpy () Thread safety MT-Safe 準拠 POSIX.1-2001, POSIX. ...
https://man.plustar.jp/manpage/man3/wmemcpy.3.html - [similar]
Man page of CMSG 7938
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... type matching the payload, but should instead use memcpy (3) to copy data to or from a suitably declared ob ... evel == IPPROTO_IP && cmsg->cmsg_type == IP_TTL) { memcpy(&receive_ttl, CMSG_DATA(cmsg), sizeof(received_ttl ... _RIGHTS; cmsg->cmsg_len = CMSG_LEN(sizeof(myfds)); memcpy(CMSG_DATA(cmsg), myfds, sizeof(myfds)); 関連項目 r ...
https://man.plustar.jp/manpage/man3/CMSG_ALIGN.3.html - [similar]
Man page of CMSG 7938
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... type matching the payload, but should instead use memcpy (3) to copy data to or from a suitably declared ob ... evel == IPPROTO_IP && cmsg->cmsg_type == IP_TTL) { memcpy(&receive_ttl, CMSG_DATA(cmsg), sizeof(received_ttl ... _RIGHTS; cmsg->cmsg_len = CMSG_LEN(sizeof(myfds)); memcpy(CMSG_DATA(cmsg), myfds, sizeof(myfds)); 関連項目 r ...
https://man.plustar.jp/manpage/man3/CMSG_DATA.3.html - [similar]
Man page of CMSG 7938
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... type matching the payload, but should instead use memcpy (3) to copy data to or from a suitably declared ob ... evel == IPPROTO_IP && cmsg->cmsg_type == IP_TTL) { memcpy(&receive_ttl, CMSG_DATA(cmsg), sizeof(received_ttl ... _RIGHTS; cmsg->cmsg_len = CMSG_LEN(sizeof(myfds)); memcpy(CMSG_DATA(cmsg), myfds, sizeof(myfds)); 関連項目 r ...
https://man.plustar.jp/manpage/man3/CMSG_FIRSTHDR.3.html - [similar]
Man page of CMSG 7938
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... type matching the payload, but should instead use memcpy (3) to copy data to or from a suitably declared ob ... evel == IPPROTO_IP && cmsg->cmsg_type == IP_TTL) { memcpy(&receive_ttl, CMSG_DATA(cmsg), sizeof(received_ttl ... _RIGHTS; cmsg->cmsg_len = CMSG_LEN(sizeof(myfds)); memcpy(CMSG_DATA(cmsg), myfds, sizeof(myfds)); 関連項目 r ...
https://man.plustar.jp/manpage/man3/CMSG_LEN.3.html - [similar]
Man page of CMSG 7938
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... type matching the payload, but should instead use memcpy (3) to copy data to or from a suitably declared ob ... evel == IPPROTO_IP && cmsg->cmsg_type == IP_TTL) { memcpy(&receive_ttl, CMSG_DATA(cmsg), sizeof(received_ttl ... _RIGHTS; cmsg->cmsg_len = CMSG_LEN(sizeof(myfds)); memcpy(CMSG_DATA(cmsg), myfds, sizeof(myfds)); 関連項目 r ...
https://man.plustar.jp/manpage/man3/CMSG_NXTHDR.3.html - [similar]
Man page of CMSG 7938
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... type matching the payload, but should instead use memcpy (3) to copy data to or from a suitably declared ob ... evel == IPPROTO_IP && cmsg->cmsg_type == IP_TTL) { memcpy(&receive_ttl, CMSG_DATA(cmsg), sizeof(received_ttl ... _RIGHTS; cmsg->cmsg_len = CMSG_LEN(sizeof(myfds)); memcpy(CMSG_DATA(cmsg), myfds, sizeof(myfds)); 関連項目 r ...
https://man.plustar.jp/manpage/man3/CMSG_SPACE.3.html - [similar]
PREV 1 2 3 4 5 6 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022