manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 213 for case (0.028 sec.)
Man page of TOWLOWER 8129
TOWLOWER Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 towl ... り適切でない。 なぜなら、Unicode には、大文字 (upper case)・小文字 (lower case)・ タイトル文字 (title case) ... という 3 つの "case" が含まれているからである。 関連項目 iswlower (3), ... lower , locale , 関数 , TOWLOWER , 小文字 , 対応 , case , 属性 , pages , 変換 Linux マニュアル 一覧 [ man1 ...
https://man.plustar.jp/manpage/man3/towlower_l.3.html - [similar]
Man page of TOWUPPER 8129
TOWUPPER Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 towu ... り適切でない。 なぜなら、Unicode には、大文字 (upper case)・小文字 (lower case)・ タイトル文字 (title case) ... という 3 つの "case" が含まれているからである。 関連項目 iswupper (3), ... ーワード towupper , 関数 , locale , 大文字 , 対応 , case , pages , 動作 , 文字 , 属性 Linux マニュアル 一覧 ...
https://man.plustar.jp/manpage/man3/towupper.3.html - [similar]
Man page of TOWUPPER 8129
TOWUPPER Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 towu ... り適切でない。 なぜなら、Unicode には、大文字 (upper case)・小文字 (lower case)・ タイトル文字 (title case) ... という 3 つの "case" が含まれているからである。 関連項目 iswupper (3), ... ーワード towupper , 関数 , locale , 大文字 , 対応 , case , pages , 動作 , 文字 , 属性 Linux マニュアル 一覧 ...
https://man.plustar.jp/manpage/man3/towupper_l.3.html - [similar]
Man page of UNSHARE 7802
UNSHARE Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 unsha ... nux 3.11 to Linux 4.8, the error diagnosed in this case was EUSERS . ENOSPC (Linux 4.9 以降) One of the va ... t(argc, argv, "CimnptuU")) != -1) { switch (opt) { case 'C': flags |= CLONE_NEWCGROUP; break; case 'i': fl ... ags |= CLONE_NEWIPC; break; case 'm': flags |= CLONE_NEWNS; break; case 'n': flags ... |= CLONE_NEWNET; break; case 'p': flags |= CLONE_NEWPID; break; case 't': flags ...
https://man.plustar.jp/manpage/man2/unshare.2.html - [similar]
Man page of INDENT 7064
INDENT Section: Misc. Reference Manual Pages (1L) Index JM Home Page 名前 indent - 空白の挿入や削 ... 「 コメント 」セクションを参照すること。 -cbi n , --case-brace-indentation n case ラベルの後に、ブレースを ... する。 「 文 」セクションを参照すること。 -cli n , --case-indentation n case ラベルを N 個の空白でインデント ... になる: do { x--; } while (x); `-cli' オプションは、case 構文のラベルを switch 文から 右にインデントする際に ... ルトでは以下のようなコードが得られる。 switch (i) { case 0: break; case 1: { ++i; } default: break; } `-cli ...
https://man.plustar.jp/manpage/man1/indent.1.html - [similar]
Man page of GETSUBOPT 6642
GETSUBOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 get ... getopt(argc, argv, "o:")) != -1) { switch (opt) { case 'o': subopts = optarg; while (*subopts != '\0' && ... d) { switch (getsubopt(&subopts, token, &value)) { case RO_OPT: readonly = 1; break; case RW_OPT: readwrit ... e = 1; break; case NAME_OPT: if (value == NULL) { fprintf(stderr, "Mi ...
https://man.plustar.jp/manpage/man3/getsubopt.3.html - [similar]
Man page of USER_NAMESPACES 6642
USER_NAMESPACES Section: Linux Programmer's Manual (7) Updated: 2014-09-21 Index JM Home Page 名 ... c, argv, "+imnpuUM:G:zv")) != -1) { switch (opt) { case 'i': flags |= CLONE_NEWIPC; break; case 'm': flags ... |= CLONE_NEWNS; break; case 'n': flags |= CLONE_NEWNET; break; case 'p': flags ... |= CLONE_NEWPID; break; case 'u': flags |= CLONE_NEWUTS; break; case 'v': verbo ... se = 1; break; case 'z': map_zero = 1; break; case 'M': uid_map = opta ...
https://man.plustar.jp/manpage/man7/user_namespaces.7.html - [similar]
Man page of STAT 6326
STAT Section: Linux Programmer's Manual (2) Updated: 2014-08-19 Index JM Home Page 名前 stat, fs ... ntf("File type: "); switch (sb.st_mode & S_IFMT) { case S_IFBLK: printf("block device\n"); break; case S_I ... FCHR: printf("character device\n"); break; case S_IFDIR: printf("directory\n"); break; case S_IFIF ... O: printf("FIFO/pipe\n"); break; case S_IFLNK: printf("symlink\n"); break; case S_IFREG: ... printf("regular file\n"); break; case S_IFSOCK: printf("socket\n"); break; default: prin ...
https://man.plustar.jp/manpage/man2/fstat.2.html - [similar]
Man page of STAT 6326
STAT Section: Linux Programmer's Manual (2) Updated: 2014-08-19 Index JM Home Page 名前 stat, fs ... ntf("File type: "); switch (sb.st_mode & S_IFMT) { case S_IFBLK: printf("block device\n"); break; case S_I ... FCHR: printf("character device\n"); break; case S_IFDIR: printf("directory\n"); break; case S_IFIF ... O: printf("FIFO/pipe\n"); break; case S_IFLNK: printf("symlink\n"); break; case S_IFREG: ... printf("regular file\n"); break; case S_IFSOCK: printf("socket\n"); break; default: prin ...
https://man.plustar.jp/manpage/man2/fstat64.2.html - [similar]
Man page of STAT 6326
STAT Section: Linux Programmer's Manual (2) Updated: 2014-08-19 Index JM Home Page 名前 stat, fs ... ntf("File type: "); switch (sb.st_mode & S_IFMT) { case S_IFBLK: printf("block device\n"); break; case S_I ... FCHR: printf("character device\n"); break; case S_IFDIR: printf("directory\n"); break; case S_IFIF ... O: printf("FIFO/pipe\n"); break; case S_IFLNK: printf("symlink\n"); break; case S_IFREG: ... printf("regular file\n"); break; case S_IFSOCK: printf("socket\n"); break; default: prin ...
https://man.plustar.jp/manpage/man2/fstatat.2.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