Searched defs:pass (Results 1 - 19 of 19) sorted by relevance

/ast/src/lib/libpp/
H A Dpppragma.c31 pppragma(char* directive, char* pass, char* name, char* value, int newline) argument
41 if (pass)
48 ppprintf("%s:", pass);
60 if (sep || pass)
H A Dpp.h402 char* pass; /* pass name */ member in struct:ppglobals
/ast/src/cmd/3d/
H A Drmdir3d.c35 int pass = 0; local
44 if (pass++)
68 else if (pass)
86 int pass = 0; local
114 if (errno == ENOTEMPTY && !pass++)
/ast/src/cmd/cs/vcs_src/
H A Dmnt_mount.c25 [mount-point prot:/[user[:pass]@]host[:port][/remote-path]]"
30 * prot:/user:pass@host:port/remote-path
41 char* pass; local
51 pass = getpass(psbuf);
53 sfsprintf( buf, size, "%s%s%s", data, pass, s+1 );
86 while (n = optget(argv, "s:[server]f:[mount-file] [mount-point prot,host,user,pass,time:remote-path]"))
H A Difs_agent.c185 char *host, *ptr, *pass; local
187 /* url format: "proto:/user:pass@host:port/remote-path" */
188 /* split proto & user:pass@host:port, and remote-path */
214 /* split "user:pass" & "host:port" */
217 if( (pass = strchr( host, ':' )) != NULL ) {
218 *pass++ = '\0';
219 mi->passlen = strlen( pass ) + 1;
220 mi->pass = SecurityDataAccess( 0, pass, mi->passlen );
402 buf += sfsprintf( buf, end - buf, mi->pass
[all...]
H A Difs_agent.h68 int pass; member in struct:mount_item
H A Difs_ftp.c436 char pass[ 80 ], *user; local
459 SecurityDataAccess( mitem->pass, pass, mitem->passlen );
461 strcpy( pass, "ftpcs@" );
464 FtpTalk( nFile, "PASS", pass ) != 230 ) {
/ast/src/lib/libtksh/tcl/
H A DtclPkg.c151 int code, satisfies, result, pass;
155 * It can take up to three passes to find the package: one pass to
157 * script for a specific version, and a final pass to lookup the
161 for (pass = 1; ; pass++) {
217 * command, invoke it (but only on the first pass; after that,
221 if (pass > 1) {
149 int code, satisfies, result, pass; local
/ast/src/lib/libast/astsa/
H A Doptlib.h68 Optpass_t pass; member in struct:Optcache_s
79 Optpass_t pass[8]; /* optjoin() list */ member in struct:Optstate_s
88 int join; /* optjoin() pass # */
/ast/src/lib/libast/misc/
H A Doptlib.h74 Optpass_t pass; member in struct:Optcache_s
85 Optpass_t pass[8]; /* optjoin() list */ member in struct:Optstate_s
94 int join; /* optjoin() pass # */
H A Doptget.c931 * initialize the attributes for pass p from opt string s
2329 * if oopts is 0 then state.pass is used
2459 top = state.pass[0];
2464 if (state.pass[i].oopts == opts)
2466 o = &state.pass[i];
2481 o = state.pass;
2486 o = &state.cache->pass;
2491 oopts = (const char*)state.pass[0].oopts;
3499 state.pass[0] = top;
4283 Optpass_t* pass; local
[all...]
/ast/src/lib/libtk/generic/
H A DtkImgGIF.c445 int xpos = 0, ypos = 0, pass = 0;
488 switch (pass) {
499 ++pass;
500 switch (pass) {
442 int xpos = 0, ypos = 0, pass = 0; local
/ast/src/cmd/coshell/
H A Dcommand.c34 int* pass; member in struct:__anon56
87 svc.pass[x] = 0;
95 if (x = svc.pass[fds[m].fd])
106 svc.pass[fds[m].fd] = (int)strtol(cmd + 1, NiL, 10);
138 * pass job control signals to the server and self
188 if (!(svc.pass = newof(0, int, (int)strtol(astconf("OPEN_MAX", NiL, NiL), NiL, 0), 0)))
189 error(3, "out of space [pass]");
190 svc.pass[state.indirect.err] = 2;
191 svc.pass[state.indirect.out] = 1;
458 if (jp = con[n].info.pass
[all...]
H A Dmain.c443 if (csread(fd, s = state.buf, 13, CS_EXACT) != 13 || s[0] != '#' || (jp = state.job + (int)strtol(s + 1, NiL, 10)) > state.jobmax || fstat(state.con[fd].info.pass.fd = (int)strtol(s + 7, NiL, 10), &st))
448 state.con[fd].info.pass.job = jp->pid ? jp : 0;
449 state.con[fd].info.pass.serialize = (jp->flags & CO_SERIALIZE) ? sfstropen() : (Sfio_t*)0;
613 n = state.con[fd].info.pass.fd;
614 jp = state.con[fd].info.pass.job;
622 if (*(s = state.con[fd].info.pass.job->label))
628 cswrite(state.con[fd].info.pass.fd, cmd, n);
631 if (state.con[fd].info.pass.serialize)
633 if (sfwrite(state.con[fd].info.pass.serialize, state.buf, i) != i)
636 else if (cswrite(state.con[fd].info.pass
739 int* pass; local
760 register int* pass = (int*)handle + fd; local
[all...]
H A Dservice.h260 Copass_t pass; member in union:__anon63::__anon64
/ast/src/cmd/pax/
H A Dpax.c1522 int pass = 0; local
1671 pass = 1;
1911 if (pass || state.in || state.out)
1913 state.pass = 1;
1922 error(2, "destination directory required for pass mode");
1930 error(1, "record size ignored in pass mode");
/ast/src/cmd/html/
H A Dtroff2html.h203 int pass; /* pass state */ member in struct:State_s
/ast/src/lib/libdss/
H A Dcx.h553 Cxexpr_t* pass; /* pass branch */ member in struct:Cxexpr_s
/ast/src/cmd/INIT/
H A Dproto.c368 char* pass; member in struct:ppglobals

Completed in 422 milliseconds