Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 3359) sorted by relevance

12345678910>>...135

/trueos/contrib/groff/src/include/
HDstringclass.h28 class string; variable
30 inline string operator+(const string &, const string &);
31 inline string operator+(const string &, const char *);
32 inline string operator+(const char *, const string &);
33 inline string operator+(const string &, char);
34 inline string operator+(char, const string &);
35 inline int operator==(const string &, const string &);
36 inline int operator!=(const string &, const string &);
38 class string {
40 string();
[all …]
/trueos/contrib/libyaml/src/
HDyaml_private.h114 #define STRING(string,length) { (string), (string)+(length), (string) } argument
116 #define STRING_ASSIGN(value,string,length) \ argument
117 ((value).start = (string), \
118 (value).end = (string)+(length), \
119 (value).pointer = (string))
121 #define STRING_INIT(context,string,size) \ argument
122 (((string).start = yaml_malloc(size)) ? \
123 ((string).pointer = (string).start, \
124 (string).end = (string).start+(size), \
125 memset((string).start, 0, (size)), \
[all …]
HDemitter.c43 #define WRITE(emitter,string) \ argument
45 && (COPY(emitter->buffer,string), \
53 #define WRITE_BREAK(emitter,string) \ argument
55 && (CHECK(string,'\n') ? \
57 string.pointer ++, \
59 (COPY(emitter->buffer,string), \
253 yaml_string_t string);
1404 yaml_string_t string; in yaml_emitter_analyze_anchor() local
1407 STRING_ASSIGN(string, anchor, anchor_length); in yaml_emitter_analyze_anchor()
1409 if (string.start == string.end) { in yaml_emitter_analyze_anchor()
[all …]
/trueos/contrib/llvm/tools/bugpoint/
HDToolRunner.h39 std::string GCCPath; // The path to the gcc executable.
40 std::string RemoteClientPath; // The path to the rsh / ssh executable.
41 std::vector<std::string> gccArgs; // GCC-specific arguments.
43 const std::vector<std::string> *GCCArgs) in GCC()
50 static GCC *create(std::string &Message,
51 const std::string &GCCBinary,
52 const std::vector<std::string> *Args);
61 int ExecuteProgram(const std::string &ProgramFile,
62 const std::vector<std::string> &Args,
64 const std::string &InputFile,
[all …]
HDToolRunner.cpp33 cl::opt<std::string>
37 cl::opt<std::string>
41 cl::opt<std::string>
45 cl::opt<std::string>
49 cl::opt<std::string>
64 std::string *ErrMsg = 0) { in RunProgramWithTimeout()
117 std::string StdOutFileName = StdOutFile.str(); in RunProgramRemotelyWithTimeout()
132 static std::string ProcessFailure(StringRef ProgPath, const char** Args, in ProcessFailure()
172 std::string LLIPath; // The path to the LLI executable
173 std::vector<std::string> ToolArgs; // Args to pass to LLI
[all …]
HDBugDriver.h49 std::string ReferenceOutputFile; // Name of `good' output file
51 std::vector<std::string> PassesToRun;
77 bool addSources(const std::vector<std::string> &FileNames);
78 void addPass(std::string p) { PassesToRun.push_back(p); } in addPass()
79 void setPassesToRun(const std::vector<std::string> &PTR) { in setPassesToRun()
82 const std::vector<std::string> &getPassesToRun() const { in getPassesToRun()
90 bool run(std::string &ErrMsg);
96 bool debugOptimizerCrash(const std::string &ID = "passes");
101 bool debugCodeGeneratorCrash(std::string &Error);
106 void debugMiscompilation(std::string *Error);
[all …]
/trueos/contrib/ncurses/ncurses/tinfo/
HDlib_tputs.c121 putp(const char *string) in putp() argument
123 return tputs(string, 1, _nc_outch); in putp()
127 tputs(const char *string, int affcnt, int (*outc) (int)) in tputs() argument
146 _nc_visbuf(string), affcnt, addrbuf); in tputs()
148 _tracef("tputs(%s, %d, %s) called", _nc_visbuf(string), affcnt, addrbuf); in tputs()
155 if (!VALID_STRING(string)) in tputs()
162 always_delay = (string == bell) || (string == flash_screen); in tputs()
178 if (isdigit(UChar(*string))) { in tputs()
179 while (isdigit(UChar(*string))) { in tputs()
180 trailpad = trailpad * 10 + (*string - '0'); in tputs()
[all …]
HDlib_tgoto.c42 is_termcap(const char *string) in is_termcap() argument
46 if (string == 0 || *string == '\0') { in is_termcap()
49 while ((*string != '\0') && result) { in is_termcap()
50 if (*string == '%') { in is_termcap()
51 switch (*++string) { in is_termcap()
56 string--; in is_termcap()
59 } else if (string[0] == '$' && string[1] == '<') { in is_termcap()
62 string++; in is_termcap()
69 tgoto_internal(const char *string, int x, int y) in tgoto_internal() argument
88 while (*string != 0) { in tgoto_internal()
[all …]
/trueos/contrib/file/magic/Magdir/
HDgames8 0 string IDP2 Quake II 3D Model file,
18 0 string IBSP Quake
22 0 string IDS2 Quake II SP2 sprite file
28 0 string \xcb\x1dBoom\xe6\xff\x03\x01 Boom or linuxdoom demo
31 24 string LxD\ 203 Linuxdoom save
32 >0 string x , name=%s
33 >44 string x , world=%s
37 0 string PACK Quake I or II world or extension
40 #0 string -1\x0a Quake I demo
41 #>30 string x version %.4s
[all …]
HDpgp15 #0 string -----BEGIN\040PGP text/PGP armored data
17 #>15 string PUBLIC\040KEY\040BLOCK- public key block
18 #>15 string MESSAGE- message
19 #>15 string SIGNED\040MESSAGE- signed message
20 #>15 string PGP\040SIGNATURE- signature
22 2 string ---BEGIN\ PGP\ PUBLIC\ KEY\ BLOCK- PGP public key block
26 0 string -----BEGIN\040PGP\40MESSAGE- PGP message
30 0 string -----BEGIN\040PGP\40SIGNATURE- PGP signature
90 0 string \x84\x8c\x03 PGP RSA encrypted session key -
95 >12 string \x04\x00
[all …]
HDmacintosh8 11 string must\ be\ converted\ with\ BinHex BinHex binary text
10 >41 string x \b, version %.3s
14 0 string SIT! StuffIt Archive (data)
17 >2 string x : %s
18 0 string SITD StuffIt Deluxe (data)
19 >2 string x : %s
20 0 string Seg StuffIt Deluxe Segment (data)
21 >2 string x : %s
24 0 string StuffIt StuffIt Archive
27 #>162 string >0 : %s
[all …]
HDpalm44 #60 string appl PalmOS application
45 #>0 string >\0 "%s"
48 #60 string HACK HackMaster hack
49 #>0 string >\0 "%s"
52 60 string SDocSilX iSiloX E-book
53 >0 string >\0 "%s"
57 60 string BOOKMOBI Mobipocket E-book
61 # there's no guarantee that the title string is null-terminated, but
62 # we currently can't specify a variable-length string where the length
63 # field is not at the start of the string; in practice, the data
[all …]
HDsgi12 0 string kbd!map kbd map file
36 >16 string >\0 '%s'
40 >16 string >\0 '%s'
44 >16 string >\0 '%s'
46 0 string \x43\x72\x73\x68\x44\x75\x6d\x70 IRIX vmcore dump of
47 >36 string >\0 '%s'
50 0 string SGIAUDIT SGI Audit file
54 0 string WNGZWZSC Wingz compiled script
55 0 string WNGZWZSS Wingz spreadsheet
56 0 string WNGZWZHP Wingz help file
[all …]
HDarchive10 257 string ustar\0 POSIX tar archive
12 257 string ustar\040\040\0 GNU tar archive
17 0 string GNU\ tar- GNU tar incremental snapshot data
35 0 string 070707 ASCII cpio archive (pre-SVR4 or odc)
36 0 string 070701 ASCII cpio archive (SVR4 with no CRC)
37 0 string 070702 ASCII cpio archive (SVR4 with CRC)
61 >2 string __.SYMDEF random library
63 >2 string __.SYMDEF random library
65 >4 string __.SYMDEF random library
67 >4 string __.SYMDEF random library
[all …]
HDframe12 0 string \<MakerFile FrameMaker document
14 >11 string 5.5 (5.5
15 >11 string 5.0 (5.0
16 >11 string 4.0 (4.0
17 >11 string 3.0 (3.0
18 >11 string 2.0 (2.0
19 >11 string 1.0 (1.0
21 0 string \<MIFFile FrameMaker MIF (ASCII) file
23 >9 string 4.0 (4.0)
24 >9 string 3.0 (3.0)
[all …]
HDiff13 0 string FORM IFF data
16 >8 string AIFF \b, AIFF audio
18 >8 string AIFC \b, AIFF-C compressed audio
20 >8 string 8SVX \b, 8SVX 8-bit sampled sound voice
22 >8 string 16SV \b, 16SV 16-bit sampled sound voice
23 >8 string SAMP \b, SAMP sampled audio
24 >8 string MAUD \b, MAUD MacroSystem audio
25 >8 string SMUS \b, SMUS simple music
26 >8 string CMUS \b, CMUS complex music
28 >8 string ILBMBMHD \b, ILBM interleaved image
[all …]
HDprinter8 0 string %! PostScript document text
11 >2 string PS-Adobe- conforming
12 >>11 string >\0 DSC level %.3s
13 >>>15 string EPS \b, type %s
14 >>>15 string Query \b, type %s
15 >>>15 string ExitServer \b, type %s
17 >>>>&0 string >\0 \b, Level %s
19 0 string \004%! PostScript document text
22 >3 string PS-Adobe- conforming
23 >>12 string >\0 DSC level %.3s
[all …]
/trueos/usr.bin/m4/tests/
HDquotes.m44 define(`string',`STRING')dnl macro
6 `quoted string'
7 [quoted string]
8 normal string
9 `half quoted string
10 going up to that string'
14 `quoted string'
15 [quoted string]
16 normal string
17 `half quoted string
[all …]
/trueos/contrib/dialog/
HDinputstr.c59 char *string; /* a copy of the last-processed string */ member
64 #define SAME_CACHE(c,s,l) (c->string != 0 && memcmp(c->string,s,l) == 0)
108 dlg_trace_msg("\tcache %p %p:%s\n", p, p->string, p->string);
136 find_cache(int cache_num, const char *string) in find_cache() argument
146 find.string_at = string; in find_cache()
155 if (p->string_at == string) { in find_cache()
164 make_cache(int cache_num, const char *string) in make_cache() argument
174 p->string_at = string; in make_cache()
183 load_cache(int cache_num, const char *string) in load_cache() argument
187 if ((p = find_cache(cache_num, string)) == 0) { in load_cache()
[all …]
/trueos/contrib/atf/atf-c++/
Dtests.hpp50 void start_tc(const std::string&);
52 void tc_meta_data(const std::string&, const std::string&);
55 bool match(const std::string&, const std::string&);
63 typedef std::map< std::string, std::string > vars_map;
83 void require_prog(const std::string&) const;
88 tc(const std::string&, const bool);
93 const std::string get_config_var(const std::string&) const;
94 const std::string get_config_var(const std::string&, const std::string&)
96 const std::string get_md_var(const std::string&) const;
98 bool has_config_var(const std::string&) const;
[all …]
/trueos/contrib/apr/strings/
HDapr_fnmatch.c74 static APR_INLINE int fnmatch_ch(const char **pattern, const char **string, int flags) in fnmatch_ch() argument
102 ++*string; in fnmatch_ch()
136 if ((**string >= *startch) && (**string <= **pattern)) in fnmatch_ch()
138 else if (nocase && (isupper(**string) || isupper(*startch) in fnmatch_ch()
140 && (tolower(**string) >= tolower(*startch)) in fnmatch_ch()
141 && (tolower(**string) <= tolower(**pattern))) in fnmatch_ch()
149 if ((**string == **pattern)) in fnmatch_ch()
151 else if (nocase && (isupper(**string) || isupper(**pattern)) in fnmatch_ch()
152 && (tolower(**string) == tolower(**pattern))) in fnmatch_ch()
166 if (!**string || (slash && (**string == '/'))) in fnmatch_ch()
[all …]
/trueos/contrib/libreadline/
HDhistexpand.c129 get_history_event (string, caller_index, delimiting_quote) in get_history_event() argument
130 const char *string; in get_history_event()
154 if (string[i] != history_expansion_char)
167 if (string[i] == history_expansion_char)
176 if (string[i] == '-')
182 if (_rl_digit_p (string[i]))
185 for (which = 0; _rl_digit_p (string[i]); i++)
186 which = (which * 10) + _rl_digit_value (string[i]);
199 if (string[i] == '?')
206 for (local_index = i; c = string[i]; i++)
[all …]
/trueos/usr.bin/csup/
HDfnmatch.c58 fnmatch(const char *pattern, const char *string, int flags) in fnmatch() argument
63 for (stringstart = string;;) in fnmatch()
66 if ((flags & FNM_LEADING_DIR) && *string == '/') in fnmatch()
68 return (*string == EOS ? 0 : FNM_NOMATCH); in fnmatch()
70 if (*string == EOS) in fnmatch()
72 if (*string == '/' && (flags & FNM_PATHNAME)) in fnmatch()
74 if (*string == '.' && (flags & FNM_PERIOD) && in fnmatch()
75 (string == stringstart || in fnmatch()
76 ((flags & FNM_PATHNAME) && *(string - 1) == '/'))) in fnmatch()
78 ++string; in fnmatch()
[all …]
/trueos/sys/libkern/
HDfnmatch.c54 fnmatch(const char *pattern, const char *string, int flags) in fnmatch() argument
60 for (stringstart = string;;) in fnmatch()
63 if ((flags & FNM_LEADING_DIR) && *string == '/') in fnmatch()
65 return (*string == EOS ? 0 : FNM_NOMATCH); in fnmatch()
67 if (*string == EOS) in fnmatch()
69 if (*string == '/' && (flags & FNM_PATHNAME)) in fnmatch()
71 if (*string == '.' && (flags & FNM_PERIOD) && in fnmatch()
72 (string == stringstart || in fnmatch()
73 ((flags & FNM_PATHNAME) && *(string - 1) == '/'))) in fnmatch()
75 ++string; in fnmatch()
[all …]
/trueos/contrib/groff/src/libs/libgroff/
HDstring.cpp81 string::string() : ptr(0), len(0), sz(0) in string() function in string
85 string::string(const char *p, int n) : len(n) in string() function in string
93 string::string(const char *p) in string() function in string
107 string::string(char c) : len(1) in string() function in string
113 string::string(const string &s) : len(s.len) in string() function in string
120 string::~string() in ~string()
125 string &string::operator=(const string &s) in operator =()
134 string &string::operator=(const char *p) in operator =()
151 string &string::operator=(char c) in operator =()
159 void string::move(string &s) in move()
[all …]

12345678910>>...135