Searched defs:proto (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/tests/cdt/
H A Dtrhbags.c51 Obj_t *o, proto; local
H A Dtbags.c60 Obj_t *p, *o, *obj, proto; local
110 proto.key = mid;
111 proto.ord = -1;
115 if(!(o = dtatmost(dt, &proto)) )
120 if(!(o = dtatleast(dt, &proto)) )
139 for(o = dtatmost(dt, &proto); o; o = dtnext(dt,o) )
148 for(o = dtatleast(dt, &proto); o; o = dtprev(dt,o) )
/ast/src/cmd/proto/
H A Dproto.c25 * proto - make prototyped C compatible with K&R, ANSI, C++
35 "[-?\n@(#)$Id: proto (AT&T Research) 2012-02-20 $\n]"
37 "[+NAME?proto - make prototyped C source compatible with K&R, ANSI and C++]"
62 "[i:inverse?Specifies inverse proto: classic function definitions are"
291 proto(char* file, char* license, char* options, char* package, char* copy, char* comment, int flags) function
600 b = "Usage: proto [-dfhinprstvzP+S] [-C directory] [-e package] [-l file]\n [-o \"name='value' ...\"] [-L file] file ...\n";
608 error_info.id = "proto";
712 flags = proto(buf, license, options, package, copy, type(buf, comment), flags);
719 do flags = proto(file, license, options, package, copy, type(file, comment), flags); while (file = *++argv);
721 flags = proto(fil
[all...]
/ast/src/cmd/cs/vcs_src/
H A Difs_agent.c184 char proto[ STRLEN ]; local
187 /* url format: "proto:/user:pass@host:port/remote-path" */
188 /* split proto & user:pass@host:port, and remote-path */
189 strncpy( proto, url, sizeof(proto) );
190 if( (host = strchr( proto, '/' )) == NULL || host[-1] != ':' ) {
197 if( AgentSearch( proto ) == NULL ) {
204 mi->proto = strdup( proto );
279 srv.agent = AgentSearch( mi->proto );
[all...]
H A Difs_agent.h66 char *proto; member in struct:mount_item
/ast/src/lib/libpp/
H A Dppproto.c28 * define PROTOMAIN for standalone proto
32 static const char id[] = "\n@(#)$Id: proto (AT&T Research) 2012-04-14 $\0\n";
51 #define GENERATED "/* : : generated by proto : : */\n"
68 typedef struct Proto_s /* proto buffer state */
102 * proto is separate from pp so these undef's are ok
293 p = strcopy(buf, "proto: ");
296 register Proto_t* proto = (Proto_t*)(iob - sizeof(Proto_t)); local
298 if (proto->line)
300 if (proto->file)
303 p = strcopy(p, proto
368 linesync(register Proto_t* proto, register char* p, register long n) argument
391 init(Proto_t* proto, char* op, int flags) argument
575 lex(register Proto_t* proto, register long flags) argument
2149 register Proto_t* proto = (Proto_t*)(iob - sizeof(Proto_t)); local
2170 register Proto_t* proto; local
2508 register Proto_t* proto = (Proto_t*)(iob - sizeof(Proto_t)); local
2607 register Proto_t* proto = (Proto_t*)(iob - sizeof(Proto_t)); local
[all...]
/ast/src/cmd/INIT/
H A Dproto.c21 /* : : generated by proto : : */
80 #line 1 "proto.c"
201 static const char id[] = "\n@(#)$Id: proto (AT&T Research) 2012-04-14 $\000\n";
1417 p = strcopy(buf, "proto: ");
1420 register Proto_t* proto = (Proto_t*)(iob - sizeof(Proto_t)); local
1422 if (proto->line)
1424 if (proto->file)
1427 p = strcopy(p, proto->file);
1433 p = number(p, proto->line);
1435 else if (proto
4414 register Proto_t* proto = (Proto_t*)(iob - sizeof(Proto_t)); local
4424 register Proto_t* proto; local
4751 register Proto_t* proto = (Proto_t*)(iob - sizeof(Proto_t)); local
[all...]

Completed in 23 milliseconds