HomeSort by relevance Sort by last modified time
    Searched refs:ftype (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/
compat.h 82 #define getmodsize(size, ftype, ttype) \
83 (((size / ftype) * ttype) + (size % ftype))
  /onnv/onnv-gate/usr/src/lib/libpkg/common/
putcfile.c 54 if (a_ept->ftype == 'i') {
84 if (putc(a_ept->ftype, a_fp) == EOF) {
96 if ((a_ept->ftype == 'c') || (a_ept->ftype == 'b')) {
124 if ((a_ept->ftype == 'd') || (a_ept->ftype == 'x') ||
125 (a_ept->ftype == 'c') || (a_ept->ftype == 'b') ||
126 (a_ept->ftype == 'p') || (a_ept->ftype == 'f') |
    [all...]
ppkgmap.c 53 if (ept->ftype == 'i') {
54 if (fprintf(fp, "%c %s", ept->ftype, ept->path) < 0)
57 if (fprintf(fp, "%c %s %s", ept->ftype, ept->pkg_class,
67 if (strchr("cb", ept->ftype)) {
104 if (strchr("dxcbpfve", ept->ftype)) {
118 if (strchr("ifve", ept->ftype)) {
131 if (ept->ftype == 'i') {
srchcfile.c 160 ept->ftype = BADFTYPE;
193 * alternate ftype and : for classname
286 /* save ftype */
287 ept->ftype = (char)c;
311 /* unknown ftype */
318 if (((ept->ftype == 's') || (ept->ftype == 'l')) &&
326 if (((ept->ftype == 'c') || (ept->ftype == 'b'))) {
338 if ((ept->ftype == 'd') || (ept->ftype == 'x') || (ept->ftype == 'c') |
    [all...]
ckvolseq.c 49 char ftype, path[PATH_MAX]; local
52 ftype = 'f';
60 if (cverify(0, &ftype, path, &cinfo, 1)) {
76 if (cverify(0, &ftype, path, &cinfo, 1)) {
verify.c 74 static int clear_target(char *path, char *ftype, int is_a_dir);
120 * ftype - single character "type" the entry is supposed to be
145 cverify(int fix, char *ftype, char *path, struct cinfo *cinfo,
156 setval = (*ftype == '?');
341 clear_target(char *path, char *ftype, int is_a_dir)
347 if ((*ftype != 'd') && (*ftype != 'x')) {
369 * ftype - single character "type" the entry is supposed to be
386 averify(int fix, char *ftype, char *path, struct ainfo *ainfo)
405 setval = (*ftype == '?')
568 reperr(pkg_gt(ERR_FTYPE), *ftype, myftype); local
    [all...]
gpkgmap.c 54 #define ERR_UNKNOWN_FTYPE "unknown ftype"
141 ept->ftype = BADFTYPE;
216 ept->ftype = (char)c;
238 if (ept->ftype == 'i') {
267 ept->ftype = (char)c;
282 if (ept->ftype == 's' || ept->ftype == 'l') {
291 } else if (strchr("sl", ept->ftype)) {
307 if (strchr("sl", ept->ftype) && (ept->ainfo.local == NULL)) {
312 if (strchr("cb", ept->ftype)) {
    [all...]
tputcfent.c 59 switch (ept->ftype) {
91 (ept->ftype == 'b') ? pkg_gt("block") :
129 if (!strchr("lsin", ept->ftype)) {
142 if (strchr("?infv", ept->ftype)) {
159 if (ept->ftype == 'i') {
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/
finalck.c 82 echoDebug(DBG_FINALCK_EXIT, errflg, ept->ftype,
101 echoDebug(DBG_FINALCK_ERROR, attrchg, contchg, ept->ftype,
110 n = averify(1, &ept->ftype, ept->path, &ept->ainfo);
124 if (contchg && strchr("fev", ept->ftype)) {
135 n = cverify(1, &ept->ftype, ept->path, &ept->cinfo, 1);
159 echoDebug(DBG_FINALCK_WARNING, attrchg, contchg, ept->ftype,
170 n = averify(1, &ept->ftype, ept->path, &ept->ainfo);
184 if (contchg && strchr("fev", ept->ftype)) {
195 n = cverify(1, &ept->ftype, ept->path, &ept->cinfo, 1);
pkgdbmerg.c 137 if ((el_ent->cf_ent.ftype == 'i') ||
138 (el_ent->cf_ent.ftype == 'n')) {
253 if ((cf_ent.ftype == 's') &&
254 (el_ent->cf_ent.ftype == 'd')) {
331 if (el_ent->cf_ent.ftype == RM_RDY) {
382 * By the way, ftype "e" is often shared and that's OK, so ftype
385 if ((nocnflct && el_ent->mstat.shared && el_ent->cf_ent.ftype != 'e')) {
529 if (el_ent->cf_ent.ftype == RM_RDY) {
563 if (el_ent->cf_ent.ftype == 'd')
    [all...]
procmap.c 99 if (nc >= 0 && ept->ftype != 'i')
113 if ((mapflag > 1) && strchr("fve", ept->ftype)) {
130 if (mapflag && (ept->ftype != 'i')) {
145 if (strchr("sl", ept->ftype)) {
152 if (ept->ftype == 'l') {
373 if (!strchr("?dx", ept1->ftype))
376 if (!strchr("?dx", ept2->ftype))
  /onnv/onnv-gate/usr/src/tools/protolist/
protolist.c 46 char ftype; local
108 ftype = 'c';
111 ftype = 'd';
116 ftype = 'b';
119 ftype = 'f';
125 ftype = 's';
128 ftype = '?';
145 ftype, name, symsrc, st->st_mode % 010000, uid, gid,
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgchk/
ckentry.c 70 if (ept->ftype != 'i') {
77 if (strchr("sl", ept->ftype)) {
82 if (ept->ftype == 'l') /* Hard Link */
90 if (!strchr("isl", ept->ftype)) {
104 if (strchr("dxslcbp", ept->ftype))
124 if (!strchr("in", ept->ftype)) {
126 if (a_err = averify(fflag, &ept->ftype,
140 c_err = cverify((!fflag ? (-1) : fflag), &ept->ftype, path,
149 if (aflag && !strchr("in", ept->ftype)) {
151 if (a_err = averify(fflag, &ept->ftype, ept->path
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/crypto/
ops_impl.h 323 #define IS_INIT_OP(ftype) ((ftype) == KCF_OP_INIT)
324 #define IS_SINGLE_OP(ftype) ((ftype) == KCF_OP_SINGLE)
325 #define IS_UPDATE_OP(ftype) ((ftype) == KCF_OP_UPDATE)
326 #define IS_FINAL_OP(ftype) ((ftype) == KCF_OP_FINAL)
327 #define IS_ATOMIC_OP(ftype) ( \
328 (ftype) == KCF_OP_ATOMIC || (ftype) == KCF_OP_MAC_VERIFY_ATOMIC ||
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/include/
log_auto.h 23 DBTYPE ftype; member in struct:_log_register_args
  /onnv/onnv-gate/usr/src/cmd/bart/
create.c 412 char last_field[PATH_MAX], ftype, *acl_str; local
419 case S_IFREG: ftype = 'F'; break;
422 case S_IFDIR: ftype = 'D'; break;
425 case S_IFBLK: ftype = 'B'; break;
428 case S_IFCHR: ftype = 'C'; break;
431 case S_IFIFO: ftype = 'P'; break;
434 case S_IFSOCK: ftype = 'S'; break;
437 case S_IFDOOR: ftype = 'O'; break;
440 case S_IFLNK: ftype = 'L'; break;
442 default: ftype = '-'; break
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/installf/
installf.c 56 #define ERR_LINKFTYPE "ftype <%c> does not match link specification <%s>"
59 #define ERR_FTYPE "invalid ftype <%c> for <%s>"
61 #define ERR_SPECALL "ftype <%c> requires all fields to be specified"
182 ept->ftype = ((n >= argc) ? 'l' : argv[n++][0]);
200 if (!strchr("sl", ept->ftype)) {
201 progerr(gettext(ERR_LINKFTYPE), ept->ftype, ept->path);
216 ept->ftype = argv[n++][0];
217 if (strchr("sl", ept->ftype)) {
220 } else if (!strchr("?fvedxcbp", ept->ftype)) {
221 progerr(gettext(ERR_FTYPE), ept->ftype, ept->path)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkginstall/
instvol.c 99 cverify(0, &p->ftype, s, &p->cinfo, 1))
252 * later checks against ept->ftype are
275 ((ept->ftype == 'e') || (ept->ftype == 'v')) &&
322 ((ept->ftype == 'e') ||
323 (ept->ftype == 'n'))) {
406 ((ept->ftype == 'e') || (ept->ftype == 'v') &&
526 ept->cinfo.modtime, ept->ftype,
535 ept->ftype, ept->cinfo.cksum, n)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/log/
log_auto.c 24 opcode, name, uid, id, ftype)
33 DBTYPE ftype;
54 + sizeof(ftype);
89 memcpy(bp, &ftype, sizeof(ftype));
90 bp += sizeof(ftype);
154 printf("\tftype: 0x%lx\n", (u_long)argp->ftype);
196 memcpy(&argp->ftype, bp, sizeof(argp->ftype));
197 bp += sizeof(argp->ftype);
    [all...]
  /onnv/onnv-gate/usr/src/ucbcmd/ls/
ls.c 47 char ftype; /* file type, e.g. 'd', 'c', 'f' */ member in struct:afile
195 for (fp = fp0; fp < fplast && fp->ftype != 'd'; fp++)
241 if (fp->ftype != 'd' ||
333 fp->ftype = '-';
353 fp->ftype = 'd'; break;
355 fp->ftype = 'D'; break;
357 fp->ftype = 'b'; fp->fsize = (off_t)stb.st_rdev; break;
359 fp->ftype = 'c'; fp->fsize = (off_t)stb.st_rdev; break;
361 fp->ftype = 's'; fp->fsize = 0LL; break;
363 fp->ftype = 'p'; fp->fsize = 0LL; break
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgproto/
main.c 183 entry.ftype = '?';
194 entry.ftype = '?';
195 if (cverify(0, &entry.ftype, path, &entry.cinfo, 1)) {
210 if ((s = averify(0, &entry.ftype, path, &entry.ainfo)) == VE_EXIST &&
212 entry.ftype = 's'; /* try again assuming symlink */
217 if (averify(0, &entry.ftype, path, &entry.ainfo)) {
237 if (strchr("fev", entry.ftype)) {
256 if (strchr("dcbp", entry.ftype) ||
257 (nflag && !strchr("sl", entry.ftype)))
458 ept->ftype = 's'
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/i18n/
plural_parser.c 461 unsigned int flag, ftype, fprio, fopnum, tmp_flag; local
479 ftype = GETTYPE(flag);
483 printf(" flag: %s\n", type_name[ftype]);
494 if (ftype != T_EXP) {
515 if (ftype != T_EXP) {
535 if (ftype != T_EXP) {
556 if (ftype == T_EXP) {
577 if (ftype != T_EXP) {
649 if (ftype == T_EXP) {
672 ftype = GETTYPE(flag)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/mp/
mp_open.c 193 memp_register(dbmp, ftype, pgin, pgout)
195 int ftype;
207 mpr->ftype = ftype;
  /onnv/onnv-gate/usr/src/cmd/sh/
test.c 164 return(ftype(nxtarg(0), S_ISUID));
166 return(ftype(nxtarg(0), S_ISGID));
168 return(ftype(nxtarg(0), S_ISVTX));
225 ftype(unsigned char *f, int field) function
  /onnv/onnv-gate/usr/src/head/
pkgstrct.h 82 char ftype; member in struct:cfent

Completed in 420 milliseconds

1 2 3 4