Searched refs:string (Results 76 - 100 of 1557) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/libc/rpc/
H A Drpcdname.c43 #include <string.h>
70 * the domain name is non-null, knowing that the null string is going to
/barrelfish-2018-10-04/lib/libc/string/
H A Dstrndup.c24 #include <string.h>
H A Dstrnstr.c40 #include <string.h>
H A Dstrsep.c36 #include <string.h>
40 * Get next token from string *stringp, where tokens are possibly-empty
43 * Writes NULs into the string at *stringp to end tokens.
/barrelfish-2018-10-04/lib/libc/tests/string/
H A Dstrxfrm_test.c30 #include <string.h>
/barrelfish-2018-10-04/lib/nfs/
H A Dmount.x10 typedef string dirpath<MNTPATHLEN>;
11 typedef string name<MNTNAMLEN>;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Dmem_clr.c59 #include <string.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ripemd/
H A Drmd_one.c60 #include <string.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/sha/
H A Dsha1_one.c60 #include <string.h>
H A Dsha_one.c60 #include <string.h>
/barrelfish-2018-10-04/kernel/
H A Dcoreboot.c15 #include <string.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dkssl_lcl.h75 char *kstring(char *string);
/barrelfish-2018-10-04/lib/posixcompat/
H A Dsetrlimit.c3 #include <string.h>
/barrelfish-2018-10-04/usr/drivers/ahcid/
H A Dahcid.h14 #include <string.h>
/barrelfish-2018-10-04/usr/tests/perfmontest/
H A Dspin.c2 #include <string.h>
/barrelfish-2018-10-04/tools/fastmodels/
H A Dutil.h13 #include <string.h>
20 /* Copy a base+length string into a null-terminated string. Destination
/barrelfish-2018-10-04/lib/libc/posix1e/
H A Dacl_support.h61 int _posix1e_acl_string_to_perm(char *string, acl_perm_t *perm);
64 char *string_skip_whitespace(char *string);
65 void string_trim_trailing_whitespace(char *string);
/barrelfish-2018-10-04/lib/libc/tests/gen/
H A Dtest-fnmatch.c33 #include <string.h>
61 strchr(t->string, '\'') != NULL)
68 t->pattern, t->string);
73 t->pattern, t->string);
/barrelfish-2018-10-04/lib/tzcode/zic/
H A Dialloc.c71 icpyalloc(string)
72 const char * const string;
74 return icatalloc((char *) NULL, string);
/barrelfish-2018-10-04/lib/numa/
H A Dnuma_bitmap.c17 #include <string.h>
27 * \brief parses a character string list of nodes into a bit mask.
29 * \param string character string to parse
32 * NULL if the string is invalid
34 * The string is a comma-separated list of node numbers or node ranges
37 * If the string length is zero, then the numa_no_nodes_ptr is returned
39 struct bitmap *numa_parse_nodestring(char *string) argument
46 * \brief parses a character string list of cpus into a bit mask.
48 * \param string characte
56 numa_parse_cpustring(char *string) argument
[all...]
/barrelfish-2018-10-04/kernel/arch/arm/
H A Dmultiboot.c17 #include <string.h>
47 const char *modname = MBADDR_ASSTRING(mod[i].string), *endstr;
85 CHECK_STR(mod[i].string)
/barrelfish-2018-10-04/kernel/arch/x86/
H A Dmultiboot.c17 #include <string.h>
44 const char *modname = MBADDR_ASSTRING(mod[i].string), *endstr;
82 CHECK_STR(mod[i].string)
/barrelfish-2018-10-04/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DEXDRInputStream.java61 * The following array list is used to map EXDR string references to their
62 * string value. For strings that occur repeatedly throughout the message,
63 * there is a single EXDR string representation. The remainder of the
64 * occurrences are all references to the first occurrence of the string.
69 * An array list is used because string reference idenitifers start from 0,
127 case 'C' : // Turn string compression on
140 case 'R' : // Retrieve the string from the string list
154 // read the next term (it will be a string), and
208 * Read a string
[all...]
/barrelfish-2018-10-04/tools/harness/
H A Dstats.py21 import sys, string, math namespace
56 stripped = string.lstrip(line)
61 words = string.split(line)
/barrelfish-2018-10-04/lib/libc/gen/
H A Dcheck_utility_compat.c42 #include <string.h>

Completed in 132 milliseconds

1234567891011>>