Searched refs:string (Results 51 - 75 of 1557) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/libc/string/
H A Dstrncpy.c39 #include <string.h>
H A Dstrpbrk.c36 #include <string.h>
H A Dstrrchr.c37 #include <string.h>
H A Dstrstr.c39 #include <string.h>
H A Dtimingsafe_bcmp.c21 #include <string.h>
H A Dwmemcpy.c37 #include <string.h>
H A Dwmemmove.c37 #include <string.h>
/barrelfish-2018-10-04/lib/libc/uuid/
H A Duuid_equal.c30 #include <string.h>
/barrelfish-2018-10-04/lib/net_queue_manager/
H A DQM_benchmark.h17 #include <string.h>
/barrelfish-2018-10-04/lib/netd/
H A Dnetd.c26 #include <string.h>
32 static char * duplicate_string(const char *string) argument
34 if (!string)
36 char *new_string = strdup(string);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ui/
H A Dui_compat.c56 #include <string.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_keywrap.h12 #include <string.h>
/barrelfish-2018-10-04/lib/posixcompat/
H A Dbasename.c7 #include <string.h>
H A Dgetcwd.c11 #include <string.h>
H A Dgethostname.c11 #include <string.h>
H A Dgrp.c12 #include <string.h>
H A Dopen.c12 #include <string.h>
/barrelfish-2018-10-04/usr/bench/net_latency/elb/
H A Delb.h15 #include <string.h>
/barrelfish-2018-10-04/usr/device_managers/dma/
H A Ddma_mgr.c13 #include <string.h>
/barrelfish-2018-10-04/include/barrelfish/
H A Dsyscalls.h46 * \brief Print a string through the kernel.
48 * This calls #SYSCALL_PRINT to print 'string' of length 'length' through
49 * the kernel. Whether and where 'string' is printed is determined by
52 * \param string Pointer to string to print.
53 * \param length Length of string.
57 errval_t sys_print(const char *string, size_t length);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dlog2.h38 #include <string.h>
/barrelfish-2018-10-04/lib/libc/posix1e/
H A Dacl_support.c43 #include <string.h>
274 * in a string describing the permissions.
311 * given a string, return a permission describing it
314 _posix1e_acl_string_to_perm(char *string, acl_perm_t *perm) argument
319 ch = string;
389 string_skip_whitespace(char *string) argument
392 while (*string && ((*string == ' ') || (*string == '\t')))
393 string
399 string_trim_trailing_whitespace(char *string) argument
[all...]
/barrelfish-2018-10-04/lib/barrelfish/
H A Dsyscalls.c35 errval_t sys_print(const char *string, size_t length) argument
37 return syscall3(SYSCALL_PRINT, (uintptr_t)string, length).error;
/barrelfish-2018-10-04/lib/libc/gen/
H A Dpsignal.c42 #include <string.h>
/barrelfish-2018-10-04/lib/libc/locale/
H A Dcollcmp.c35 #include <string.h>

Completed in 146 milliseconds

1234567891011>>