Searched refs:string (Results 951 - 975 of 1557) sorted by relevance

<<31323334353637383940>>

/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumserrors.tex153 133 & Library name (string) & undefined \\
184 ('string', code size, compile time) with a string stream
278 164 & the banner string \\
490 %but rather just a string to be printed.
H A Dumsopsys.tex58 argument in string form. If the first argument of \predspec{argv/2} is the atom
63 {\eclipse} process. Their string value can be read using
94 The current date can be obtained in the form of a UNIX date string:
104 this string into a Prolog structure.
237 the part beginning with the last dot in the string).
H A Dumsterm.tex86 An atom, string or a number. A term which does not contain other terms.
132 An \about{atom}, a \about{number} or a \about{string}.
375 \item[String\index{string}]
376 A string is similar to those found in all other programming languages. A string
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dspeed.c92 #include <string.h>
249 static const char rnd_seed[] = "string to make the random number generator think it has entropy";
2570 static char *sstrsep(char **string, const char *delim) argument
2573 char *token = *string;
2575 if (**string == 0)
2587 while (!isdelim[(unsigned char)(**string)])
2589 (*string)++;
2592 if (**string)
2594 **string = 0;
2595 (*string)
[all...]
/barrelfish-2018-10-04/usr/skb/testapps/
H A Dspeed.c92 #include <string.h>
255 static const char rnd_seed[] = "string to make the random number generator think it has entropy";
2588 static char *sstrsep(char **string, const char *delim) argument
2591 char *token = *string;
2593 if (**string == 0)
2605 while (!isdelim[(unsigned char)(**string)])
2607 (*string)++;
2610 if (**string)
2612 **string = 0;
2613 (*string)
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Delipsys.pl647 MegaLog : accept atoms, string, integers, reals
648 result is string, atom given fails
865 accept atom or string, optional trailing / without effect
866 Sepia : return string, with trailing /
867 accept atom or string, optional trailing / without effect
880 Sepia : string with newline character at end
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dmain.c61 #include <string.h>
517 * The argument is the bad option string.
587 #include <string.h>
873 * The argument is the bad option string.
H A Dtypes.h127 struct s_pword *string; /* functor name string */ member in struct:dict_item
266 dident prompt; /* did of the prompt string */
985 string, member in struct:__anon1659
/barrelfish-2018-10-04/doc/018-Practical-guide/
H A DhelloWorldApp.tex52 server running on core-1. This message will contain a string with contents
73 that will suffice for our requirements of sending single string as a message.
79 message hello_msg(string s);
233 printing out the string we received as part of the message.
/barrelfish-2018-10-04/lib/cxx/cxxabi/
H A Dprivate_typeinfo.cpp39 #include <string.h>
49 // is_equal() with use_strcmp=false so the string names are not compared.
52 #include <string.h>
/barrelfish-2018-10-04/lib/int_route/server/
H A Dinit.c16 #include <string.h>
98 * Parse string at pos, write parsed message into out. If pos_after is
/barrelfish-2018-10-04/lib/libc/db/btree/
H A Dbt_debug.c43 #include <string.h>
H A Dbt_open.c57 #include <string.h>
/barrelfish-2018-10-04/lib/libc/gen/
H A Dnlist.c46 #include <string.h>
130 * We then find the string table withing this area.
131 * We do not just mmap the string table, as it probably
153 /* find the string table in our mmapped area */
161 * the largest string length so don't read any more of the
162 * string table than we have to.
276 * string table entry. Version 1.1 of the ABI states
296 * Map string table into our address space. This gives us
311 * the largest string length so don't read any more of the
312 * string tabl
[all...]
H A Dposix_spawn.c40 #include <string.h>
/barrelfish-2018-10-04/lib/libc/iconv/
H A Dcitrus_csmapper.c41 #include <string.h>
H A Dcitrus_db_factory.c39 #include <string.h>
H A Dcitrus_esdb.c40 #include <string.h>
H A Dcitrus_lookup.c41 #include <string.h>
/barrelfish-2018-10-04/lib/libc/locale/
H A Dutf8.c41 #include <string.h>
/barrelfish-2018-10-04/lib/libc/nameser/
H A Dns_parse.c35 #include <string.h>
/barrelfish-2018-10-04/lib/libc/net/
H A Dgethostbyht.c64 #include <string.h>
H A Dgetifaddrs.c50 #include <string.h>
H A Dip6opt.c41 #include <string.h>
H A Dsourcefilter.c47 #include <string.h>

Completed in 329 milliseconds

<<31323334353637383940>>