/ast/src/lib/libast/misc/ |
H A D | state.c | 24 static const char id[] = "\n@(#)$Id: ast (AT&T Research) 2012-05-28 $\0\n"; variable 32 "libast", /* id */
|
H A D | systrace.c | 34 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 D | exdata.c | 28 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 D | chown.c | 30 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 D | pzinit.c | 33 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 D | pzlib.c | 35 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 D | mamstate.c | 32 static char id[] = "\n@(#)$Id: mamstate (AT&T Bell Laboratories) 1989-06-26 $\0\n"; variable
|
/ast/src/cmd/nmake/ |
H A D | version.c | 38 static char id[] = STAMP; variable 42 char* version = id;
|
/ast/src/lib/libdll/ |
H A D | dllfind.c | 40 char* id; local 43 if ((id = error_info.id) && (dll = dllplug(id, lib, ver, flags, path, size)))
|
/ast/src/cmd/mailx/ |
H A D | data.c | 10 static const char id[] = STAMP; variable 522 id,
|
/ast/src/cmd/mam/ |
H A D | mamstate.c | 32 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 D | mamtst.c | 29 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 D | error.c | 33 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 D | regerror.c | 28 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 D | ccmapid.c | 28 * 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 D | fmtfs.c | 52 dev_t id; member in struct:Id_s 71 disc.key = offsetof(Id_t, id);
|
H A D | fmtgid.c | 51 int id; member in struct:Id_s 72 disc.key = offsetof(Id_t, id); 95 ip->id = gid;
|
H A D | fmtuid.c | 51 int id; member in struct:Id_s 72 disc.key = offsetof(Id_t, id); 95 ip->id = uid;
|
H A D | strgid.c | 58 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 D | struid.c | 54 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 D | rskeyopen.c | 29 static const char id[] = "\n@(#)$Id: rskey library (AT&T Research) 2012-05-28 $\0\n"; variable 86 kp->id = lib;
|
H A D | rsopen.c | 28 static const char id[] = "\n@(#)$Id: recsort library (AT&T Research) 2011-10-11 $\0\n"; variable
|
/ast/src/cmd/cs/ |
H A D | 6263.c | 30 static const char id[] = "@(#)$Id: cs.6263 (AT&T Research) 2000-05-11 $\0\n"; variable 104 error_info.id = css->id;
|
H A D | rsh.c | 30 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 D | magic.h | 66 const char* id; /* library id string */ member in struct:Magic_s
|