Searched refs:string (Results 126 - 150 of 1557) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/include/barrelfish_kpi/
H A Dcpu.h31 #include <string.h>
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/fake/
H A Dmemmove.c2 #include <string.h>
/barrelfish-2018-10-04/usr/listfacts/
H A Dmain.c22 #include <string.h>
/barrelfish-2018-10-04/usr/tests/lua/
H A Dluatest.c16 #include <string.h>
/barrelfish-2018-10-04/tools/tracing/
H A Dbfscope.py12 import sys,string,socket namespace
/barrelfish-2018-10-04/tools/usbboot/
H A Dbin2c.c33 #include <string.h>
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Drandom.cpp32 random_device::random_device(const string&) argument
50 random_device::random_device(const string& __token)
H A Dstdexcept.cpp13 #include "string"
34 logic_error::logic_error(const string& msg) : __imp_(msg.c_str())
67 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str())
H A Dfuture.cpp11 #include "string"
20 virtual string message(int ev) const;
37 string
44 return string("The associated promise has been destructed prior "
47 return string("The future has already been retrieved from "
50 return string("The state of the promise has already been set.");
52 return string("Operation not permitted on an object without "
55 return string("unspecified future_errc value\n");
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregexec.c11 #include <string.h>
113 regexec(preg, string, nmatch, pmatch, eflags)
115 const char *string;
135 return(smatcher(g, (char *)string, nmatch, pmatch, eflags));
137 return(lmatcher(g, (char *)string, nmatch, pmatch, eflags));
H A Dsplit.c2 #include <string.h>
5 - split - divide a string into fields, like awk split()
6 = int split(char *string, char *fields[], int nfields, char *sep);
9 split(string, fields, nfields, sep)
10 char *string;
15 register char *p = string;
182 dosplit(string, seps)
183 char *string;
190 nf = split(string, fields, NF, seps);
/barrelfish-2018-10-04/usr/tests/cxx/
H A Dstl_vector.cpp12 #include <string>
71 static void check(string val,
104 vector<string> fruits;
118 vector<string>::const_iterator cii;
126 vector<string>::reverse_iterator rii;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Dbss_log.c122 static void xsyslog(BIO* bp, int priority, const char* string);
245 static void xsyslog(BIO *bp, int priority, const char *string) argument
278 lpszStrings[1] = string;
300 static void xsyslog(BIO *bp, int priority, const char *string) argument
327 lib$sys_fao(&fao_cmd, &len, &buf_dsc, priority_tag, string);
361 static void xsyslog(BIO *bp, int priority, const char *string) argument
363 syslog(priority, "%s", string);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/evp/
H A Devp_test.c51 #include <string.h>
96 static char *sstrsep(char **string, const char *delim) argument
99 char *token = *string;
101 if (**string == 0)
113 while (!isdelim[(unsigned char)(**string)])
115 (*string)++;
118 if (**string)
120 **string = 0;
121 (*string)++;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Devp_test.c51 #include <string.h>
96 static char *sstrsep(char **string, const char *delim) argument
99 char *token = *string;
101 if (**string == 0)
113 while (!isdelim[(unsigned char)(**string)])
115 (*string)++;
118 if (**string)
120 **string = 0;
121 (*string)++;
/barrelfish-2018-10-04/usr/skb/
H A Dskb_main.c34 void execute_string(char *string);
161 void execute_string(char *string) argument
166 ec_post_string(string);
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsstring.tex37 to have a special string data type.
41 Nevertheless, in {\eclipse} it was decided to have the string data type, so that
54 The space consumption of a string is always less than that of the corresponding
59 For the complexity of operations it must be kept in mind that the string type
60 is essentially an array representation, ie. every character in the string
68 If a string is to be processed character by character, this is easier to
76 When two string are concatenated, both strings must be copied to form
81 At a first glance, an atom does not look too different from a string.
87 While a string is simply stored as a character sequence, an atom is mapped
92 while for strings both is proportional to the string lengt
[all...]
/barrelfish-2018-10-04/lib/libc/gen/
H A Dbasename.c25 #include <string.h>
34 /* Empty or NULL string gets treated as "." */
H A Dconfstr.c41 #include <string.h>
61 * string for the environment we are compiled for,
62 * and the string "unsupported programming environment"
H A Dctermid.c37 #include <string.h>
H A Ddevname.c42 #include <string.h>
H A Ddirname.c31 #include <string.h>
42 * If path is a null pointer or points to an empty string,
43 * dirname() shall return a pointer to the string ".".
84 * pointer to the string ".".
H A Ddirname_compat.c25 #include <string.h>
41 /* Empty or NULL string gets treated as "." */
H A Dgetvfsbyname.c41 #include <string.h>
H A Dwaitid.c36 #include <string.h>

Completed in 89 milliseconds

1234567891011>>