Searched refs:id (Results 1 - 25 of 308) sorted by relevance

1234567891011>>

/ast/src/cmd/nmake/
H A Dversion.c38 static char id[] = STAMP; variable
42 char* version = id;
/ast/src/lib/libast/string/
H A Dstruid.c54 int id; member in struct:Id_s
69 int id; local
81 return ip->id;
83 id = pw->pw_uid;
86 id = strtol(name, &e, 0);
90 if (!getpwuid(id))
91 id = -1;
94 id = pw->pw_uid;
96 id = -1;
98 if (*e || !getpwuid(id))
[all...]
H A Dstrgid.c58 int id; member in struct:Id_s
75 int id; local
87 return ip->id;
89 id = gr->gr_gid;
91 id = pw->pw_gid;
94 id = strtol(name, &e, 0);
98 if (!getgrgid(id))
99 id = -1;
102 id = -1;
104 id
[all...]
/ast/src/lib/libcmd/
H A Dchown.c30 static const char id[] = "\n@(#)$Id: chown (AT&T Research) 1997-11-11 $\0\n"; variable
37 NoP(id[0]);
/ast/src/lib/libdll/
H A Ddllfind.c40 char* id; local
43 if ((id = error_info.id) && (dll = dllplug(id, lib, ver, flags, path, size)))
H A Ddll_lib.c43 dllnames(const char* id, const char* name, Dllnames_t* names) argument
51 n = strlen(id);
52 if (strneq(name, id, n) && (streq(name + n, "_s") || streq(name + n, "_t")))
101 names->id = (char*)id;
106 * return method pointer for <id,version> in names
138 if (!(dll = dllplugin(names->id, names->name, NiL, version, NiL, RTLD_LAZY, names->path, names->data + sizeof(names->data) - names->path)) && (streq(names->name, names->base) || !(dll = dllplugin(names->id, names->base, NiL, version, NiL, RTLD_LAZY, names->path, names->data + sizeof(names->data) - names->path))))
151 sfsprintf(sym, sizeof(sym), "%s_lib", names->id);
179 * return method pointer for <id,nam
183 dllmeth(const char* id, const char* name, unsigned long version) argument
[all...]
/ast/src/lib/libpz/
H A Dpzinit.c33 char* id; local
40 if (id = strchr((char*)state.id, ':'))
41 id++;
43 id = (char*)state.id;
44 (*pz->disc->errorf)(pz, pz->disc, 2, "%s: %s_init: initialization function error", name, id);
H A Dpzlib.c35 char* id; local
39 if (id = strrchr(state.id, ':'))
40 id++;
42 id = (char*)state.id;
62 if (!(dll->dll = dllplugin(id, dll->name, NiL, PZ_PLUGIN_VERSION, NiL, RTLD_LAZY, path, sizeof(path))))
73 sfsprintf(buf, sizeof(buf), "%s_init", id);
/ast/src/lib/libcs/
H A Dcsrecv.c31 * for remote host csauth() can authenticate Csid_t.[ug]id
39 sockrecv(int fd, Csid_t* id, int* fds, int n) argument
58 iov.iov_base = (caddr_t)id;
59 iov.iov_len = sizeof(*id);
71 id->hid = id->hid;
72 id->pid = id->pid;
73 id->uid = id
90 csrecv(register Cs_t* state, int fd, Csid_t* id, int* fds, int n) argument
382 _cs_recv(int fd, Csid_t* id, int* fds, int n) argument
[all...]
H A Dcsalloc.c37 state->id = cs.id;
H A Dcslocal.c68 messagef((state->id, NiL, -1, "local: %s: cannot initiate %s", svc, cmd));
107 messagef((state->id, NiL, -8, "local(%s) call", path));
116 messagef((state->id, NiL, -1, "local: %s: %s* expected", path, DEVLOCAL));
123 messagef((state->id, NiL, -1, "local: %s: %s*/user expected", path, DEVLOCAL));
143 messagef((state->id, NiL, -1, "local: %s: %s: cannot locate service on ../lib/cs/fdp", path, cmd));
155 messagef((state->id, NiL, -1, "local: %s: %s: cannot open service", path, tmp));
160 messagef((state->id, NiL, -1, "local: %s: %s: cannot initiate service %s", path, tmp, exe));
163 messagef((state->id, NiL, -8, "local(%s) fd=%d server=%s stream=%s", path, fd, exe, tmp));
183 messagef((state->id, NiL, -1, "local: %s: AF_UNIX socket error", path));
190 messagef((state->id, Ni
[all...]
H A Dcsfrom.c41 messagef((state->id, NiL, -1, "from: %d: udp header read error", fd));
50 if ((n = read(fd, buf, siz)) < 0) messagef((state->id, NiL, -1, "from: %d: udp data read error", fd));
51 else messagef((state->id, NiL, -8, "from(%d,*,%d) = %d, data = `%-.*s', addr = %s, port = %u", fd, siz, n, n, buf, csntoa(state, udp.host), udp.port));
65 messagef((state->id, NiL, -1, "from: %d: recvfrom error", fd));
73 messagef((state->id, NiL, -8, "from(%d,*,%d) = %d, data = `%-.*s', addr = %s, port = %u", fd, siz, n, n, buf, csntoa(state, (unsigned long)nam.sin_addr.s_addr), (unsigned long)nam.sin_port));
79 messagef((state->id, NiL, -1, "from: %d: udp read not supported", fd));
H A Dcssend.c55 messagef((state->id, NiL, -1, "send: %d: hdr write error", fd));
61 messagef((state->id, NiL, -1, "send: %d: ioctl I_SENDFD error", fd));
74 Csid_t id;
102 messagef((state->id, NiL, -1, "send: %d: %s: invalid authentication directory ", fd, s));
107 messagef((state->id, NiL, -1, "send: %d: authentication tmp file error", fd));
112 messagef((state->id, NiL, -1, "send: %d: %s: authentication file creat error", fd, s));
117 messagef((state->id, NiL, -1, "send: %d: %s: authentication file remove error", fd, s));
125 id.hid = 0;
126 id.pid = getpid();
127 id
[all...]
H A Dcsauth.c61 messagef((state->id, NiL, -8, "auth(%d,%s,%s) call", fd, path, arg));
71 messagef((state->id, NiL, -1, "auth: `%-.*s': KEY_SEND write error", n - 1, buf));
76 messagef((state->id, NiL, -1, "auth: KEY_SEND read error"));
86 messagef((state->id, NiL, -1, "auth: %s: stat error", path));
116 messagef((state->id, NiL, -1, "auth: `%-.*s': key write error", n - 1, tmp));
121 messagef((state->id, NiL, -1, "auth: key read error"));
141 messagef((state->id, NiL, -1, "auth: %s: challenge directory error", tmp));
156 messagef((state->id, NiL, -1, "auth: %s: challenge directory full", tmp));
165 messagef((state->id, NiL, -1, "auth: `%s': challenge syntax error", num));
172 messagef((state->id, Ni
[all...]
H A Dcsfull.c38 messagef((state->id, NiL, -8, "full(%s) = %s", csntoa(state, addr), s));
H A Dcsbind.c48 messagef((state->id, NiL, -1, "bind: %s: udp_datagram error", type));
53 messagef((state->id, NiL, -1, "bind: %s: udp_connect error", type));
60 messagef((state->id, NiL, -1, "bind: %s: tcp_sock error", type));
72 messagef((state->id, NiL, -1, "bind: %s %s error", type, addr ? "tcp_connect" : "tcp_listen"));
90 messagef((state->id, NiL, -1, "bind: %s: invalid type", type));
95 messagef((state->id, NiL, -1, "bind: %s: AF_INET socket error", type));
154 messagef((state->id, NiL, -1, "bind: %s: connect error", type));
175 else messagef((state->id, NiL, -1, "bind: %s: getsockname error", type));
178 messagef((state->id, NiL, -1, "bind: %s: bind error", type));
186 messagef((state->id, Ni
[all...]
/ast/src/lib/libast/misc/
H A Dsystrace.c34 systrace(const char* id) argument
47 if (!id && !(id = (const char*)error_info.id))
48 id = (const char*)trace[0];
50 out += sfsprintf(out, sizeof(buf), "%s/.%s/%s", s, trace[0], id);
H A Dstate.c24 static const char id[] = "\n@(#)$Id: ast (AT&T Research) 2012-05-28 $\0\n"; variable
32 "libast", /* id */
/ast/src/cmd/cs/
H A Dtst-old.c28 static const char id[] = "@(#)$Id: cs.tst-old (AT&T Research) 1997-11-11 $\0\n"; variable
39 Cs_id_t id; member in struct:__anon82
48 Connection_t id[1]; member in struct:__anon83
66 svc_connect(void* handle, int fd, Cs_id_t* id, int clone, char** argv) argument
76 state->id[fd].id = *id;
77 state->id[fd].clone = clone;
78 state->id[fd].args = 0;
87 state->id[f
[all...]
/ast/src/cmd/mam/
H A Dmamstate.c32 static const char id[] = "\n@(#)$Id: mamstate (AT&T Bell Laboratories) 1989-06-26 $\0\n"; variable
42 char* id; local
47 id = "mamstate";
50 fprintf(stderr, "%s: reference file argument expected\n", id);
55 fprintf(stderr, "%s: %s: cannot stat\n", id, s);
/ast/src/cmd/std/
H A Diconv.c146 Iconv_disc_t id; local
149 error_info.id = "iconv";
159 iconv_init(&id, errorf);
160 id.flags |= ICONV_FATAL;
172 id.flags &= ~ICONV_FATAL;
175 id.flags |= ICONV_OMIT;
176 id.flags &= ~ICONV_FATAL;
191 id.errorf = 0;
235 id.errors = 0;
236 iconv_move(cvt, ip, sfstdout, SF_UNBOUND, &id);
[all...]
/ast/src/lib/libast/aso/
H A Daso-sem.c47 int id;
60 int id;
69 * the id is dropped on last reference
75 semop(apl->id, &sem, 1);
77 if (!semop(apl->id, &sem, 1))
78 semctl(apl->id, 0, IPC_RMID);
106 if ((id = semget(key, size, IPC_CREAT|IPC_EXCL|perm)) >= 0)
116 if (semop(id, &sem, 1) < 0)
118 (void)semctl(id, 0, IPC_RMID);
127 else if ((id
[all...]
/ast/src/cmd/html/
H A Ddownload.sh42 id=${USAGE##????}
43 id=${id%']'*}
47 id='mm2html (AT&T Research) 1999-04-15'
/ast/src/lib/libtk/library/demos/
H A Dcscroll.tcl62 set id [$canvas find withtag current]
64 set id [expr $id-1]
66 set oldFill [lindex [$canvas itemconfig $id -fill] 4]
68 $canvas itemconfigure $id -fill SeaGreen1
70 $canvas itemconfigure $id -fill black
71 $canvas itemconfigure [expr $id+1] -fill white
77 set id [$canvas find withtag current]
79 set id [expr $id
[all...]
/ast/src/lib/libast/regex/
H A Dregerror.c28 static const char id[] = "\n@(#)$Id: regex (AT&T Research) 2012-05-31 $\0\n"; variable
52 /* REG_VERSIONID*/ &id[10],
65 s = (const char*)fmtident(&id[1]);

Completed in 29 milliseconds

1234567891011>>