| /dflybsd-src/contrib/cvs-1.12/src/ |
| H A D | fileattr.h | 68 extern char *fileattr_get (const char *filename, const char *attrname); 73 const char *attrname); 103 extern char *fileattr_modify (char *list, const char *attrname, 111 extern void fileattr_set (const char *filename, const char *attrname,
|
| H A D | fileattr.c | 169 fileattr_get (const char *filename, const char *attrname) in fileattr_get() argument 172 size_t attrname_len = strlen (attrname); in fileattr_get() 194 if (strncmp (attrname, p, attrname_len) == 0 in fileattr_get() 212 fileattr_get0 (const char *filename, const char *attrname) in fileattr_get0() argument 218 cp = fileattr_get (filename, attrname); in fileattr_get0() 233 fileattr_modify (char *list, const char *attrname, const char *attrval, int namevalsep, int entsep) in fileattr_modify() argument 237 size_t attrname_len = strlen (attrname); in fileattr_modify() 266 if (strncmp (attrname, p, attrname_len) == 0 in fileattr_modify() 307 strcat (retval, attrname); in fileattr_modify() 325 fileattr_set (const char *filename, const char *attrname, const char *attrval) in fileattr_set() argument [all …]
|
| /dflybsd-src/sys/vfs/ntfs/ |
| H A D | ntfs_subr.c | 716 char *attrname, struct fnode **fpp) in ntfs_fget() argument 721 ip->i_number,attrtype, attrname?attrname:"")); in ntfs_fget() 728 ((!attrname && !fp->f_attrname) || in ntfs_fget() 729 (attrname && fp->f_attrname && in ntfs_fget() 730 !strcmp(attrname,fp->f_attrname)))){ in ntfs_fget() 743 if (attrname) { in ntfs_fget() 745 fp->f_attrname = kmalloc(strlen(attrname) + 1, M_TEMP, in ntfs_fget() 747 strcpy(fp->f_attrname, attrname); in ntfs_fget() 790 int *attrtype, char **attrname) in ntfs_ntlookupattr() argument 826 (*attrname) = kmalloc(namelen, M_TEMP, M_WAITOK); in ntfs_ntlookupattr() [all …]
|
| H A D | ntfs_vfsops.c | 692 ntfs_vgetex(struct mount *mp, ino_t ino, u_int32_t attrtype, char *attrname, in ntfs_vgetex() argument 704 (uintmax_t) ino, attrtype, attrname?attrname:"", lkflags, flags)); in ntfs_vgetex() 727 error = ntfs_fget(ntmp, ip, attrtype, attrname, &fp); in ntfs_vgetex()
|
| /dflybsd-src/crypto/libressl/crypto/cms/ |
| H A D | cms_att.c | 122 CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, in CMS_signed_add1_attr_by_txt() argument 125 if (X509at_add1_attr_by_txt(&si->signedAttrs, attrname, type, bytes, len)) in CMS_signed_add1_attr_by_txt() 195 CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, in CMS_unsigned_add1_attr_by_txt() argument 198 if (X509at_add1_attr_by_txt(&si->unsignedAttrs, attrname, type, in CMS_unsigned_add1_attr_by_txt()
|
| /dflybsd-src/crypto/libressl/crypto/evp/ |
| H A D | evp_pkey.c | 202 EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key, const char *attrname, int type, in EVP_PKEY_add1_attr_by_txt() argument 205 if (X509at_add1_attr_by_txt(&key->attributes, attrname, type, in EVP_PKEY_add1_attr_by_txt()
|
| /dflybsd-src/sys/kern/ |
| H A D | vfs_vfsops.c | 309 int attrnamespace, const char *attrname, in vfs_extattrctl() argument 317 attrnamespace, attrname, in vfs_extattrctl()
|
| H A D | vfs_syscalls.c | 5158 char attrname[EXTATTR_MAXNAMELEN]; in sys_extattrctl() local 5162 attrname[0] = 0; in sys_extattrctl() 5176 if (error == 0 && uap->attrname) { in sys_extattrctl() 5177 error = copyinstr(uap->attrname, attrname, EXTATTR_MAXNAMELEN, in sys_extattrctl() 5190 uap->attrname, nd.nl_cred); in sys_extattrctl() 5205 char attrname[EXTATTR_MAXNAMELEN]; in sys_extattr_set_file() local 5212 error = copyin(uap->attrname, attrname, EXTATTR_MAXNAMELEN); in sys_extattr_set_file() 5240 error = VOP_SETEXTATTR(vp, uap->attrnamespace, attrname, in sys_extattr_set_file() 5255 char attrname[EXTATTR_MAXNAMELEN]; in sys_extattr_get_file() local 5262 error = copyin(uap->attrname, attrname, EXTATTR_MAXNAMELEN); in sys_extattr_get_file() [all …]
|
| H A D | vfs_vopops.c | 1242 char *attrname, struct uio *uio, struct ucred *cred) in vop_getextattr() argument 1252 ap.a_attrname = attrname; in vop_getextattr() 1268 char *attrname, struct uio *uio, struct ucred *cred) in vop_setextattr() argument 1278 ap.a_attrname = attrname; in vop_setextattr()
|
| H A D | vfs_default.c | 1591 int attrnamespace, const char *attrname, in vfs_stdextattrctl() argument
|
| /dflybsd-src/crypto/libressl/crypto/x509/ |
| H A D | x509_req.c | 327 X509_REQ_add1_attr_by_txt(X509_REQ *req, const char *attrname, int type, in X509_REQ_add1_attr_by_txt() argument 330 if (X509at_add1_attr_by_txt(&req->req_info->attributes, attrname, in X509_REQ_add1_attr_by_txt()
|
| H A D | x509_att.c | 195 X509at_add1_attr_by_txt(STACK_OF(X509_ATTRIBUTE) **x, const char *attrname, in STACK_OF() 201 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len); in STACK_OF()
|
| /dflybsd-src/sbin/jscan/ |
| H A D | subs.c | 255 if (jattr->attrname) in jattr_reset() 256 free(jattr->attrname); in jattr_reset()
|
| H A D | jattr.h | 50 char *attrname; member
|
| H A D | dump_mirror.c | 361 jattr->attrname = dupdatastr(buf, recsize); in dump_mirror_payload()
|
| /dflybsd-src/sys/sys/ |
| H A D | vfsops.h | 857 char *attrname, struct uio *uio, struct ucred *cred); 859 char *attrname, struct uio *uio, struct ucred *cred); 1114 #define VOP_GETEXTATTR(vp, attrnamespace, attrname, uio, cred) \ argument 1115 vop_getextattr(*(vp)->v_ops, vp, attrnamespace, attrname, uio, cred) 1116 #define VOP_SETEXTATTR(vp, attrnamespace, attrname, uio, cred) \ argument 1117 vop_setextattr(*(vp)->v_ops, vp, attrnamespace, attrname, uio, cred)
|
| H A D | mount.h | 571 int attrnamespace, const char *attrname, 600 int attrnamespace, const char *attrname,
|
| H A D | sysproto.h | 912 const char * attrname; char attrname_[PAD_(const char *)]; member 917 const char * attrname; char attrname_[PAD_(const char *)]; member 924 const char * attrname; char attrname_[PAD_(const char *)]; member 931 const char * attrname; char attrname_[PAD_(const char *)]; member
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | attribs.c | 354 diag_attr_exclusions (tree last_decl, tree node, tree attrname, in diag_attr_exclusions() argument 376 found |= diag_attr_exclusions (last_decl, last_decl, attrname, spec); in diag_attr_exclusions() 378 found |= diag_attr_exclusions (last_decl, decl_type, attrname, spec); in diag_attr_exclusions() 407 if (is_attribute_p (excl->name, attrname)) in diag_attr_exclusions() 440 attrname, node, excl->name); in diag_attr_exclusions() 445 attrname, excl->name); in diag_attr_exclusions()
|
| /dflybsd-src/sys/vfs/nullfs/ |
| H A D | null_vfsops.c | 399 int attrnamespace, const char *attrname, struct ucred *cred) in nullfs_extattrctl() argument 402 vp, attrnamespace, attrname, cred); in nullfs_extattrctl()
|
| /dflybsd-src/crypto/libressl/include/openssl/ |
| H A D | cms.h | 293 const char *attrname, int type, const void *bytes, int len); 309 int CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname,
|
| H A D | x509.h | 841 const char *attrname, int type, 1024 const char *attrname, int type, 1057 const char *attrname, int type,
|
| /dflybsd-src/test/stress/fsstress/ |
| H A D | fsstress.c | 539 attr_remove_path(pathname_t *name, const char *attrname, int flags) in attr_remove_path() argument 545 rval = attr_remove(name->path, attrname, flags); in attr_remove_path() 550 rval = attr_remove_path(&newname, attrname, flags); in attr_remove_path() 558 attr_set_path(pathname_t *name, const char *attrname, const char *attrvalue, in attr_set_path() argument 565 rval = attr_set(name->path, attrname, attrvalue, valuelength, flags); in attr_set_path() 570 rval = attr_set_path(&newname, attrname, attrvalue, valuelength, in attr_set_path()
|