Searched defs:id (Results 1 - 25 of 159) sorted by relevance

1234567

/ast/src/lib/libast/misc/
H A Dstate.c24 static const char id[] = "\n@(#)$Id: ast (AT&T Research) 2012-05-28 $\0\n"; variable
32 "libast", /* id */
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);
/ast/src/lib/libexpr/
H A Dexdata.c28 static const char id[] = "\n@(#)$Id: libexpr (AT&T Research) 2011-06-30 $\0\n"; variable
32 const char* exversion = id + 10;
/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/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/cmd/ksh93/
H A Dmamstate.c32 static char id[] = "\n@(#)$Id: mamstate (AT&T Bell Laboratories) 1989-06-26 $\0\n"; variable
/ast/src/cmd/nmake/
H A Dversion.c38 static char id[] = STAMP; variable
42 char* version = id;
/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)))
/ast/src/cmd/mailx/
H A Ddata.c10 static const char id[] = STAMP; variable
522 id,
/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);
H A Dmamtst.c29 static const char id[] = "\n@(#)$Id: mamtst (gsf@research.att.com) 1992-08-11 $\0\n"; variable
61 error_info.id = "mamtst";
/ast/src/lib/libast/astsa/
H A Derror.c33 errorv(const char* id, int level, va_list ap) argument
47 if (level && ((s = error_info.id) || (s = (char*)id)))
/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]);
/ast/src/lib/libast/string/
H A Dccmapid.c28 * 8 bit character code map name/id lookup support
132 * return ccode map id given name
161 * return ccode map name given id
165 ccmapname(register int id) argument
170 if (id == mp->ccode)
H A Dfmtfs.c52 dev_t id; member in struct:Id_s
71 disc.key = offsetof(Id_t, id);
H A Dfmtgid.c51 int id; member in struct:Id_s
72 disc.key = offsetof(Id_t, id);
95 ip->id = gid;
H A Dfmtuid.c51 int id; member in struct:Id_s
72 disc.key = offsetof(Id_t, id);
95 ip->id = uid;
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...]
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...]
/ast/src/lib/librecsort/
H A Drskeyopen.c29 static const char id[] = "\n@(#)$Id: rskey library (AT&T Research) 2012-05-28 $\0\n"; variable
86 kp->id = lib;
H A Drsopen.c28 static const char id[] = "\n@(#)$Id: recsort library (AT&T Research) 2011-10-11 $\0\n"; variable
/ast/src/cmd/cs/
H A D6263.c30 static const char id[] = "@(#)$Id: cs.6263 (AT&T Research) 2000-05-11 $\0\n"; variable
104 error_info.id = css->id;
H A Drsh.c30 static const char id[] = "@(#)$Id: cs.rsh (AT&T Bell Laboratories) 1995-10-13 $\0\n"; variable
37 svc_connect(void* handle, int fd, Cs_id_t* id, int clone, char** argv) argument
/ast/src/lib/libast/include/
H A Dmagic.h66 const char* id; /* library id string */ member in struct:Magic_s

Completed in 34 milliseconds

1234567