manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 441 for 位置 (0.036 sec.)
Man page of PG 6526
PG Section: User Commands (1) Updated: 2001-04-25 Index JM Home Page 名前 pg - テキストファイルを ... + または - で始まる場合、入力ファイルにおける現在の位置から相対位置として解釈される。 それ以外の場合は、ファ ... イルの先頭からの相対位置として解釈される。 i <newline> 次のページまたは指定さ ... ページ前方を表示する。 i が指定された場合、常に現在の位置からの相対位置として解釈される。 i l 次の行または指定 ... キップする。 i は正の数でなければならず、 常に現在の位置からの相対位置として解釈される。 i w または i z <new ...
https://man.plustar.jp/manpage/man1/pg.1.html - [similar]
Man page of FMEMOPEN 6459
FMEMOPEN Section: Linux Programmer's Manual (3) Updated: 2015-01-22 Index JM Home Page 名前 fmem ... で追記モード (append mode) が指定された場合、ファイル位置の初期値は バッファー中の 最初のヌルバイト ('\0') の ... 位置に設定される。 それ以外の場合は、ファイル位置の初期値はバッファーの先頭になる。 glibc 2.9 以降では ... されるサイズには「含まれない」。 ストリームのファイル位置は fseek (3) や fseeko (3) で変更できる。 すでにデー ... タが書き込まれた領域の末尾より先にファイル位置を動かすと、 その間の領域は 0 で埋められる。 open_wm ...
https://man.plustar.jp/manpage/man3/fmemopen.3.html - [similar]
Man page of WCSCMP 6318
WCSCMP Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 wcscmp ... が同じであれば 0 を返す。異なる文字が最初に現われた位置において、その位 置にあるワイド文字 s1[i] が s2[i] よ ... り大きければ正の値を返す。 異なる文字が最初に現われた位置において、その位置にあるワイド文字 s1[i] が s2[i] よ ... 連キーワード WCSCMP , 関数 , wcscmp , pages , 属性 , 位置 , wchar , 文書 , プロジェクト , 最初 Linux マニュア ...
https://man.plustar.jp/manpage/man3/wcscmp.3.html - [similar]
Man page of WMEMCMP 6318
WMEMCMP Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 wmemc ... 列が等しければ 0 を返す。 最初に異なる文字が現われた位置 i ( i < n )において、そ の位置にあるワイド文字 s1[ ... きければ正の整 数を返す。 最初に異なる文字が現われた位置 i ( i < n )において、そ の位置にあるワイド文字 s1[ ... れている。 関連キーワード WMEMCMP , 関数 , wmemcmp , 位置 , pages , 属性 , wchar , 先頭 , 文書 , プロジェクト ...
https://man.plustar.jp/manpage/man3/wmemcmp.3.html - [similar]
Man page of INDEX 6252
INDEX Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 index, ... rindex - 文字列中の文字の位置を示す 書式 #include < strings.h > char *index(const ... ndex () 関数は、文字列 s 中に最初に文字 c が 現れた位置へのポインターを返す。 rindex () 関数は、文字列 s 中 ... に最後に文字 c が 現れた位置へのポインターを返す。 文字列を終端するヌルバイト (' ... 4.3BSD; POSIX.1-2001 では「過去の名残 (LEGACY)」と位置付けられている。 POSIX.1-2008 では index () と rinde ...
https://man.plustar.jp/manpage/man3/index.3.html - [similar]
Man page of INDEX 6252
INDEX Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 index, ... rindex - 文字列中の文字の位置を示す 書式 #include < strings.h > char *index(const ... ndex () 関数は、文字列 s 中に最初に文字 c が 現れた位置へのポインターを返す。 rindex () 関数は、文字列 s 中 ... に最後に文字 c が 現れた位置へのポインターを返す。 文字列を終端するヌルバイト (' ... 4.3BSD; POSIX.1-2001 では「過去の名残 (LEGACY)」と位置付けられている。 POSIX.1-2008 では index () と rinde ...
https://man.plustar.jp/manpage/man3/rindex.3.html - [similar]
Man page of BASH 6186
BASH Section: User Commands (1) Updated: 2010 December 28 Index JM Home Page 名前 bash - GNU Bou ... み込まれます。 string の後に引き数があれば、これらは 位置パラメータ (positional parameter: $0 から始まるパラメ ... のオプションを使うと、 対話的シェルを起動するときに 位置パラメータを設定できます。 -D 二重引用符によるクォー ... にそのファイルの名前が設定されます (残りの引き数は位置パラメータに設定されます)。 bash はこのファイルからコ ... 」が省略された場合、 for コマンドは、設定されている位置パラメータそれぞれに対して list を一度ずつ実行します ...
https://man.plustar.jp/manpage/man1/bash.1.html - [similar]
Man page of STRING 6186
STRING Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 stpcpy ... * s , int c ); 文字列 s 中に最初に文字 c が 現れた位置へのポインターを返す。 char *rindex(const char * s , ... int c ); 文字列 s 中に最後に文字 c が 現れた位置へのポインターを返す。 #include < string.h > char *s ... * s , int c ); 文字列 s 中に最初に文字 c が 現れた位置へのポインターを返す。 int strcmp(const char * s1 , ... 含まれるバイトのいずれかが、文字列 s 内で最初に現れる位置を特定する。 char *strrchr(const char * s , int c ); ...
https://man.plustar.jp/manpage/man3/string.3.html - [similar]
Man page of FFS 6119
FFS Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ffs, ffsl ... ード i の中で最初にセットされている (最下位)ビットの位置を返す。 最下位ビットの位置は 1、最上位ビットの位置... 返り値 これらの関数は、最初にセットされているビットの位置を返し、 i のどのビットもセットされていなければ 0 を ... 連キーワード SOURCE , ffsl , ffsll , 関数 , ビット , 位置 , int , セット , pages , long Linux マニュアル 一覧 ...
https://man.plustar.jp/manpage/man3/ffs.3.html - [similar]
Man page of FFS 6119
FFS Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ffs, ffsl ... ード i の中で最初にセットされている (最下位)ビットの位置を返す。 最下位ビットの位置は 1、最上位ビットの位置... 返り値 これらの関数は、最初にセットされているビットの位置を返し、 i のどのビットもセットされていなければ 0 を ... 連キーワード SOURCE , ffsl , ffsll , 関数 , ビット , 位置 , int , セット , pages , long Linux マニュアル 一覧 ...
https://man.plustar.jp/manpage/man3/ffsl.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

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