manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 23 for STRTOK (0.021 sec.)
Man page of STRTOK 13757
STRTOK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strtok ... , strtok_r - 文字列からトークンを取り出す 書式 #include < s ... tring.h > char *strtok(char * str , const char * delim ); char *strtok_r( ... 能検査マクロの要件 ( feature_test_macros (7) 参照): strtok_r (): _POSIX_C_SOURCE || /* Glibc versions <= 2.19 ... : */ _BSD_SOURCE || _SVID_SOURCE 説明 The strtok () function breaks a string into a sequence of zer ...
https://man.plustar.jp/manpage/man3/strtok.3.html - [similar]
Man page of STRTOK 13757
STRTOK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strtok ... , strtok_r - 文字列からトークンを取り出す 書式 #include < s ... tring.h > char *strtok(char * str , const char * delim ); char *strtok_r( ... 能検査マクロの要件 ( feature_test_macros (7) 参照): strtok_r (): _POSIX_C_SOURCE || /* Glibc versions <= 2.19 ... : */ _BSD_SOURCE || _SVID_SOURCE 説明 The strtok () function breaks a string into a sequence of zer ...
https://man.plustar.jp/manpage/man3/strtok_r.3.html - [similar]
Man page of STRSEP 8428
STRSEP Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 strsep ... afety MT-Safe 準拠 4.4BSD. 注意 strsep () 関数は、 strtok (3) 関数が空のフィールドを 扱えないために、その代替 ... 品として導入された。 しかしながら、 strtok (3) 関数は C89/C99 に準拠しており、より移植性がある ... , string (3), strpbrk (3), strspn (3), strstr (3), strtok (3) この文書について この man ページは Linux man-p ...
https://man.plustar.jp/manpage/man3/strsep.3.html - [similar]
Man page of STRING 8160
STRING Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 stpcpy ... casecmp, strpbrk, strrchr, strsep, strspn, strstr, strtok, strxfrm, index, rindex - 文字列を操作する関数 書式 ... 置を探し、その部分文字列へのポインターを返す。 char *strtok(char * s , const char * delim ); 文字列 s から、 d ... , strrchr (3), strsep (3), strspn (3), strstr (3), strtok (3), strxfrm (3) この文書について この man ページは ...
https://man.plustar.jp/manpage/man3/string.3.html - [similar]
JM Project (Japanese)::List(man1) 8127
Linux マニュアル 一覧表 アルファベット順 - s linuxマニュアルの s の一覧表です。 Linux マニュアル ... casecmp, strpbrk, strrchr, strsep, strspn, strstr, strtok, strxfrm, index, rindex - 文字列を操作する関数 str ... man3 strtoimax, strtoumax - 文字列を整数に変換する strtok man3 strtok, strtok_r - 文字列からトークンを取り出 ...strtok_r man3 strtok, strtok_r - 文字列からトークンを取り ...
https://man.plustar.jp/manpage/man_s.html - [similar]
Man page of GETADDRINFO_A 8026
GETADDRINFO_A Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... _base = nreqs; char *host; int ret; while ((host = strtok(NULL, " "))) { nreqs++; reqs = realloc(reqs, sizeo ... ents are ignored by gai_suspend(). */ while ((id = strtok(NULL, " ")) != NULL) { n = atoi(id); if (n >= nreq ... equests(void) { char *id; int ret, n; while ((id = strtok(NULL, " ")) != NULL) { n = atoi(id); if (n >= nreq ... *cmd; while ((cmdline = getcmd()) != NULL) { cmd = strtok(cmdline, " "); if (cmd == NULL) { list_requests(); ...
https://man.plustar.jp/manpage/man3/gai_cancel.3.html - [similar]
Man page of GETADDRINFO_A 8026
GETADDRINFO_A Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... _base = nreqs; char *host; int ret; while ((host = strtok(NULL, " "))) { nreqs++; reqs = realloc(reqs, sizeo ... ents are ignored by gai_suspend(). */ while ((id = strtok(NULL, " ")) != NULL) { n = atoi(id); if (n >= nreq ... equests(void) { char *id; int ret, n; while ((id = strtok(NULL, " ")) != NULL) { n = atoi(id); if (n >= nreq ... *cmd; while ((cmdline = getcmd()) != NULL) { cmd = strtok(cmdline, " "); if (cmd == NULL) { list_requests(); ...
https://man.plustar.jp/manpage/man3/gai_error.3.html - [similar]
Man page of GETADDRINFO_A 8026
GETADDRINFO_A Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... _base = nreqs; char *host; int ret; while ((host = strtok(NULL, " "))) { nreqs++; reqs = realloc(reqs, sizeo ... ents are ignored by gai_suspend(). */ while ((id = strtok(NULL, " ")) != NULL) { n = atoi(id); if (n >= nreq ... equests(void) { char *id; int ret, n; while ((id = strtok(NULL, " ")) != NULL) { n = atoi(id); if (n >= nreq ... *cmd; while ((cmdline = getcmd()) != NULL) { cmd = strtok(cmdline, " "); if (cmd == NULL) { list_requests(); ...
https://man.plustar.jp/manpage/man3/gai_suspend.3.html - [similar]
Man page of GETADDRINFO_A 8026
GETADDRINFO_A Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... _base = nreqs; char *host; int ret; while ((host = strtok(NULL, " "))) { nreqs++; reqs = realloc(reqs, sizeo ... ents are ignored by gai_suspend(). */ while ((id = strtok(NULL, " ")) != NULL) { n = atoi(id); if (n >= nreq ... equests(void) { char *id; int ret, n; while ((id = strtok(NULL, " ")) != NULL) { n = atoi(id); if (n >= nreq ... *cmd; while ((cmdline = getcmd()) != NULL) { cmd = strtok(cmdline, " "); if (cmd == NULL) { list_requests(); ...
https://man.plustar.jp/manpage/man3/getaddrinfo_a.3.html - [similar]
Man page of WCSTOK 7993
WCSTOK Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 wcstok ... delim , wchar_t ** ptr ); 説明 wcstok () 関数は、 strtok (3) 関数に対応するワイド文字関数に、 マルチスレッド ... = wcstok(NULL, " \t\n", &state)) { ... } 関連項目 strtok (3), wcschr (3) この文書について この man ページは ...
https://man.plustar.jp/manpage/man3/wcstok.3.html - [similar]
PREV 1 2 3 NEXT

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