manページ検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 797 for size (0.160 sec.)
Man page of DIR 3543
DIR Section: ユーザーコマンド (1) Updated: 2021年5月 Index JM Home Page 名前 dir - ディレクトリの ... 字の場合に C 形式のエスケープ文字を表示する --block-size = ,SIZE/ -l と併せて使用し、 SIZE の倍数として表示 ... する。 例えば '--block-size=M'。SIZE の書式の説明を参照 -B , --ignore-backups ... ursive 子ディレクトリを再帰的に一覧表示する -s , --size ブロック単位で各ファイルサイズを表示する -S ファイ ... りに次の WORD で指定した順でソートする: none ( -U ), size ( -S ), time ( -t ), version ( -v ), extension ( - ...
https://man.plustar.jp/manpage/man1/dir.1.html - [similar]
Man page of VDIR 3543
VDIR Section: ユーザーコマンド (1) Updated: 2021年5月 Index JM Home Page 名前 vdir - ディレクトリ ... 字の場合に C 形式のエスケープ文字を表示する --block-size = ,SIZE/ -l と併せて使用し、 SIZE の倍数として表示 ... する。 例えば '--block-size=M'。SIZE の書式の説明を参照 -B , --ignore-backups ... ursive 子ディレクトリを再帰的に一覧表示する -s , --size ブロック単位で各ファイルサイズを表示する -S ファイ ... りに次の WORD で指定した順でソートする: none ( -U ), size ( -S ), time ( -t ), version ( -v ), extension ( - ...
https://man.plustar.jp/manpage/man1/vdir.1.html - [similar]
Man page of CFREE 3543
CFREE Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 cfree - ... */ void cfree(char * ptr , unsigned num , unsigned size ); /* Solaris watchmalloc.so.1 では */ void cfree( ... void * ptr , size_t nelem , size_t elsize ); glibc 向けの機能検査マク ... 単に free を呼んでいるだけである。 cfree の num と size 引数は使用されない。」 返り値 SunOS 版の cfree () ... ド cfree , free , CFREE , 関数 , ptr , バージョン , size , 準拠 , SOURCE , pages Linux マニュアル 一覧 [ ma ...
https://man.plustar.jp/manpage/man3/cfree.3.html - [similar]
Man page of OPEN_BY_HANDLE_AT 3516
OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page ... struct file_handle { unsigned int handle_bytes; /* Size of f_handle [in, out] */ int handle_type; /* Handl ... */ unsigned char f_handle[0]; /* File identifier (sized by caller) [out] */ }; It is the caller's respons ... ibility to allocate the structure with a size large enough to hold the handle returned in f_hand ... eld should be initialized to contain the allocated size for f_handle . (The constant MAX_HANDLE_SZ , defin ...
https://man.plustar.jp/manpage/man2/name_to_handle_at.2.html - [similar]
Man page of OPEN_BY_HANDLE_AT 3516
OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page ... struct file_handle { unsigned int handle_bytes; /* Size of f_handle [in, out] */ int handle_type; /* Handl ... */ unsigned char f_handle[0]; /* File identifier (sized by caller) [out] */ }; It is the caller's respons ... ibility to allocate the structure with a size large enough to hold the handle returned in f_hand ... eld should be initialized to contain the allocated size for f_handle . (The constant MAX_HANDLE_SZ , defin ...
https://man.plustar.jp/manpage/man2/open_by_handle_at.2.html - [similar]
Man page of CONFSTR 3516
CONFSTR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 confs ... 依存した文字列変数の取得 書式 #include < unistd.h > size_t confstr(int name , char * buf , size_t len ); gl ... ティがあるパス を取得するものである。 char *pathbuf; size_t n; n = confstr(_CS_PATH, NULL, (size_t) 0); path ... r , 変数 , CONFSTR , 取得 , buf , pathbuf , PATH , size , pages , バイト Linux マニュアル 一覧 [ man1 ] [ ...
https://man.plustar.jp/manpage/man3/confstr.3.html - [similar]
Man page of MBSRTOWCS 3516
MBSRTOWCS Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 mbs ... 列をワイド文字列に変換する 書式 #include < wchar.h > size_t mbsrtowcs(wchar_t * dest , const char ** src , s ... には *src は不正な マルチバイト列を指すようにして、 (size_t) -1 を返し、 errno に EILSEQ を設定する。 2. len ... は含まない。不正なマルチバイト列に遭遇した場合には (size_t) -1 を返し、 errno に EILSEQ を設定する。 属性 こ ... ード dest , 変換 , mbsrtowcs , MBSRTOWCS , マルチ , size , 関数 , 終端 , 設定 , 属性 Linux マニュアル 一覧 ...
https://man.plustar.jp/manpage/man3/mbsrtowcs.3.html - [similar]
Man page of SHM_OPEN 3516
SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_ ... sg); exit(EXIT_FAILURE); \ } while (0) #define BUF_SIZE 1024 /* Maximum size for exchanged string */ /* De ... phore */ sem_t sem2; /* POSIX unnamed semaphore */ size_t cnt; /* Number of bytes used in 'buf' */ char bu ... f[BUF_SIZE]; /* Data being transferred */ }; プログラムのソー ... th the name given in its command-line argument and sizes the object to match the size of the shmbuf struct ...
https://man.plustar.jp/manpage/man3/shm_open.3.html - [similar]
Man page of SHM_OPEN 3516
SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_ ... sg); exit(EXIT_FAILURE); \ } while (0) #define BUF_SIZE 1024 /* Maximum size for exchanged string */ /* De ... phore */ sem_t sem2; /* POSIX unnamed semaphore */ size_t cnt; /* Number of bytes used in 'buf' */ char bu ... f[BUF_SIZE]; /* Data being transferred */ }; プログラムのソー ... th the name given in its command-line argument and sizes the object to match the size of the shmbuf struct ...
https://man.plustar.jp/manpage/man3/shm_unlink.3.html - [similar]
Man page of WCSRTOMBS 3516
WCSRTOMBS Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 wcs ... ルチバイト文字列に変換する 書式 #include < wchar.h > size_t wcsrtombs(char * dest , const wchar_t ** src , s ... 合は、 *src は不正なワイド文字を指した状態になり、 (size_t) -1 が返され、 errno に EILSEQ が設定される。 2. ... まれない。 変換できないワイド文字に出会った場合には (size_t) -1 が返され、 errno に EILSEQ が設定される。 属 ... イト , dest , 変換 , wcsrtombs , WCSRTOMBS , 状態 , size , 動作 , 属性 , pages Linux マニュアル 一覧 [ man1 ...
https://man.plustar.jp/manpage/man3/wcsrtombs.3.html - [similar]
PREV 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 NEXT

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