manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 47 for memset (0.002 sec.)
Man page of MEMSET 15748
MEMSET Section: Linux Programmer's Manual (3) Updated: 2017-03-13 Index JM Home Page 名前 memset ... リー領域を埋める。 書式 #include < string.h > void *memset(void * s , int c , size_t n ); 説明 memset () は s ... モリー領域の先頭から n バイトを c で埋める。 返り値 memset () は s へのポインターを返す。 属性 この節で使用さ ... 、 attributes (7) を参照。 インターフェース 属性 値 memset () Thread safety MT-Safe 準拠 POSIX.1-2001, POSIX. ... .3BSD. 関連項目 bstring (3), bzero (3), swab (3), wmemset (3) この文書について この man ページは Linux man-p ...
https://man.plustar.jp/manpage/man3/memset.3.html - [similar]
Man page of BSTRING 10929
BSTRING Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 bcmp, ... memchr, memcmp, memcpy, memfrob, memmem, memmove, memset - バイト列の操作を行なう 書式 #include < string.h ... void * dest , const void * src , size_t n ); void *memset(void * s , int c , size_t n ); 説明 これらの関数は ... 関数は古いものである。代わりに memcmp (), memcpy () memset () を使うこと。 関連項目 bcmp (3), bcopy (3), bzer ... memcpy (3), memfrob (3), memmem (3), memmove (3), memset (3) この文書について この man ページは Linux man-p ...
https://man.plustar.jp/manpage/man3/bstring.3.html - [similar]
Man page of WMEMSET 10412
WMEMSET Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 wmemset ... イド文字で埋める 書式 #include < wchar.h > wchar_t *wmemset(wchar_t * wcs , wchar_t wc , size_t n ); 説明 wmem ... set () 関数は、 memset (3) 関数に対応するワイド文字関数である。 この関数は ...memset を先頭とする n 個のワイド文字の配列を、 ワイド文字 ... wc の n 個のコピーで埋める。 返り値 wmemset () は wcs を返す。 属性 この節で使用されている用語 ...
https://man.plustar.jp/manpage/man3/wmemset.3.html - [similar]
Man page of BZERO 9257
BZERO Section: Linux Programmer's Manual (3) Updated: 2013-10-22 Index JM Home Page 名前 bzero - ... の名残 (LEGACY) とされている)。新しいプログラムでは memset (3) を使用すべきである。 POSIX.1-2008 では bzero ( ... ) の仕様が削除されている。 関連項目 memset (3), swab (3) この文書について この man ページは L ... ges , バイト , 関数 , 属性 , プロジェクト , 文書 , memset , 参照 Linux マニュアル 一覧 [ man1 ] [ man2 ] [ m ...
https://man.plustar.jp/manpage/man3/bzero.3.html - [similar]
Man page of BZERO 9257
BZERO Section: Linux Programmer's Manual (3) Updated: 2013-10-22 Index JM Home Page 名前 bzero - ... の名残 (LEGACY) とされている)。新しいプログラムでは memset (3) を使用すべきである。 POSIX.1-2008 では bzero ( ... ) の仕様が削除されている。 関連項目 memset (3), swab (3) この文書について この man ページは L ... ges , バイト , 関数 , 属性 , プロジェクト , 文書 , memset , 参照 Linux マニュアル 一覧 [ man1 ] [ man2 ] [ m ...
https://man.plustar.jp/manpage/man3/explicit_bzero.3.html - [similar]
Man page of SENDMMSG 7995
SENDMMSG Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 send ... = -1) { perror("connect()"); exit(EXIT_FAILURE); } memset(msg1, 0, sizeof(msg1)); msg1[0].iov_base = "one"; ... 3; msg1[1].iov_base = "two"; msg1[1].iov_len = 3; memset(&msg2, 0, sizeof(msg2)); msg2.iov_base = "three"; ... msg2.iov_len = 5; memset(msg, 0, sizeof(msg)); msg[0].msg_hdr.msg_iov = msg ...
https://man.plustar.jp/manpage/man2/sendmmsg.2.html - [similar]
Man page of GETUTENT 7691
GETUTENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getu ... trcpy(entry.ut_user, getpwuid(getuid())->pw_name); memset(entry.ut_host, 0, UT_HOSTSIZE); entry.ut_addr = 0; ... adding entry:;who"); entry.ut_type = DEAD_PROCESS; memset(entry.ut_line, 0, UT_LINESIZE); entry.ut_time = 0; ... memset(entry.ut_user, 0, UT_NAMESIZE); setutent(); pututl ...
https://man.plustar.jp/manpage/man3/endutent.3.html - [similar]
Man page of GETUTENT 7691
GETUTENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getu ... trcpy(entry.ut_user, getpwuid(getuid())->pw_name); memset(entry.ut_host, 0, UT_HOSTSIZE); entry.ut_addr = 0; ... adding entry:;who"); entry.ut_type = DEAD_PROCESS; memset(entry.ut_line, 0, UT_LINESIZE); entry.ut_time = 0; ... memset(entry.ut_user, 0, UT_NAMESIZE); setutent(); pututl ...
https://man.plustar.jp/manpage/man3/endutxent.3.html - [similar]
Man page of GETUTENT 7691
GETUTENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getu ... trcpy(entry.ut_user, getpwuid(getuid())->pw_name); memset(entry.ut_host, 0, UT_HOSTSIZE); entry.ut_addr = 0; ... adding entry:;who"); entry.ut_type = DEAD_PROCESS; memset(entry.ut_line, 0, UT_LINESIZE); entry.ut_time = 0; ... memset(entry.ut_user, 0, UT_NAMESIZE); setutent(); pututl ...
https://man.plustar.jp/manpage/man3/getutent.3.html - [similar]
Man page of GETUTENT 7691
GETUTENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getu ... trcpy(entry.ut_user, getpwuid(getuid())->pw_name); memset(entry.ut_host, 0, UT_HOSTSIZE); entry.ut_addr = 0; ... adding entry:;who"); entry.ut_type = DEAD_PROCESS; memset(entry.ut_line, 0, UT_LINESIZE); entry.ut_time = 0; ... memset(entry.ut_user, 0, UT_NAMESIZE); setutent(); pututl ...
https://man.plustar.jp/manpage/man3/getutent_r.3.html - [similar]
PREV 1 2 3 4 5 NEXT

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