Searched refs:resp (Results 1 - 25 of 470) sorted by relevance

1234567891011>>

/macosx-10.10.1/OpenPAM-20/openpam/lib/
H A Dopenpam_nullconv.c53 struct pam_response **resp,
60 (void)resp;
51 openpam_nullconv(int n, const struct pam_message **msg, struct pam_response **resp, void *data) argument
/macosx-10.10.1/sudo-73/src/auth/
H A Dfwtk.c58 char resp[128]; /* Response from the server */ local
71 if (auth_recv(resp, sizeof(resp))) {
75 if (strncmp(resp, "Authsrv ready", 13) != 0) {
76 warningx("authentication server error:\n%s", resp);
91 char resp[128]; /* Response from the server */ local
97 if (auth_send(buf) || auth_recv(resp, sizeof(resp))) {
103 if (strncmp(resp, "challenge ", 10) == 0) {
104 (void) snprintf(buf, sizeof(buf), "%s\nResponse: ", &resp[1
[all...]
/macosx-10.10.1/security_certtool-55109/src/
H A DCertUI.cpp129 char resp[200]; local
153 getString(resp, sizeof(resp));
154 if(resp[0] != '\0') {
155 unsigned len = strlen(resp) + 1;
157 strcpy((char *)nameOidOut->string, resp);
172 getStringWithPrompt("Is this OK (y/anything)? ", resp, sizeof(resp));
173 if(resp[0] == 'y') {
338 char resp[20 local
396 char resp[200]; local
442 char resp[200]; local
[all...]
/macosx-10.10.1/apache-793/httpd/modules/aaa/
H A Dmod_auth_digest.c879 static int get_digest_rec(request_rec *r, digest_header_rec *resp) argument
891 resp->auth_hdr_sts = NO_HEADER;
895 resp->scheme = ap_getword_white(r->pool, &auth_line);
896 if (strcasecmp(resp->scheme, "Digest")) {
897 resp->auth_hdr_sts = NOT_DIGEST;
961 resp->username = apr_pstrdup(r->pool, value);
963 resp->realm = apr_pstrdup(r->pool, value);
965 resp->nonce = apr_pstrdup(r->pool, value);
967 resp->uri = apr_pstrdup(r->pool, value);
969 resp
1011 digest_header_rec *resp; local
1160 get_userpw_hash(const request_rec *r, const digest_header_rec *resp, const digest_config_rec *conf) argument
1176 get_session_HA1(const request_rec *r, digest_header_rec *resp, const digest_config_rec *conf, int generate) argument
1206 clear_session(const digest_header_rec *resp) argument
1227 note_digest_auth_failure(request_rec *r, const digest_config_rec *conf, digest_header_rec *resp, int stale) argument
1333 digest_header_rec *resp; local
1427 check_nc(const request_rec *r, const digest_header_rec *resp, const digest_config_rec *conf) argument
1480 check_nonce(request_rec *r, digest_header_rec *resp, const digest_config_rec *conf) argument
1547 old_digest(const request_rec *r, const digest_header_rec *resp, const char *ha1) argument
1560 new_digest(const request_rec *r, digest_header_rec *resp, const digest_config_rec *conf) argument
1655 digest_header_rec *resp; local
1937 digest_header_rec *resp = local
[all...]
/macosx-10.10.1/shell_cmds-179/find/
H A Dmisc.c88 char *p, resp[256]; local
96 if (fgets(resp, sizeof(resp), stdin) == NULL)
97 *resp = '\0';
98 if ((p = strchr(resp, '\n')) != NULL)
105 return (resp[0] == 'y');
107 return (rpmatch(resp) == 1);
/macosx-10.10.1/pam_modules-140/modules/pam_nologin/
H A Dpam_nologin.c79 struct pam_response *resp = NULL; local
123 &resp, conversation->appdata_ptr);
125 if (NULL != resp && NULL != resp->resp) {
126 memset(resp->resp, 0, strlen(resp->resp));
/macosx-10.10.1/libffi-18.1/tests/testsuite/libffi.call/
H A Dcls_double.c10 static void cls_ret_double_fn(ffi_cif* cif,void* resp,void** args, argument
13 *(double *)resp = *(double *)args[0];
16 *(double *)resp);
H A Dcls_float.c10 static void cls_ret_float_fn(ffi_cif* cif,void* resp,void** args, argument
13 *(float *)resp = *(float *)args[0];
16 *(float *)resp);
H A Dcls_schar.c10 static void cls_ret_schar_fn(ffi_cif* cif,void* resp,void** args, argument
13 *(ffi_arg*)resp = *(signed char *)args[0];
15 *(ffi_arg*)resp);
H A Dcls_sint.c10 static void cls_ret_sint_fn(ffi_cif* cif,void* resp,void** args, argument
13 *(ffi_arg*)resp = *(signed int *)args[0];
15 *(ffi_arg*)resp);
H A Dcls_sshort.c10 static void cls_ret_sshort_fn(ffi_cif* cif,void* resp,void** args, argument
13 *(ffi_arg*)resp = *(signed short *)args[0];
15 *(ffi_arg*)resp);
H A Dcls_uchar.c10 static void cls_ret_uchar_fn(ffi_cif* cif,void* resp,void** args, argument
13 *(ffi_arg*)resp = *(unsigned char *)args[0];
15 *(ffi_arg*)resp);
H A Dcls_uint.c10 static void cls_ret_uint_fn(ffi_cif* cif,void* resp,void** args, argument
13 *(ffi_arg *)resp = *(unsigned int *)args[0];
16 *(ffi_arg *)resp);
H A Dcls_ushort.c10 static void cls_ret_ushort_fn(ffi_cif* cif,void* resp,void** args, argument
13 *(ffi_arg*)resp = *(unsigned short *)args[0];
16 *(ffi_arg*)resp);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dcls_double.c10 static void cls_ret_double_fn(ffi_cif* cif,void* resp,void** args, argument
13 *(double *)resp = *(double *)args[0];
16 *(double *)resp);
H A Dcls_float.c10 static void cls_ret_float_fn(ffi_cif* cif,void* resp,void** args, argument
13 *(float *)resp = *(float *)args[0];
16 *(float *)resp);
H A Dcls_schar.c10 static void cls_ret_schar_fn(ffi_cif* cif,void* resp,void** args, argument
13 *(ffi_arg*)resp = *(signed char *)args[0];
15 *(ffi_arg*)resp);
H A Dcls_sint.c10 static void cls_ret_sint_fn(ffi_cif* cif,void* resp,void** args, argument
13 *(ffi_arg*)resp = *(signed int *)args[0];
15 *(ffi_arg*)resp);
H A Dcls_sshort.c10 static void cls_ret_sshort_fn(ffi_cif* cif,void* resp,void** args, argument
13 *(ffi_arg*)resp = *(signed short *)args[0];
15 *(ffi_arg*)resp);
H A Dcls_uchar.c10 static void cls_ret_uchar_fn(ffi_cif* cif,void* resp,void** args, argument
13 *(ffi_arg*)resp = *(unsigned char *)args[0];
15 *(ffi_arg*)resp);
H A Dcls_uint.c10 static void cls_ret_uint_fn(ffi_cif* cif,void* resp,void** args, argument
13 *(ffi_arg *)resp = *(unsigned int *)args[0];
16 *(ffi_arg *)resp);
H A Dcls_ushort.c10 static void cls_ret_ushort_fn(ffi_cif* cif,void* resp,void** args, argument
13 *(ffi_arg*)resp = *(unsigned short *)args[0];
16 *(ffi_arg*)resp);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dcls_double.c10 static void cls_ret_double_fn(ffi_cif* cif,void* resp,void** args, argument
13 *(double *)resp = *(double *)args[0];
16 *(double *)resp);
H A Dcls_float.c10 static void cls_ret_float_fn(ffi_cif* cif,void* resp,void** args, argument
13 *(float *)resp = *(float *)args[0];
16 *(float *)resp);
H A Dcls_schar.c10 static void cls_ret_schar_fn(ffi_cif* cif,void* resp,void** args, argument
13 *(ffi_arg*)resp = *(signed char *)args[0];
15 *(ffi_arg*)resp);

Completed in 213 milliseconds

1234567891011>>