manページ検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 349 for buf (0.010 sec.)
Man page of ENCRYPT 5356
ENCRYPT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 encry ... 8]; char sb2[32768]; char sb3[32768]; char crypt_3_buf[14]; char current_salt[2]; long current_saltbits; ... d) { char key[64]; char orig[9] = "eggplant"; char buf[64]; char txt[9]; for (int i = 0; i < 64; i++) { k ... i = 0; i < 8; i++) { for (int j = 0; j < 8; j++) { buf[i * 8 + j] = orig[i] >> j & 1; } setkey(key); } pr ... intf("Before encrypting: %s\n", orig); encrypt(buf, 0); for (int i = 0; i < 8; i++) { for (int j = 0, ...
https://man.plustar.jp/manpage/man3/encrypt_r.3.html - [similar]
Man page of ENCRYPT 5356
ENCRYPT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 encry ... 8]; char sb2[32768]; char sb3[32768]; char crypt_3_buf[14]; char current_salt[2]; long current_saltbits; ... d) { char key[64]; char orig[9] = "eggplant"; char buf[64]; char txt[9]; for (int i = 0; i < 64; i++) { k ... i = 0; i < 8; i++) { for (int j = 0; j < 8; j++) { buf[i * 8 + j] = orig[i] >> j & 1; } setkey(key); } pr ... intf("Before encrypting: %s\n", orig); encrypt(buf, 0); for (int i = 0; i < 8; i++) { for (int j = 0, ...
https://man.plustar.jp/manpage/man3/setkey.3.html - [similar]
Man page of ENCRYPT 5356
ENCRYPT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 encry ... 8]; char sb2[32768]; char sb3[32768]; char crypt_3_buf[14]; char current_salt[2]; long current_saltbits; ... d) { char key[64]; char orig[9] = "eggplant"; char buf[64]; char txt[9]; for (int i = 0; i < 64; i++) { k ... i = 0; i < 8; i++) { for (int j = 0; j < 8; j++) { buf[i * 8 + j] = orig[i] >> j & 1; } setkey(key); } pr ... intf("Before encrypting: %s\n", orig); encrypt(buf, 0); for (int i = 0; i < 8; i++) { for (int j = 0, ...
https://man.plustar.jp/manpage/man3/setkey_r.3.html - [similar]
Man page of GETPW 5257
GETPW Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getpw - ... > #include < pwd.h > int getpw(uid_t uid , char * buf ); 説明 getpw () 関数は、バッファー buf に指定ユー ... 場合、 getpw () は -1 を返し、 errno に 0 を設定し、 buf は変更しない。 エラー 0 または ENOENT uid に対応す ... るユーザーがいない。 EINVAL buf が NULL。 ENOMEM passwd 構造体に割り当てるメモリー ... 準拠 SVr2 バグ getpw () 関数は、与えられたバッファー buf がオーバーフローするかもしれないので危険である。 こ ...
https://man.plustar.jp/manpage/man3/getpw.3.html - [similar]
Man page of SYSFS 5221
SYSFS Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 sysfs - ... sysfs(int option , unsigned int fs_index , char * buf ); int sysfs(int option ); 説明 Note : if you are ... ファイルシステム識別文字列に翻訳する。 この文字列は buf で指定されたバッファーへ書き込まれる。 buf に文字列 ... errno が適切に設定される。 エラー EFAULT fsname と buf のどちらかがアクセス可能なアドレス空間の外にある。 ... と。 バグ libc または glibc のサポートは存在しない。 buf の大きさがどれだけ必要かを推測する方法がない。 関連 ...
https://man.plustar.jp/manpage/man2/sysfs.2.html - [similar]
Man page of GETPWNAM 5158
GETPWNAM Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getp ... r(const char * name , struct passwd * pwd , char * buf , size_t buflen , struct passwd ** result ); int g ... etpwuid_r(uid_t uid , struct passwd * pwd , char * buf , size_t buflen , struct passwd ** result ); glibc ... る。 passwd 構造体のメンバーが指す文字列は、 サイズ buflen のバッファー buf に格納される。成功した場合 *re ... _R_SIZE_MAX) は、 errno を変更せずに -1 を返すか、 buf の初期サイズの推奨値を 返す。(このサイズが小さすぎ ...
https://man.plustar.jp/manpage/man3/getpwnam.3.html - [similar]
Man page of GETPWNAM 5158
GETPWNAM Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getp ... r(const char * name , struct passwd * pwd , char * buf , size_t buflen , struct passwd ** result ); int g ... etpwuid_r(uid_t uid , struct passwd * pwd , char * buf , size_t buflen , struct passwd ** result ); glibc ... る。 passwd 構造体のメンバーが指す文字列は、 サイズ buflen のバッファー buf に格納される。成功した場合 *re ... _R_SIZE_MAX) は、 errno を変更せずに -1 を返すか、 buf の初期サイズの推奨値を 返す。(このサイズが小さすぎ ...
https://man.plustar.jp/manpage/man3/getpwnam_r.3.html - [similar]
Man page of GETPWNAM 5158
GETPWNAM Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getp ... r(const char * name , struct passwd * pwd , char * buf , size_t buflen , struct passwd ** result ); int g ... etpwuid_r(uid_t uid , struct passwd * pwd , char * buf , size_t buflen , struct passwd ** result ); glibc ... る。 passwd 構造体のメンバーが指す文字列は、 サイズ buflen のバッファー buf に格納される。成功した場合 *re ... _R_SIZE_MAX) は、 errno を変更せずに -1 を返すか、 buf の初期サイズの推奨値を 返す。(このサイズが小さすぎ ...
https://man.plustar.jp/manpage/man3/getpwuid.3.html - [similar]
Man page of GETPWNAM 5158
GETPWNAM Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getp ... r(const char * name , struct passwd * pwd , char * buf , size_t buflen , struct passwd ** result ); int g ... etpwuid_r(uid_t uid , struct passwd * pwd , char * buf , size_t buflen , struct passwd ** result ); glibc ... る。 passwd 構造体のメンバーが指す文字列は、 サイズ buflen のバッファー buf に格納される。成功した場合 *re ... _R_SIZE_MAX) は、 errno を変更せずに -1 を返すか、 buf の初期サイズの推奨値を 返す。(このサイズが小さすぎ ...
https://man.plustar.jp/manpage/man3/getpwuid_r.3.html - [similar]
Man page of PTSNAME 5158
PTSNAME Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ptsna ... r *ptsname(int fd ); int ptsname_r(int fd , char * buf , size_t buflen ); glibc 向けの機能検査マクロの要件 ... 似端末デバイスの名前を、ヌルで終端された文字列の形で buf で指定されたバッファーに格納して返す。 buflen 引数 ... には buf のバイト数を指定する。 返り値 成功の場合、 ptsname ... 番号が返される。 エラー EINVAL ( ptsname_r () only) buf is NULL. (This error is returned only for glibc 2. ...
https://man.plustar.jp/manpage/man3/ptsname.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT

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