Searched refs:pass (Results 1 - 25 of 38) sorted by relevance

12

/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 Dpperror.c36 errorv(pp.pass, level, ap);
H A Dppmacref.c39 p += sfsprintf(p, MAXTOKEN, "\n#%s %s:%s %s %d", dirname(PRAGMA), pp.pass, keyname(X_MACREF), sym->name, type);
H A Dppop.c860 pp.pass,
864 pp.pass,
877 if (!(pp.ppdefault = pathprobe("C", pp.pass, pp.probe ? pp.probe : PPPROBE, 0, pp.path, MAXTOKEN + 1, NiL, 0)))
906 sfprintf(sp, "#%s %s:%-.*s %s\n", dirname(PRAGMA), pp.pass, s - pp.firstop->value, pp.firstop->value, s + 1);
908 sfprintf(sp, "#%s %s:%s\n", dirname(PRAGMA), pp.pass, pp.firstop->value);
929 , pp.pass
932 , pp.pass
956 , pp.pass
959 , pp.pass
980 , pp.pass
[all...]
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/lib/libdss/
H A Ddss-compress.h74 if (expr->pass || expr->fail || expr->parent->pass != expr)
80 expr->parent->pass = 0;
H A Dcxeval.c52 if (expr->pass && cxbeg(cx, expr->pass, method))
114 if (expr->pass && cxend(cx, expr->pass))
198 if (expr->pass && (t = eval(cx, expr->pass, data, rv)) < 0)
H A Ddss-scan.h77 expr = expr->pass;
H A Ddssopen.c789 if (expr->pass && hasquery(expr->pass))
859 if (expr->pass || expr->fail || expr->next)
877 expr->pass = xt;
882 x = xh->pass = expr;
887 if (expr->pass)
888 expr->pass->parent = expr->pass;
/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/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.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 ) {
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...]
/ast/src/cmd/coshell/
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 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 Djob.c69 if (tp = state.con[fd].info.pass.serialize)
71 state.con[fd].info.pass.serialize = 0;
72 cswrite(state.con[fd].info.pass.fd, sfstrbase(tp), sfstrtell(tp));
75 if ((jp = state.con[fd].info.pass.job) && jp->pid)
H A Dservice.h260 Copass_t pass; member in union:__anon63::__anon64
/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/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/cmd/html/
H A Dtroff2html.h203 int pass; /* pass state */ member in struct:State_s
H A Dtroff2html.c2635 state.pass = 1;
2657 state.pass = 0;
2676 state.pass = 1;
2929 state.pass = 1;
3686 state.pass = 0;
3817 state.pass = 0;
3942 if (state.pass)
3947 if (state.pass || (quote & RAW))
3973 if (state.pass)
3980 if (state.pass || (quot
[all...]

Completed in 70 milliseconds

12