代码搜索:strings
找到约 10,000 项符合「strings」的源代码
代码结果 10,000
www.eeworm.com/read/212074/4939072
strings installationcheck.strings
"16" = "AquaTerm 1.0 or later is required to install this version of gnuplot. Download it from http://aquaterm.sourceforge.net
If you do have AquaTerm installed, please file a bug report at http://gn
www.eeworm.com/read/209211/4981394
c strings.c
char *greek[]={ 0, /* 1-indexed */
"alpha", "beta", "gamma", "delta", "epsilon", "zeta", "eta", "theta",
"iota", "kappa", "lambda", "mu", "nu", "xsi", "omicron", "pi", "rho",
"sigma", "tau", "upsil
www.eeworm.com/read/209211/4981440
c strings.c
#include
#include
#include
Biobuf *fin;
Biobuf fout;
#define MINSPAN 6 /* Min characters in string */
#define BUFSIZE 70
void stringit(char *);
int isprint(Rune);
void
www.eeworm.com/read/208123/4996302
http-strings
http_http "http://"
http_200 "200 "
http_301 "301 "
http_302 "302 "
http_get "GET "
http_10 "HTTP/1.0"
http_11 "HTTP/1.1"
http_content_type "content-type: "
http_texthtml "text/html"
http_loc
www.eeworm.com/read/208123/4996539
http-strings
http_http "http://"
http_200 "200 "
http_301 "301 "
http_302 "302 "
http_get "GET "
http_10 "HTTP/1.0"
http_11 "HTTP/1.1"
http_content_type "content-type: "
http_texthtml "text/html"
http_loc
www.eeworm.com/read/206632/5005031
c strings.c
/* Copyright (c) 1995-2000 Microsoft Corporation. All rights reserved. */
typedef unsigned short wchar_t;
unsigned int strlenW(const wchar_t *wcs)
{
const wchar_t *eos = wcs;
while (*eos
www.eeworm.com/read/206632/5005041
c strings.c
/* Copyright (c) 1995-2000 Microsoft Corporation. All rights reserved. */
typedef unsigned short wchar_t;
unsigned int strlenW(const wchar_t *wcs)
{
const wchar_t *eos = wcs;
while (*eos