OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:System
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/
intl.cs
47
using
System
; /* String, InvalidOperationException, Console */
48
using
System
.Globalization; /* CultureInfo */
49
using
System
.Resources; /* ResourceManager, ResourceSet, IResourceReader */
50
using
System
.Reflection; /* Assembly, ConstructorInfo */
51
using
System
.Collections; /* Hashtable, ICollection, IEnumerator, IDictionaryEnumerator */
52
using
System
.IO; /* Path, FileNotFoundException, Stream */
53
using
System
.Text; /* StringBuilder */
481
void
System
.IDisposable.Dispose () {
485
IEnumerator
System
.Collections.IEnumerable.GetEnumerator () {
490
void
System
.Resources.IResourceReader.Close ()
[
all
...]
/src/external/gpl2/gettext/dist/gettext-tools/src/gnu/gettext/
GetURL.java
38
System
.exit(1);
43
System
.err.print("Retrieving "+s+"...");
44
System
.err.flush();
52
System
.err.println(" timed out.");
53
System
.exit(1);
62
OutputStream ostream = new BufferedOutputStream(
System
.out);
69
System
.out.flush();
73
System
.err.println(" failed.");
74
System
.exit(1);
77
System
.err.println(" done.")
[
all
...]
DumpResource.java
213
Writer w1 = new OutputStreamWriter(
System
.out,"UTF8");
220
System
.out.flush();
223
System
.exit(1);
229
System
.exit(0);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
LLVMContext.h
58
System
= 1
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderSearchOptions.h
30
/// then search the Angled group, then the
System
group, etc.
41
/// Like Angled, but marks
system
directories.
42
System
,
44
/// Like
System
, but headers are implicitly wrapped in extern "C".
47
/// Like
System
, but only used for C.
50
/// Like
System
, but only used for C++.
53
/// Like
System
, but only used for ObjC.
56
/// Like
System
, but only used for ObjC++.
59
/// Like
System
, but searched after the
system
directories
[
all
...]
/src/usr.bin/tip/
tip.c
50
* tip [-v] [-speed]
system
-name
134
char *
System
= NULL;
185
System
= argv[0];
188
if (
System
== NULL)
190
if (isalpha((unsigned char)*
System
))
193
*
System
name is really a phone number...
197
if (strlen(
System
) > sizeof PNbuf - 1) {
201
(void)strlcpy(PNbuf,
System
, sizeof(PNbuf));
202
for (p =
System
; *p; p++)
206
System
= sbuf
[
all
...]
Completed in 23 milliseconds
Indexes created Wed Apr 15 00:22:22 UTC 2026