Searched refs:pass (Results 76 - 100 of 342) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Duid.c32 static struct passwd *pass=NULL; local
34 if (!pass) {
36 pass = getpwnam_alloc(lp_guestaccount());
37 if (!pass)
44 initgroups(pass->pw_name, pass->pw_gid);
47 set_sec_ctx(pass->pw_uid, pass->pw_gid, 0, NULL, NULL);
52 passwd_free(&pass);
H A Dservice.c272 struct passwd *pass = NULL; local
297 pass = getpwnam_alloc(guestname);
298 if (!pass) {
304 fstrcpy(user,pass->pw_name);
306 conn->uid = pass->pw_uid;
307 conn->gid = pass->pw_gid;
308 string_set(&conn->user,pass->pw_name);
309 passwd_free(&pass);
345 pass = Get_Pwnam(user);
347 conn->uid = pass
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Drecovery.c38 struct recovery_info *info, enum passtype pass);
215 * Recovery is done in three passes. In the first pass, we look for the
217 * blocks. In the third and final pass, we replay any un-revoked blocks
273 * We perform one pass over the journal to allow us to tell the user how
305 struct recovery_info *info, enum passtype pass)
332 if (pass == PASS_SCAN)
335 hfsplus_jbd_debug(1, "Starting recovery pass %d\n", pass);
357 if (pass != PASS_SCAN)
402 * to do with it? That depends on the pass
304 do_one_pass(hfsplus_jbd_t *journal, struct recovery_info *info, enum passtype pass) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Drecovery.c42 struct recovery_info *info, enum passtype pass);
219 * Recovery is done in three passes. In the first pass, we look for the
221 * blocks. In the third and final pass, we replay any un-revoked blocks
277 * We perform one pass over the journal to allow us to tell the user how
311 struct recovery_info *info, enum passtype pass)
338 if (pass == PASS_SCAN)
341 jbd_debug(1, "Starting recovery pass %d\n", pass);
363 if (pass != PASS_SCAN)
407 * to do with it? That depends on the pass
310 do_one_pass(journal_t *journal, struct recovery_info *info, enum passtype pass) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-perl-1154 -k_ --flag=_:1:pass-perl-format --flag=_:1:pass-perl-brace-format \
155 -k%__ --flag=%__:1:pass-perl-format --flag=%__:1:pass-perl-brace-format \
156 -k\$__ --flag=\$__:1:pass-perl-format --flag=\$__:1:pass-perl-brace-format \
H A Dxgettext-c-1316 --flag=foo:1:qt-format --flag=gettext:1:pass-qt-format --qt \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dpng.h55 /* Mask to determine which y pixels are valid in a pass */
64 /* Mask to determine which pixels are valid in a pass */
73 /* compute the row size of an interleaved pass */
74 int ff_png_pass_row_size(int pass, int bits_per_pixel, int width);
H A Dpngdec.c59 int pass; member in struct:PNGDecContext
62 int pass_row_size; /* decompress row size of the current pass */
67 /* Mask to determine which y pixels can be written in a pass */
77 /* NOTE: we try to construct a good looking image at each pass. width
81 int bits_per_pixel, int pass,
88 mask = ff_png_pass_mask[pass];
89 dsp_mask = png_pass_dsp_mask[pass];
93 if (pass == 0)
314 if ((ff_png_pass_ymask[s->pass] << (s->y & 7)) & 0x80) {
324 if ((png_pass_dsp_ymask[s->pass] << (
80 png_put_interlaced_row(uint8_t *dst, int width, int bits_per_pixel, int pass, int color_type, const uint8_t *src) argument
[all...]
H A Dpngenc.c51 int bits_per_pixel, int pass,
58 mask = ff_png_pass_mask[pass];
354 int pass; local
356 for(pass = 0; pass < NB_PASSES; pass++) {
357 /* NOTE: a pass is completely omited if no pixels would be
359 pass_row_size = ff_png_pass_row_size(pass, bits_per_pixel, avctx->width);
363 if ((ff_png_pass_ymask[pass] << (y & 7)) & 0x80) {
371 bits_per_pixel, pass,
50 png_get_interlaced_row(uint8_t *dst, int row_size, int bits_per_pixel, int pass, const uint8_t *src, int width) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dlcnalloc.c87 u8 pass, done_zones, search_zone, need_writeback = 0, bit; local
112 * and pass depending on whether we are starting inside a zone (1) or
119 pass = 1;
135 * single pass is sufficient.
137 pass = 2;
144 * pass in this zone is sufficient.
146 pass = 2;
153 * Starting at beginning of volume which means a single pass
156 pass = 2;
185 "search_zone %i, pass
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/smbd/
H A Dsighup.exp99 pass "sighup reload"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-userinfo33 my $pass;
43 $pass = 1;
54 if (!defined($pass)) {
58 chomp($pass=<STDIN>);
63 $config{masterPw}="$pass";
66 if (!is_user_valid($user, $dn, $pass)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dpopt_common.c155 char pass[128]; local
173 for(p = pass, *p = '\0'; /* ensure that pass is null-terminated */
174 p && p - pass < sizeof(pass);) {
178 *++p = '\0'; /* advance p, and null-terminate pass */
182 if (p - pass) {
198 pstrcpy(a->password, pass);
263 * -N,--no-pass
265 * -P --machine-pass
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-perl/po/
H A DMakefile.am15 -k_ --flag=_:1:pass-perl-format --flag=_:1:pass-perl-brace-format \
16 -k__ --flag=__:1:pass-perl-format --flag=__:1:pass-perl-brace-format \
17 -k'$$__' --flag='$$__:1:pass-perl-format' --flag='$$__:1:pass-perl-brace-format' \
18 -k'%__' --flag=%__:1:pass-perl-format --flag=%__:1:pass-perl-brace-format \
20 -k__n:1,2 --flag=__n:1:pass-perl-format --flag=__n:1:pass
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/contrib/pppgetpass/
H A Dpppgetpass.vt.c27 char pass[256], *nl; local
176 if(!fgets(pass, sizeof pass, fp)) {
185 if((nl=strchr(pass, '\n')))
187 passlen=strlen(pass);
190 if((wrote=write(outfd, pass, passlen))!=passlen) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dcliconnect.c60 const char *pass, size_t passlen, const char *workgroup)
84 if (!SMBencrypt(pass, cli->secblob.data,(uchar *)lm_response.data)) {
90 lm_response = data_blob(pass, passlen);
93 passlen = clistr_push(cli, pword, pass, sizeof(pword), STR_TERMINATE);
94 lm_response = data_blob(pass, passlen);
212 const char *pass, const char *workgroup)
236 p += clistr_push(cli, p, pass, -1, STR_TERMINATE); /* password */
240 p += clistr_push(cli, p, pass, -1, STR_UNICODE|STR_TERMINATE); /* unicode password */
274 @param pass *either* cleartext password (passlen !=24) or LM response.
275 @param ntpass NT response, implies ntpasslen >=24, implies pass i
59 cli_session_setup_lanman2(struct cli_state *cli, const char *user, const char *pass, size_t passlen, const char *workgroup) argument
211 cli_session_setup_plaintext(struct cli_state *cli, const char *user, const char *pass, const char *workgroup) argument
279 cli_session_setup_nt1(struct cli_state *cli, const char *user, const char *pass, size_t passlen, const char *ntpass, size_t ntpasslen, const char *workgroup) argument
573 cli_session_setup_ntlmssp(struct cli_state *cli, const char *user, const char *pass, const char *domain) argument
699 cli_session_setup_spnego(struct cli_state *cli, const char *user, const char *pass, const char *domain) argument
787 cli_session_setup(struct cli_state *cli, const char *user, const char *pass, int passlen, const char *ntpass, int ntpasslen, const char *workgroup) argument
902 cli_send_tconX(struct cli_state *cli, const char *share, const char *dev, const char *pass, int passlen) argument
1591 cli_raw_tcon(struct cli_state *cli, const char *service, const char *pass, const char *dev, uint16 *max_xmit, uint16 *tid) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlcnalloc.c192 u8 pass = 1; /* 1: inside zone; 2: start of zone */ local
244 pass = 2;
383 pass = 2;
392 ntfs_log_trace("Finished current zone pass(%i).\n", pass);
393 if (pass == 1) {
395 pass = 2;
413 /* pass == 2 */
418 pass = 1;
435 pass
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dpca.c70 int i, j, pass; local
89 for(pass=0; pass < 50; pass++){
113 return pass;
121 if(pass < 3 && fabs(covar) < sum / (5*n*n)) //FIXME why pass < 3
125 if(pass >=3 && fabs((eigenvalue[j]+z[j])/covar) > (1LL<<32) && fabs((eigenvalue[i]+z[i])/covar) > (1LL<<32)){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/auth/
H A Dpass_check.c594 NTSTATUS pass_check(const struct passwd *pass, const char *user, const char *password, argument
603 DEBUG(100, ("checking user=[%s] pass=[%s]\n", user, password));
627 if (!pass) {
636 fstrcpy(this_crypted, pass->pw_passwd);
637 fstrcpy(this_salt, pass->pw_passwd);
648 spass = getspnam(pass->pw_name);
661 if (ia_openinfo(pass->pw_name, &uinfo) != -1)
662 ia_get_logpwd(uinfo, &(pass->pw_passwd));
668 struct pr_passwd *pr_pw = getprpwnam(pass->pw_name);
702 AUTHORIZATION *ap = getauthuid(pass
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Drecovery.c299 unsigned int end, int pass)
341 error = lops_scan_elements(jd, start, ld, ptr, pass);
432 unsigned int pass; local
506 for (pass = 0; pass < 2; pass++) {
507 lops_before_scan(jd, &head, pass);
509 head.lh_blkno, pass);
510 lops_after_scan(jd, error, pass);
298 foreach_descriptor(struct gfs2_jdesc *jd, unsigned int start, unsigned int end, int pass) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Drecovery.c42 struct recovery_info *info, enum passtype pass);
220 * Recovery is done in three passes. In the first pass, we look for the
222 * blocks. In the third and final pass, we replay any un-revoked blocks
278 * We perform one pass over the journal to allow us to tell the user how
320 struct recovery_info *info, enum passtype pass)
348 if (pass == PASS_SCAN)
351 jbd_debug(1, "Starting recovery pass %d\n", pass);
373 if (pass != PASS_SCAN)
417 * to do with it? That depends on the pass
319 do_one_pass(journal_t *journal, struct recovery_info *info, enum passtype pass) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dkdf.c46 int pass, i; local
61 for (pass=0; used < keysize; pass++)
63 if (pass)
66 for (i=0; i < pass; i++) /* Preset the hash context. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dpciehp_pci.c172 int pass, busnr, start = parent->secondary; local
184 for (pass = 0; pass < 2; pass++)
185 busnr = pci_scan_bridge(parent, dev, busnr, pass);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dcardbus.c214 unsigned int max, pass; local
220 for (pass = 0; pass < 2; pass++)
224 max = pci_scan_bridge(bus, dev, max, pass);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-tls.c272 int pass, i; local
274 for (pass = 0; pass < 2; pass++)
278 if (pass == 0)

Completed in 237 milliseconds

1234567891011>>