Home
last modified time | relevance | path

Searched refs:user_buf (Results 1 – 25 of 516) sorted by last modified time

12345678910>>...21

/dports/sysutils/busybox/busybox-1.26.2/loginutils/
H A Dsu.c80 char user_buf[64]; in su_main() local
109 old_user = user_buf; in su_main()
110 if (getlogin_r(user_buf, sizeof(user_buf)) != 0) in su_main()
/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dlineedit.c148 char *user_buf; member
188 #define user_buf (S.user_buf ) macro
212 free(user_buf); in deinit_S()
1870 pbuf = user_buf ? user_buf : (char*)""; in parse_and_put_prompt()
2343 user_buf = xstrdup(entry->pw_name); in read_line_input()
/dports/multimedia/smplayer/smplayer-21.10.0/webserver/
H A Dmongoose.c5384 char *user_buf; member
5394 ab->user_buf = buf; in altbuf_init()
5405 ab->user_buf[ab->len++] = c; in altbuf_append()
5415 mbuf_append(&ab->m, ab->user_buf, ab->len); in altbuf_append()
5450 return ab->user_buf; in altbuf_get_buf()
/dports/emulators/simh/simh-3.9.0_5/I7094/
H A Di7094_cpu.c189 uint32 user_buf = 0; /* (CTSS) user mode buffer */ variable
320 { FLDATA (USERBUF, user_buf, 0) },
701 mode_user = user_buf; /* load modes from buffers */ in sim_instr()
1659 user_buf = 1; /* set mode buffer */ in sim_instr()
2118 mode_user = user_buf = 0; in WriteTAD()
2171 mode_user = user_buf = 0; in TrapXfr()
2239 mode_user = user_buf = 0; in cpu_reset()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/lib/prstreams/
H A Dprstrms.cpp322 void PRfilebuf::setb(char_type *buf_base, char_type *buf_end, bool user_buf) in setb() argument
330 _user_buf = user_buf; in setb()
H A Dprstrms.h67 void setb(char_type *buf_base, char_type *buf_end, bool user_buf); in PR_IMPLEMENT()
/dports/www/firefox/firefox-99.0/nsprpub/lib/prstreams/
H A Dprstrms.h67 void setb(char_type *buf_base, char_type *buf_end, bool user_buf); in PR_IMPLEMENT()
H A Dprstrms.cpp322 void PRfilebuf::setb(char_type *buf_base, char_type *buf_end, bool user_buf) in setb() argument
330 _user_buf = user_buf; in setb()
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/lib/prstreams/
H A Dprstrms.h67 void setb(char_type *buf_base, char_type *buf_end, bool user_buf); in PRfilebuf()
H A Dprstrms.cpp322 void PRfilebuf::setb(char_type *buf_base, char_type *buf_end, bool user_buf)
330 _user_buf = user_buf;
/dports/security/cyrus-sasl2/cyrus-sasl-2.1.28/plugins/
H A Dsql.c907 char *user_buf; in sql_auxprop_lookup() local
927 if (!user_buf) { in sql_auxprop_lookup()
932 memcpy(user_buf, user, ulen); in sql_auxprop_lookup()
933 user_buf[ulen] = '\0'; in sql_auxprop_lookup()
946 user_buf)) != SASL_OK ) { in sql_auxprop_lookup()
1133 if (user_buf) sparams->utils->free(user_buf); in sql_auxprop_lookup()
1150 char *user_buf; in sql_auxprop_store() local
1174 if (!user_buf) { in sql_auxprop_store()
1179 memcpy(user_buf, user, ulen); in sql_auxprop_store()
1180 user_buf[ulen] = '\0'; in sql_auxprop_store()
[all …]
H A Dsasldb.c72 char *user_buf; in sasldb_auxprop_lookup() local
79 if(!user_buf) { in sasldb_auxprop_lookup()
84 memcpy(user_buf, user, ulen); in sasldb_auxprop_lookup()
85 user_buf[ulen] = '\0'; in sasldb_auxprop_lookup()
94 sparams->serverFQDN, user_buf); in sasldb_auxprop_lookup()
201 if (user_buf) sparams->utils->free(user_buf); in sasldb_auxprop_lookup()
217 char *user_buf; in sasldb_auxprop_store() local
225 if(!user_buf) { in sasldb_auxprop_store()
230 memcpy(user_buf, user, ulen); in sasldb_auxprop_store()
231 user_buf[ulen] = '\0'; in sasldb_auxprop_store()
[all …]
/dports/security/cyrus-sasl2-gssapi/cyrus-sasl-2.1.28/plugins/
H A Dsql.c907 char *user_buf; in sql_auxprop_lookup() local
927 if (!user_buf) { in sql_auxprop_lookup()
932 memcpy(user_buf, user, ulen); in sql_auxprop_lookup()
933 user_buf[ulen] = '\0'; in sql_auxprop_lookup()
946 user_buf)) != SASL_OK ) { in sql_auxprop_lookup()
1133 if (user_buf) sparams->utils->free(user_buf); in sql_auxprop_lookup()
1150 char *user_buf; in sql_auxprop_store() local
1174 if (!user_buf) { in sql_auxprop_store()
1179 memcpy(user_buf, user, ulen); in sql_auxprop_store()
1180 user_buf[ulen] = '\0'; in sql_auxprop_store()
[all …]
H A Dsasldb.c72 char *user_buf; in sasldb_auxprop_lookup() local
79 if(!user_buf) { in sasldb_auxprop_lookup()
84 memcpy(user_buf, user, ulen); in sasldb_auxprop_lookup()
85 user_buf[ulen] = '\0'; in sasldb_auxprop_lookup()
94 sparams->serverFQDN, user_buf); in sasldb_auxprop_lookup()
201 if (user_buf) sparams->utils->free(user_buf); in sasldb_auxprop_lookup()
217 char *user_buf; in sasldb_auxprop_store() local
225 if(!user_buf) { in sasldb_auxprop_store()
230 memcpy(user_buf, user, ulen); in sasldb_auxprop_store()
231 user_buf[ulen] = '\0'; in sasldb_auxprop_store()
[all …]
/dports/security/cyrus-sasl2-saslauthd/cyrus-sasl-2.1.28/plugins/
H A Dsql.c907 char *user_buf; in sql_auxprop_lookup() local
927 if (!user_buf) { in sql_auxprop_lookup()
932 memcpy(user_buf, user, ulen); in sql_auxprop_lookup()
933 user_buf[ulen] = '\0'; in sql_auxprop_lookup()
946 user_buf)) != SASL_OK ) { in sql_auxprop_lookup()
1133 if (user_buf) sparams->utils->free(user_buf); in sql_auxprop_lookup()
1150 char *user_buf; in sql_auxprop_store() local
1174 if (!user_buf) { in sql_auxprop_store()
1179 memcpy(user_buf, user, ulen); in sql_auxprop_store()
1180 user_buf[ulen] = '\0'; in sql_auxprop_store()
[all …]
H A Dsasldb.c72 char *user_buf; in sasldb_auxprop_lookup() local
79 if(!user_buf) { in sasldb_auxprop_lookup()
84 memcpy(user_buf, user, ulen); in sasldb_auxprop_lookup()
85 user_buf[ulen] = '\0'; in sasldb_auxprop_lookup()
94 sparams->serverFQDN, user_buf); in sasldb_auxprop_lookup()
201 if (user_buf) sparams->utils->free(user_buf); in sasldb_auxprop_lookup()
217 char *user_buf; in sasldb_auxprop_store() local
225 if(!user_buf) { in sasldb_auxprop_store()
230 memcpy(user_buf, user, ulen); in sasldb_auxprop_store()
231 user_buf[ulen] = '\0'; in sasldb_auxprop_store()
[all …]
/dports/security/cyrus-sasl2-ldapdb/cyrus-sasl-2.1.28/plugins/
H A Dsql.c907 char *user_buf; in sql_auxprop_lookup() local
927 if (!user_buf) { in sql_auxprop_lookup()
932 memcpy(user_buf, user, ulen); in sql_auxprop_lookup()
933 user_buf[ulen] = '\0'; in sql_auxprop_lookup()
946 user_buf)) != SASL_OK ) { in sql_auxprop_lookup()
1133 if (user_buf) sparams->utils->free(user_buf); in sql_auxprop_lookup()
1150 char *user_buf; in sql_auxprop_store() local
1174 if (!user_buf) { in sql_auxprop_store()
1179 memcpy(user_buf, user, ulen); in sql_auxprop_store()
1180 user_buf[ulen] = '\0'; in sql_auxprop_store()
[all …]
/dports/security/cyrus-sasl2-sql/cyrus-sasl-2.1.28/plugins/
H A Dsql.c907 char *user_buf; in sql_auxprop_lookup() local
927 if (!user_buf) { in sql_auxprop_lookup()
932 memcpy(user_buf, user, ulen); in sql_auxprop_lookup()
933 user_buf[ulen] = '\0'; in sql_auxprop_lookup()
946 user_buf)) != SASL_OK ) { in sql_auxprop_lookup()
1133 if (user_buf) sparams->utils->free(user_buf); in sql_auxprop_lookup()
1150 char *user_buf; in sql_auxprop_store() local
1174 if (!user_buf) { in sql_auxprop_store()
1179 memcpy(user_buf, user, ulen); in sql_auxprop_store()
1180 user_buf[ulen] = '\0'; in sql_auxprop_store()
[all …]
/dports/security/cyrus-sasl2-srp/cyrus-sasl-2.1.28/plugins/
H A Dsql.c907 char *user_buf; in sql_auxprop_lookup() local
927 if (!user_buf) { in sql_auxprop_lookup()
932 memcpy(user_buf, user, ulen); in sql_auxprop_lookup()
933 user_buf[ulen] = '\0'; in sql_auxprop_lookup()
946 user_buf)) != SASL_OK ) { in sql_auxprop_lookup()
1133 if (user_buf) sparams->utils->free(user_buf); in sql_auxprop_lookup()
1150 char *user_buf; in sql_auxprop_store() local
1174 if (!user_buf) { in sql_auxprop_store()
1179 memcpy(user_buf, user, ulen); in sql_auxprop_store()
1180 user_buf[ulen] = '\0'; in sql_auxprop_store()
[all …]
/dports/security/cyrus-sasl2-gssapi/cyrus-sasl-2.1.28/lib/
H A Dsaslint.h196 char user_buf[CANON_BUF_SIZE+1], authid_buf[CANON_BUF_SIZE+1]; member
H A Dcanonusr.c81 char *user_buf; in _sasl_canon_user() local
88 user_buf = conn->authid_buf; in _sasl_canon_user()
91 user_buf = conn->user_buf; in _sasl_canon_user()
119 user_buf, in _sasl_canon_user()
127 user = user_buf; in _sasl_canon_user()
165 user_buf, in _sasl_canon_user()
173 user_buf, in _sasl_canon_user()
182 memcpy(conn->user_buf, conn->authid_buf, CANON_BUF_SIZE); in _sasl_canon_user()
192 oparams->user = conn->user_buf; in _sasl_canon_user()
/dports/security/cyrus-sasl2/cyrus-sasl-2.1.28/lib/
H A Dsaslint.h196 char user_buf[CANON_BUF_SIZE+1], authid_buf[CANON_BUF_SIZE+1]; member
/dports/security/cyrus-sasl2-ldapdb/cyrus-sasl-2.1.28/lib/
H A Dcanonusr.c81 char *user_buf; in _sasl_canon_user() local
88 user_buf = conn->authid_buf; in _sasl_canon_user()
91 user_buf = conn->user_buf; in _sasl_canon_user()
119 user_buf, in _sasl_canon_user()
127 user = user_buf; in _sasl_canon_user()
165 user_buf, in _sasl_canon_user()
173 user_buf, in _sasl_canon_user()
182 memcpy(conn->user_buf, conn->authid_buf, CANON_BUF_SIZE); in _sasl_canon_user()
192 oparams->user = conn->user_buf; in _sasl_canon_user()
/dports/security/cyrus-sasl2-saslauthd/cyrus-sasl-2.1.28/lib/
H A Dsaslint.h196 char user_buf[CANON_BUF_SIZE+1], authid_buf[CANON_BUF_SIZE+1]; member
H A Dcanonusr.c81 char *user_buf; in _sasl_canon_user() local
88 user_buf = conn->authid_buf; in _sasl_canon_user()
91 user_buf = conn->user_buf; in _sasl_canon_user()
119 user_buf, in _sasl_canon_user()
127 user = user_buf; in _sasl_canon_user()
165 user_buf, in _sasl_canon_user()
173 user_buf, in _sasl_canon_user()
182 memcpy(conn->user_buf, conn->authid_buf, CANON_BUF_SIZE); in _sasl_canon_user()
192 oparams->user = conn->user_buf; in _sasl_canon_user()

12345678910>>...21