/ast/src/lib/libast/comp/ |
H A D | sysloglib.h | 46 char ident[64]; /* openlog ident */ member in struct:__anon255
|
/ast/src/cmd/html/ |
H A D | mm2html.sh | 140 integer labels=0 mark=4 reference=1 ident=0 ce=0 nf=0 augment=0 tbl_ns=0 tbl_no=1 tbl_fd=1 179 ident=1 716 if (( ident )) 795 ident|labels|logo*|title|[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*) 977 function ident function 979 ident=1 1009 ident 1148 case ${html.ident}:${logo} in 2657 .Id) meta="$meta$nl<META name=\"ident\" content=\"$*\">" 2793 case ${html.ident} i [all...] |
/ast/src/lib/librecsort/ |
H A D | rskeyhdr.h | 81 unsigned char ident[UCHAR_MAX + 1]; /* identity transform */ member in struct:__anon369
|
/ast/src/cmd/codex/ |
H A D | codex.c | 44 " [+ident?The decoder self-identifies from the input data and does" 209 char ident[CODEX_IDENT]; local 243 if (codexid(buf, sfvalue(ip), ident, sizeof(ident))) 244 sfprintf(op, "%s\n", ident);
|
/ast/src/lib/libvcodex/ |
H A D | vcextract.c | 49 char *ident, buf[1024]; local 61 if(!(ident = vcgetident(coder->meth, buf, sizeof(buf))) || !ident[0] ) 63 dtsz += strlen(ident) + 1; 88 { if(!(ident = vcgetident(store[k].meth, buf, sizeof(buf))) ) 90 vcioputs(&io, ident, strlen(ident)+1);
|
H A D | vcmethod.c | 177 char *port, *ident, buf1[1024], buf2[1024]; local 194 { if(!(ident = vcgetident(mtl->list[i], buf2, sizeof(buf2))) ) 196 if(strcmp(port, ident) == 0) 511 char *ident = NIL(char*); local 518 (*meth->eventf)(NIL(Vcodex_t*), VC_GETIDENT, (Void_t*)(&ident)) < 0 ) 522 if(!ident && meth->name) /* construct ID from name */ 523 ident = vcstrcode(meth->name, buf, n); 525 return ident;
|
H A D | vcsfio.c | 193 char *ident, buf[1024]; local 201 if(!(ident = vcgetident(Vcdelta, buf, sizeof(buf))) ) 203 if((cdsz = strlen(ident)+1) > vciomore(&io)) 205 vcioputs(&io, ident, cdsz); 356 static ssize_t ident(Sfdc_t* sfdc, Void_t* data, size_t dtsz) function 358 static ssize_t ident(sfdc, data, dtsz) 510 return ident(sfdc, code, cdsz); 517 return ident(sfdc, code, cdsz);
|
/ast/src/lib/libvcodex/Vcmisc/ |
H A D | vcmtf.c | 207 char *ident; local 218 if(!(ident = (char*)vcbuffer(vc, NIL(Vcchar_t*), sizeof(int)*n+1, 0)) ) 220 if(!(ident = vcstrcode(arg->name, ident, sizeof(int)*n+1)) ) 223 *datap = (Void_t*)ident; 236 char *ident, buf[1024]; local 239 { if(!(ident = vcstrcode(arg->name, buf, sizeof(buf))) ) 241 if(dtsz == strlen(ident) && strncmp(ident, (Void_t*)data, dtsz) == 0)
|
H A D | vcrle.c | 552 char *ident; local 563 if(!(ident = (char*)vcbuffer(vc, NIL(Vcchar_t*), sizeof(int)*n+1, 0)) ) 565 if(!(ident = vcstrcode(arg->name, ident, sizeof(int)*n+1)) ) 568 *datap = (Void_t*)ident; 581 char *ident, buf[1024]; local 584 { if(!(ident = vcstrcode(arg->name, buf, sizeof(buf))) ) 586 if(dtsz == strlen(ident) && strncmp(ident, (Void_t*)data, dtsz) == 0)
|
/ast/src/cmd/nmake/ |
H A D | object.c | 44 * 1 @ ident identification string (information only) 1467 char ident[64]; local 1563 strncopy(ident, s, sizeof(ident)); 1584 strncopy(ident, s, sizeof(ident)); 1613 message((-3, "%s sequence=%d lists=%d rules=%d variables=%d strings=%d", ident, sequence, lists, rules, variables, strings)); 2196 if (strcmp(ident, corrupt) < 0 && (((lists - (xd - d)) * 100) / lists) >= 90)
|
/ast/src/cmd/coshell/ |
H A D | service.h | 135 #define USER_IDENT (1<<1) /* Couser_t INIT needs ident */ 259 Coident_t ident; member in union:__anon63::__anon64
|
/ast/src/lib/libast/misc/ |
H A D | optget.c | 1832 int ident = 0; local 1919 ident = 1; 2217 if (ident && *s == '$')
|
/ast/src/cmd/dsslib/netflow/ |
H A D | netflow.h | 312 Nfshort_t ident; /* ipv4 identification field */ member in struct:Netflow_s
|