Results of 1 - 10 of about 67 for strings (0.004 sec.)
- Man page of strings 15392
- strings Section: GNU Development Tools (1) Updated: 25 June 1993 Index JM Home Page 名前 strings
...
- ファイル中の表示可能な文字列を表示する 書式 strings [ -a | - | --all ] [ -f | --print-file-name ] [ -o ...
rget= bfdname ] | --radix= {o,x,d} ] file 説明 GNU strings は、与えられたそれぞれの file から表示可能なキャラ ...
については、ファイル全体から文字列を探し、表示する。 strings は主としてテキストファイル以外のファイル内容を判断 ...
それぞれの文字列の前にファイル名を表示する。 --help strings のオプションの要約を標準出力に表示して終了する。 - ...
-
https://man.plustar.jp/manpage/man1/strings.1.html
- [similar]
- Man page of STRCASECMP 10769
- STRCASECMP Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 st
...
字列を大文字小文字を区別せず比較する 書式 #include < strings.h > int strcasecmp(const char * s1 , const char * ...
function performs a byte-by-byte comparison of the strings s1 and s2 , ignoring the case of the characters. I ...
SIX locale, these functions shall behave as if the strings had been converted to lowercase and then a byte co ...
strcasecmp , strncasecmp , less , locale , pages , strings , 属性 , functions Linux マニュアル 一覧 [ man1 ] ...
-
https://man.plustar.jp/manpage/man3/strcasecmp.3.html
- [similar]
- Man page of STRCASECMP 10769
- STRCASECMP Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 st
...
字列を大文字小文字を区別せず比較する 書式 #include < strings.h > int strcasecmp(const char * s1 , const char * ...
function performs a byte-by-byte comparison of the strings s1 and s2 , ignoring the case of the characters. I ...
SIX locale, these functions shall behave as if the strings had been converted to lowercase and then a byte co ...
strcasecmp , strncasecmp , less , locale , pages , strings , 属性 , functions Linux マニュアル 一覧 [ man1 ] ...
-
https://man.plustar.jp/manpage/man3/strncasecmp.3.html
- [similar]
- Man page of BACKTRACE 9730
- BACKTRACE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 bac
...
id) { int nptrs; void *buffer[BT_BUF_SIZE]; char **strings; nptrs = backtrace(buffer, BT_BUF_SIZE); printf("b ...
) を 呼び出しても、以下と同様の出力が得られる。 */ strings = backtrace_symbols(buffer, nptrs); if (strings == ...
; } for (int j = 0; j < nptrs; j++) printf("%s\n", strings[j]); free(strings); } static void /* "static" はシ ...
-
https://man.plustar.jp/manpage/man3/backtrace.3.html
- [similar]
- Man page of BACKTRACE 9730
- BACKTRACE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 bac
...
id) { int nptrs; void *buffer[BT_BUF_SIZE]; char **strings; nptrs = backtrace(buffer, BT_BUF_SIZE); printf("b ...
) を 呼び出しても、以下と同様の出力が得られる。 */ strings = backtrace_symbols(buffer, nptrs); if (strings == ...
; } for (int j = 0; j < nptrs; j++) printf("%s\n", strings[j]); free(strings); } static void /* "static" はシ ...
-
https://man.plustar.jp/manpage/man3/backtrace_symbols.3.html
- [similar]
- Man page of BACKTRACE 9730
- BACKTRACE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 bac
...
id) { int nptrs; void *buffer[BT_BUF_SIZE]; char **strings; nptrs = backtrace(buffer, BT_BUF_SIZE); printf("b ...
) を 呼び出しても、以下と同様の出力が得られる。 */ strings = backtrace_symbols(buffer, nptrs); if (strings == ...
; } for (int j = 0; j < nptrs; j++) printf("%s\n", strings[j]); free(strings); } static void /* "static" はシ ...
-
https://man.plustar.jp/manpage/man3/backtrace_symbols_fd.3.html
- [similar]
- Man page of EXECVE 7497
- EXECVE Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 execve
...
」の節を参照のこと。 argv is an array of pointers to strings passed to the new program as its command-line argu ...
ments. By convention, the first of these strings (i.e., argv[0] ) should contain the filename assoc ...
gc] will be NULL.) envp is an array of pointers to strings, conventionally of the form key=value , which are ...
nstant MAX_ARG_STRLEN ), and the maximum number of strings is 0x7FFFFFFF. 返り値 成功すると execve () は返らな ...
-
https://man.plustar.jp/manpage/man2/execve.2.html
- [similar]
- Man page of OD 7340
- OD Section: User Commands (1) Updated: 7 October 2002 Index JM Home Page 名前 od - ファイルを 8
...
--read-bytes= BYTES ] [ --skip-bytes= BYTES ] [ --strings [ = LENGTH ]] [ --width [ = WIDTH ]] [ FILE... ] o ...
倍、 ` m ' なら 1048576 倍される。 -s [ LENGTH ] , --strings [ = LENGTH ] 通常の出力の代わりに、入力の文字列定数 ...
-
https://man.plustar.jp/manpage/man1/od.1.html
- [similar]
- Man page of EXEC 7340
- EXEC Section: Linux Programmer's Manual (3) Updated: 2019-08-02 Index JM Home Page 名前 execl, e
...
rgument is an array of pointers to null-terminated strings that represent the argument list available to the ...
rgument is an array of pointers to null-terminated strings and must be terminated by a null pointer. All othe ...
-
https://man.plustar.jp/manpage/man3/exec.3.html
- [similar]
- Man page of EXEC 7340
- EXEC Section: Linux Programmer's Manual (3) Updated: 2019-08-02 Index JM Home Page 名前 execl, e
...
rgument is an array of pointers to null-terminated strings that represent the argument list available to the ...
rgument is an array of pointers to null-terminated strings and must be terminated by a null pointer. All othe ...
-
https://man.plustar.jp/manpage/man3/execl.3.html
- [similar]