Searched defs:str (Results 176 - 200 of 226) sorted by relevance

12345678910

/barrelfish-2018-10-04/lib/posixcompat/
H A Dsockets.c557 char str[128]; local
799 char str[128]; local
/barrelfish-2018-10-04/lib/spawndomain/
H A Dspawn.c772 char str[128]; local
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dccp.c282 char *str, *endp; local
321 char *str, *endp; local
[all...]
/barrelfish-2018-10-04/include/octopus/parser/
H A Dast.h93 char* str; member in struct:node_ident
97 char* str; member in struct:node_string
246 static inline struct ast_object* ast_ident(char* str) argument
256 static inline struct ast_object* ast_string(char* str) argument
/barrelfish-2018-10-04/lib/barrelfish/
H A Dflounder_support.c371 errval_t flounder_stub_lmp_recv_string(struct lmp_recv_msg *msg, char *str, argument
353 flounder_stub_lmp_send_string(struct lmp_chan *chan, lmp_send_flags_t flags, const char *str, size_t *pos, size_t *len) argument
470 flounder_stub_ump_send_string(struct flounder_ump_state *s, int msgnum, const char *str, size_t *pos, size_t *len) argument
487 flounder_stub_ump_recv_string(volatile struct ump_message *msg, char *str, size_t *pos, size_t *len, size_t maxsize) argument
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dmcg.c842 static void mlx4_err_rule(struct mlx4_dev *dev, char *str, argument
/barrelfish-2018-10-04/usr/monitor/
H A Dmonitor_rpc_server.c78 rsrc_manifest(struct monitor_blocking_binding *b, struct capref dispcap, const char *str) argument
/barrelfish-2018-10-04/lib/libc/gen/
H A Dgetcap.c784 cgetstr(char *buf, const char *cap, char **str) argument
911 cgetustr(char *buf, const char *cap, char **str) argument
H A Dgetnetgrent.c480 _revnetgr_lookup(char* lookupdom, char* map, const char* str, argument
H A Dglob.c981 g_opendir(Char *str, glob_t *pglob) argument
1029 g_strchr(const Char *str, wchar_t ch) argument
1040 g_Ctoc(const Char *str, char *buf, size_t len) argument
1088 qprintf(const char *str, Char *s) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dcms.c1310 char *str = sk_OPENSSL_STRING_value(ns, i); local
H A Dpkcs12.c959 static int set_pbe(BIO *err, int *ppbe, const char *str) argument
H A Dreq.c1569 static int check_end(const char *str, const char *end) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Dcryptlib.c202 char *str; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/err/
H A Derr.c597 ERR_STRING_DATA *str = &SYS_str_reasons[i - 1]; local
670 static void err_load_strings(int lib, ERR_STRING_DATA *str) argument
681 ERR_load_strings(int lib, ERR_STRING_DATA *str) argument
687 ERR_unload_strings(int lib, ERR_STRING_DATA *str) argument
1070 char *str,*p,*a; local
[all...]
/barrelfish-2018-10-04/include/openssl/local/
H A De_os.h297 static unsigned int _strlen31(const char *str) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ui/
H A Dui_lib.c473 static int print_error(const char *str, size_t len, UI *ui) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_utl.c392 unsigned char *string_to_hex(const char *str, long *len) argument
542 static void str_free(OPENSSL_STRING str) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/
H A De_os.h297 static unsigned int _strlen31(const char *str) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dt1_enc.c822 tls1_final_finish_mac(SSL *s, const char *str, int slen, unsigned char *out) argument
/barrelfish-2018-10-04/lib/skb/
H A Dskb_snprintf.c900 skb_vsnprintf (char *str, size_t count, const char *fmt, va_list args) argument
906 skb_snprintf(char *str, size_t count, const char *fmt, ...) argument
/barrelfish-2018-10-04/lib/linenoise/
H A Dlinenoise.c418 void linenoiseAddCompletion(linenoiseCompletions *lc, const char *str) { argument
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Deap.c644 const char *str; local
1015 static void eap_send_response(ppp_pcb *pcb, u_char id, u_char typenum, const u_char *str, int lenstr) { argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Ddict.c793 pword *str = DidString(dip); local
[all...]
/barrelfish-2018-10-04/kernel/
H A Dsyscall.c40 errval_t sys_print(const char *str, size_t length) argument

Completed in 181 milliseconds

12345678910