manページ検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 193 for stream (0.012 sec.)
Man page of SCANF 4867
SCANF Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 scanf, ... canf(const char * format , ...); int fscanf(FILE * stream , const char * format , ...); int sscanf(const cha ... t char * format , va_list ap ); int vfscanf(FILE * stream , const char * format , va_list ap ); glibc 向けの ... の入力を読み込む。 fscanf () はストリームポインター stream からの入力を読み込む。 sscanf () は文字列ポインター ... 関数は vfprintf (3) と同様に、ストリームポインター stream からの入力をポインターの可変長引数リストを用いて読 ...
https://man.plustar.jp/manpage/man3/sscanf.3.html - [similar]
Man page of GETSPNAM 4867
GETSPNAM Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 gets ... void endspent(void); struct spwd *fgetspent(FILE * stream ); struct spwd *sgetspent(const char * s ); int pu ... tspent(const struct spwd * p , FILE * stream ); int lckpwdf(void); int ulckpwdf(void); /* GNU に ... , struct spwd ** spbufp ); int fgetspent_r(FILE * stream , struct spwd * spbuf , char * buf , size_t buflen ... の内容を shadow パスワードファイル形式のテキスト行で stream に書き出す。 空文字列として、 値が NULL の文字列エ ...
https://man.plustar.jp/manpage/man3/ulckpwdf.3.html - [similar]
Man page of SCANF 4867
SCANF Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 scanf, ... canf(const char * format , ...); int fscanf(FILE * stream , const char * format , ...); int sscanf(const cha ... t char * format , va_list ap ); int vfscanf(FILE * stream , const char * format , va_list ap ); glibc 向けの ... の入力を読み込む。 fscanf () はストリームポインター stream からの入力を読み込む。 sscanf () は文字列ポインター ... 関数は vfprintf (3) と同様に、ストリームポインター stream からの入力をポインターの可変長引数リストを用いて読 ...
https://man.plustar.jp/manpage/man3/vfscanf.3.html - [similar]
Man page of SCANF 4867
SCANF Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 scanf, ... canf(const char * format , ...); int fscanf(FILE * stream , const char * format , ...); int sscanf(const cha ... t char * format , va_list ap ); int vfscanf(FILE * stream , const char * format , va_list ap ); glibc 向けの ... の入力を読み込む。 fscanf () はストリームポインター stream からの入力を読み込む。 sscanf () は文字列ポインター ... 関数は vfprintf (3) と同様に、ストリームポインター stream からの入力をポインターの可変長引数リストを用いて読 ...
https://man.plustar.jp/manpage/man3/vscanf.3.html - [similar]
Man page of SCANF 4867
SCANF Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 scanf, ... canf(const char * format , ...); int fscanf(FILE * stream , const char * format , ...); int sscanf(const cha ... t char * format , va_list ap ); int vfscanf(FILE * stream , const char * format , va_list ap ); glibc 向けの ... の入力を読み込む。 fscanf () はストリームポインター stream からの入力を読み込む。 sscanf () は文字列ポインター ... 関数は vfprintf (3) と同様に、ストリームポインター stream からの入力をポインターの可変長引数リストを用いて読 ...
https://man.plustar.jp/manpage/man3/vsscanf.3.html - [similar]
Man page of FPUTWS 4813
FPUTWS Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 fputws ... < wchar.h > int fputws(const wchar_t * ws , FILE * stream ); 説明 fputws () 関数は、 fputs (3) に対応するワイ ... 数は、 ws から始まるワイド文字列を終端の L'\0' まで stream に書き出す。ただし終端のヌルワイド文字 (L'\0') は含 ...
https://man.plustar.jp/manpage/man3/fputws.3.html - [similar]
Man page of PUTPWENT 4813
PUTPWENT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 putp ... .h > int putpwent(const struct passwd * p , FILE * stream ); glibc 向けの機能検査マクロの要件 ( feature_test ... t () 関数は、構造体 p からのパスワードエントリーを stream に結びつけられたファイルに書き込む。 passwd 構造体 ...
https://man.plustar.jp/manpage/man3/putpwent.3.html - [similar]
Man page of CONNECT 4791
CONNECT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 conne ... する唯一のアドレスを示すに過ぎない。 ソケットが SOCK_STREAM 型もしくは SOCK_SEQPACKET 型であれば、このシステム ... を試みる。 Some protocol sockets (e.g., UNIX domain stream sockets) may successfully connect () only once. So ... スクリプターでない。 ECONNREFUSED A connect () on a stream socket found no one listening on the remote addres ...
https://man.plustar.jp/manpage/man2/connect.2.html - [similar]
Man page of FSEEKO 4791
FSEEKO Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 fseeko ... 報告する 書式 #include < stdio.h > int fseeko(FILE * stream , off_t offset , int whence ); off_t ftello(FILE * ... stream ); glibc 向けの機能検査マクロの要件 ( feature_test ...
https://man.plustar.jp/manpage/man3/fseeko.3.html - [similar]
Man page of FSEEKO 4791
FSEEKO Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 fseeko ... 報告する 書式 #include < stdio.h > int fseeko(FILE * stream , off_t offset , int whence ); off_t ftello(FILE * ... stream ); glibc 向けの機能検査マクロの要件 ( feature_test ...
https://man.plustar.jp/manpage/man3/ftello.3.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT

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