Searched refs:string (Results 1 - 25 of 1557) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/posixcompat/
H A Ddirname.c7 #include <string.h>
/barrelfish-2018-10-04/usr/tests/cxx/
H A Dstl_algorithms.cpp12 #include <string>
H A Dstl_inheritance.cpp12 #include <string>
H A Dstl_io.cpp12 #include <string>
H A Dstl_templates.cpp12 #include <string>
H A Dstl_map.cpp13 #include <string>
17 static std::vector<std::string> mapkeys {{"0", "1", "2"}};
19 static std::unordered_map<std::string, uint32_t> simple_map
22 std::unordered_map<std::string, uint16_t> subscription_cost_to_id
/barrelfish-2018-10-04/lib/libc/posix1e/
H A Dextattr.c38 #include <string.h>
41 extattr_namespace_to_string(int attrnamespace, char **string) argument
46 if (string != NULL)
47 *string = strdup(EXTATTR_NAMESPACE_USER_STRING);
51 if (string != NULL)
52 *string = strdup(EXTATTR_NAMESPACE_SYSTEM_STRING);
62 extattr_string_to_namespace(const char *string, int *attrnamespace) argument
65 if (!strcmp(string, EXTATTR_NAMESPACE_USER_STRING)) {
69 } else if (!strcmp(string, EXTATTR_NAMESPACE_SYSTEM_STRING)) {
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_valid_utf8.c53 * Validate a UTF-8 string *
57 check that a supposed UTF-8 string is actually valid. The early check means
58 that subsequent code can assume it is dealing with a valid string. The check
60 invalid string are then undefined.
74 PCRE_UTF8_ERR1 Missing 1 byte at the end of the string
75 PCRE_UTF8_ERR2 Missing 2 bytes at the end of the string
76 PCRE_UTF8_ERR3 Missing 3 bytes at the end of the string
77 PCRE_UTF8_ERR4 Missing 4 bytes at the end of the string
78 PCRE_UTF8_ERR5 Missing 5 bytes at the end of the string
98 string point
107 valid_utf(PCRE_PUCHAR string, int length, int *erroroffset) argument
[all...]
/barrelfish-2018-10-04/lib/numa/
H A Dpolicy.c17 #include <string.h>
/barrelfish-2018-10-04/lib/libc/amd64/gen/
H A D_set_tp.c29 #include <string.h>
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dstring.cpp1 //===------------------------- string.cpp ---------------------------------===//
12 #include "string"
33 string
34 operator+<char, char_traits<char>, allocator<char> >(char const*, string const&);
41 void throw_helper( const string& msg )
52 void throw_from_string_out_of_range( const string& func )
58 void throw_from_string_invalid_arg( const string& func )
68 as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f)
88 as_integer(const string& func, const S& s, size_t* idx, int base);
90 // string
[all...]
/barrelfish-2018-10-04/lib/blk/
H A Dblk.c16 #include <string.h>
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DColors.java27 * Uses a string attribute to hold the string itself. In the code the enum is used
28 * throughout, when the enum is printed, it prints its string attribute value
227 private String string; field in class:Colors
229 Colors(String string){ argument
230 this.string = string;
234 * used to print out enums as string values
237 return this.string;
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Deregex.c31 #include <string.h>
75 char *string; local
76 err = ec_get_string(car, &string);
78 if (!strcmp(string, "extended")) *pcflags |= REG_EXTENDED;
79 else if (!strcmp(string, "basic")) *pcflags &= ~REG_EXTENDED;
80 else if (!strcmp(string, "icase")) *pcflags |= REG_ICASE;
81 else if (!strcmp(string, "newline")) *pcflags |= REG_NEWLINE;
82 else if (!strcmp(string, "nosub")) *pcflags |= REG_NOSUB;
83 else if (!strcmp(string, "notbol")) *peflags |= REG_NOTBOL;
84 else if (!strcmp(string, "noteo
134 char *string; local
159 char *string; local
185 char *string; local
238 char *string; local
295 char *string; local
[all...]
/barrelfish-2018-10-04/lib/libc/aarch64/gen/
H A D_set_tp.c30 #include <string.h>
/barrelfish-2018-10-04/lib/libc/arm/gen/
H A D_set_tp.c29 #include <string.h>
/barrelfish-2018-10-04/lib/libc/gen/
H A Dsetprogname.c5 #include <string.h>
/barrelfish-2018-10-04/lib/libc/riscv/gen/
H A D_set_tp.c38 #include <string.h>
/barrelfish-2018-10-04/lib/libc/string/
H A Dmemrchr.c21 #include <string.h>
H A Dstpcpy.c38 #include <string.h>
H A Dstrcmp.c39 #include <string.h>
H A Dstrnlen.c30 #include <string.h>
/barrelfish-2018-10-04/lib/libc/sys/barrelfish/
H A Doldcalloc.c85 #include <string.h>
/barrelfish-2018-10-04/lib/tzcode/zic/
H A Dscheck.c22 scheck(string, format)
23 const char * const string;
34 if (string == NULL || format == NULL)
64 if (sscanf(string, fbuf, &dummy) != 1)
/barrelfish-2018-10-04/lib/cpuid/
H A Dcpuid_amd.h13 #include <string.h>

Completed in 136 milliseconds

1234567891011>>