Home
last modified time | relevance | path

Searched +full:entry +full:- +full:name (Results 1 – 25 of 1158) sorted by relevance

12345678910>>...47

/freebsd-src/sys/fs/ext2fs/
H A Dext2_extattr.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
80 ext2_extattr_name_to_bsd(int attrnamespace, const char *name, int* name_len) in ext2_extattr_name_to_bsd() argument
84 return (name); in ext2_extattr_name_to_bsd()
86 return (name); in ext2_extattr_name_to_bsd()
100 "can not convert ext2fs name to bsd namespace"); in ext2_extattr_name_to_bsd()
106 ext2_extattr_attrnamespace_to_linux(int attrnamespace, const char *name) in ext2_extattr_attrnamespace_to_linux() argument
110 !strcmp(name, POSIX1E_ACL_DEFAULT_EXTATTR_NAME)) in ext2_extattr_attrnamespace_to_linux()
114 !strcmp(name, POSIX1E_ACL_ACCESS_EXTATTR_NAME)) in ext2_extattr_attrnamespace_to_linux()
129 return (-1); in ext2_extattr_attrnamespace_to_linux()
[all …]
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_entry.c1 /*-
2 * Copyright (c) 2003-2007 Tim Kientzle
115 if (ns < 0) { --t; ns += 1000000000; } \
139 return p - s; in wcslen()
154 archive_entry_clear(struct archive_entry *entry) in archive_entry_clear() argument
156 if (entry == NULL) in archive_entry_clear()
158 archive_mstring_clean(&entry->ae_fflags_text); in archive_entry_clear()
159 archive_mstring_clean(&entry in archive_entry_clear()
176 archive_entry_clone(struct archive_entry * entry) archive_entry_clone() argument
251 archive_entry_free(struct archive_entry * entry) archive_entry_free() argument
266 struct archive_entry *entry; archive_entry_new2() local
281 archive_entry_atime(struct archive_entry * entry) archive_entry_atime() argument
287 archive_entry_atime_nsec(struct archive_entry * entry) archive_entry_atime_nsec() argument
293 archive_entry_atime_is_set(struct archive_entry * entry) archive_entry_atime_is_set() argument
299 archive_entry_birthtime(struct archive_entry * entry) archive_entry_birthtime() argument
305 archive_entry_birthtime_nsec(struct archive_entry * entry) archive_entry_birthtime_nsec() argument
311 archive_entry_birthtime_is_set(struct archive_entry * entry) archive_entry_birthtime_is_set() argument
317 archive_entry_ctime(struct archive_entry * entry) archive_entry_ctime() argument
323 archive_entry_ctime_is_set(struct archive_entry * entry) archive_entry_ctime_is_set() argument
329 archive_entry_ctime_nsec(struct archive_entry * entry) archive_entry_ctime_nsec() argument
335 archive_entry_dev(struct archive_entry * entry) archive_entry_dev() argument
345 archive_entry_dev_is_set(struct archive_entry * entry) archive_entry_dev_is_set() argument
351 archive_entry_devmajor(struct archive_entry * entry) archive_entry_devmajor() argument
360 archive_entry_devminor(struct archive_entry * entry) archive_entry_devminor() argument
369 archive_entry_filetype(struct archive_entry * entry) archive_entry_filetype() argument
375 archive_entry_filetype_is_set(struct archive_entry * entry) archive_entry_filetype_is_set() argument
381 archive_entry_fflags(struct archive_entry * entry,unsigned long * set,unsigned long * clear) archive_entry_fflags() argument
398 archive_entry_fflags_text(struct archive_entry * entry) archive_entry_fflags_text() argument
428 archive_entry_gid(struct archive_entry * entry) archive_entry_gid() argument
434 archive_entry_gid_is_set(struct archive_entry * entry) archive_entry_gid_is_set() argument
440 archive_entry_gname(struct archive_entry * entry) archive_entry_gname() argument
451 archive_entry_gname_utf8(struct archive_entry * entry) archive_entry_gname_utf8() argument
463 archive_entry_gname_w(struct archive_entry * entry) archive_entry_gname_w() argument
474 _archive_entry_gname_l(struct archive_entry * entry,const char ** p,size_t * len,struct archive_string_conv * sc) _archive_entry_gname_l() argument
481 archive_entry_hardlink(struct archive_entry * entry) archive_entry_hardlink() argument
495 archive_entry_hardlink_utf8(struct archive_entry * entry) archive_entry_hardlink_utf8() argument
509 archive_entry_hardlink_w(struct archive_entry * entry) archive_entry_hardlink_w() argument
523 _archive_entry_hardlink_l(struct archive_entry * entry,const char ** p,size_t * len,struct archive_string_conv * sc) _archive_entry_hardlink_l() argument
535 archive_entry_ino(struct archive_entry * entry) archive_entry_ino() argument
541 archive_entry_ino_is_set(struct archive_entry * entry) archive_entry_ino_is_set() argument
547 archive_entry_ino64(struct archive_entry * entry) archive_entry_ino64() argument
553 archive_entry_mode(struct archive_entry * entry) archive_entry_mode() argument
559 archive_entry_mtime(struct archive_entry * entry) archive_entry_mtime() argument
565 archive_entry_mtime_nsec(struct archive_entry * entry) archive_entry_mtime_nsec() argument
571 archive_entry_mtime_is_set(struct archive_entry * entry) archive_entry_mtime_is_set() argument
577 archive_entry_nlink(struct archive_entry * entry) archive_entry_nlink() argument
590 archive_entry_pathname(struct archive_entry * entry) archive_entry_pathname() argument
609 archive_entry_pathname_utf8(struct archive_entry * entry) archive_entry_pathname_utf8() argument
621 archive_entry_pathname_w(struct archive_entry * entry) archive_entry_pathname_w() argument
633 _archive_entry_pathname_l(struct archive_entry * entry,const char ** p,size_t * len,struct archive_string_conv * sc) _archive_entry_pathname_l() argument
640 archive_entry_perm(struct archive_entry * entry) archive_entry_perm() argument
646 archive_entry_perm_is_set(struct archive_entry * entry) archive_entry_perm_is_set() argument
652 archive_entry_rdev(struct archive_entry * entry) archive_entry_rdev() argument
662 archive_entry_rdevmajor(struct archive_entry * entry) archive_entry_rdevmajor() argument
671 archive_entry_rdevminor(struct archive_entry * entry) archive_entry_rdevminor() argument
680 archive_entry_size(struct archive_entry * entry) archive_entry_size() argument
686 archive_entry_size_is_set(struct archive_entry * entry) archive_entry_size_is_set() argument
692 archive_entry_sourcepath(struct archive_entry * entry) archive_entry_sourcepath() argument
704 archive_entry_sourcepath_w(struct archive_entry * entry) archive_entry_sourcepath_w() argument
714 archive_entry_symlink(struct archive_entry * entry) archive_entry_symlink() argument
728 archive_entry_symlink_type(struct archive_entry * entry) archive_entry_symlink_type() argument
734 archive_entry_symlink_utf8(struct archive_entry * entry) archive_entry_symlink_utf8() argument
748 archive_entry_symlink_w(struct archive_entry * entry) archive_entry_symlink_w() argument
762 _archive_entry_symlink_l(struct archive_entry * entry,const char ** p,size_t * len,struct archive_string_conv * sc) _archive_entry_symlink_l() argument
774 archive_entry_uid(struct archive_entry * entry) archive_entry_uid() argument
780 archive_entry_uid_is_set(struct archive_entry * entry) archive_entry_uid_is_set() argument
786 archive_entry_uname(struct archive_entry * entry) archive_entry_uname() argument
797 archive_entry_uname_utf8(struct archive_entry * entry) archive_entry_uname_utf8() argument
808 archive_entry_uname_w(struct archive_entry * entry) archive_entry_uname_w() argument
819 _archive_entry_uname_l(struct archive_entry * entry,const char ** p,size_t * len,struct archive_string_conv * sc) _archive_entry_uname_l() argument
826 archive_entry_is_data_encrypted(struct archive_entry * entry) archive_entry_is_data_encrypted() argument
832 archive_entry_is_metadata_encrypted(struct archive_entry * entry) archive_entry_is_metadata_encrypted() argument
838 archive_entry_is_encrypted(struct archive_entry * entry) archive_entry_is_encrypted() argument
848 archive_entry_set_filetype(struct archive_entry * entry,unsigned int type) archive_entry_set_filetype() argument
857 archive_entry_set_fflags(struct archive_entry * entry,unsigned long set,unsigned long clear) archive_entry_set_fflags() argument
866 archive_entry_copy_fflags_text(struct archive_entry * entry,const char * flags) archive_entry_copy_fflags_text() argument
875 archive_entry_copy_fflags_text_w(struct archive_entry * entry,const wchar_t * flags) archive_entry_copy_fflags_text_w() argument
884 archive_entry_set_gid(struct archive_entry * entry,la_int64_t g) archive_entry_set_gid() argument
892 archive_entry_set_gname(struct archive_entry * entry,const char * name) archive_entry_set_gname() argument
898 archive_entry_set_gname_utf8(struct archive_entry * entry,const char * name) archive_entry_set_gname_utf8() argument
904 archive_entry_copy_gname(struct archive_entry * entry,const char * name) archive_entry_copy_gname() argument
910 archive_entry_copy_gname_w(struct archive_entry * entry,const wchar_t * name) archive_entry_copy_gname_w() argument
916 archive_entry_update_gname_utf8(struct archive_entry * entry,const char * name) archive_entry_update_gname_utf8() argument
927 _archive_entry_copy_gname_l(struct archive_entry * entry,const char * name,size_t len,struct archive_string_conv * sc) _archive_entry_copy_gname_l() argument
928 _archive_entry_copy_gname_l(struct archive_entry * entry,const char * name,size_t len,struct archive_string_conv * sc) _archive_entry_copy_gname_l() argument
934 archive_entry_set_ino(struct archive_entry * entry,la_int64_t ino) archive_entry_set_ino() argument
942 archive_entry_set_ino64(struct archive_entry * entry,la_int64_t ino) archive_entry_set_ino64() argument
950 archive_entry_set_hardlink(struct archive_entry * entry,const char * target) archive_entry_set_hardlink() argument
960 archive_entry_set_hardlink_utf8(struct archive_entry * entry,const char * target) archive_entry_set_hardlink_utf8() argument
970 archive_entry_copy_hardlink(struct archive_entry * entry,const char * target) archive_entry_copy_hardlink() argument
980 archive_entry_copy_hardlink_w(struct archive_entry * entry,const wchar_t * target) archive_entry_copy_hardlink_w() argument
990 archive_entry_update_hardlink_utf8(struct archive_entry * entry,const char * target) archive_entry_update_hardlink_utf8() argument
1005 _archive_entry_copy_hardlink_l(struct archive_entry * entry,const char * target,size_t len,struct archive_string_conv * sc) _archive_entry_copy_hardlink_l() argument
1020 archive_entry_set_atime(struct archive_entry * entry,time_t t,long ns) archive_entry_set_atime() argument
1030 archive_entry_unset_atime(struct archive_entry * entry) archive_entry_unset_atime() argument
1037 archive_entry_set_birthtime(struct archive_entry * entry,time_t t,long ns) archive_entry_set_birthtime() argument
1047 archive_entry_unset_birthtime(struct archive_entry * entry) archive_entry_unset_birthtime() argument
1054 archive_entry_set_ctime(struct archive_entry * entry,time_t t,long ns) archive_entry_set_ctime() argument
1064 archive_entry_unset_ctime(struct archive_entry * entry) archive_entry_unset_ctime() argument
1071 archive_entry_set_dev(struct archive_entry * entry,dev_t d) archive_entry_set_dev() argument
1080 archive_entry_set_devmajor(struct archive_entry * entry,dev_t m) archive_entry_set_devmajor() argument
1089 archive_entry_set_devminor(struct archive_entry * entry,dev_t m) archive_entry_set_devminor() argument
1099 archive_entry_set_link(struct archive_entry * entry,const char * target) archive_entry_set_link() argument
1108 archive_entry_set_link_utf8(struct archive_entry * entry,const char * target) archive_entry_set_link_utf8() argument
1118 archive_entry_copy_link(struct archive_entry * entry,const char * target) archive_entry_copy_link() argument
1128 archive_entry_copy_link_w(struct archive_entry * entry,const wchar_t * target) archive_entry_copy_link_w() argument
1137 archive_entry_update_link_utf8(struct archive_entry * entry,const char * target) archive_entry_update_link_utf8() argument
1154 _archive_entry_copy_link_l(struct archive_entry * entry,const char * target,size_t len,struct archive_string_conv * sc) _archive_entry_copy_link_l() argument
1169 archive_entry_set_mode(struct archive_entry * entry,mode_t m) archive_entry_set_mode() argument
1177 archive_entry_set_mtime(struct archive_entry * entry,time_t t,long ns) archive_entry_set_mtime() argument
1187 archive_entry_unset_mtime(struct archive_entry * entry) archive_entry_unset_mtime() argument
1194 archive_entry_set_nlink(struct archive_entry * entry,unsigned int nlink) archive_entry_set_nlink() argument
1201 archive_entry_set_pathname(struct archive_entry * entry,const char * name) archive_entry_set_pathname() argument
1207 archive_entry_set_pathname_utf8(struct archive_entry * entry,const char * name) archive_entry_set_pathname_utf8() argument
1213 archive_entry_copy_pathname(struct archive_entry * entry,const char * name) archive_entry_copy_pathname() argument
1219 archive_entry_copy_pathname_w(struct archive_entry * entry,const wchar_t * name) archive_entry_copy_pathname_w() argument
1225 archive_entry_update_pathname_utf8(struct archive_entry * entry,const char * name) archive_entry_update_pathname_utf8() argument
1236 _archive_entry_copy_pathname_l(struct archive_entry * entry,const char * name,size_t len,struct archive_string_conv * sc) _archive_entry_copy_pathname_l() argument
1237 _archive_entry_copy_pathname_l(struct archive_entry * entry,const char * name,size_t len,struct archive_string_conv * sc) _archive_entry_copy_pathname_l() argument
1244 archive_entry_set_perm(struct archive_entry * entry,mode_t p) archive_entry_set_perm() argument
1253 archive_entry_set_rdev(struct archive_entry * entry,dev_t m) archive_entry_set_rdev() argument
1261 archive_entry_set_rdevmajor(struct archive_entry * entry,dev_t m) archive_entry_set_rdevmajor() argument
1269 archive_entry_set_rdevminor(struct archive_entry * entry,dev_t m) archive_entry_set_rdevminor() argument
1277 archive_entry_set_size(struct archive_entry * entry,la_int64_t s) archive_entry_set_size() argument
1285 archive_entry_unset_size(struct archive_entry * entry) archive_entry_unset_size() argument
1292 archive_entry_copy_sourcepath(struct archive_entry * entry,const char * path) archive_entry_copy_sourcepath() argument
1298 archive_entry_copy_sourcepath_w(struct archive_entry * entry,const wchar_t * path) archive_entry_copy_sourcepath_w() argument
1304 archive_entry_set_symlink(struct archive_entry * entry,const char * linkname) archive_entry_set_symlink() argument
1314 archive_entry_set_symlink_type(struct archive_entry * entry,int type) archive_entry_set_symlink_type() argument
1320 archive_entry_set_symlink_utf8(struct archive_entry * entry,const char * linkname) archive_entry_set_symlink_utf8() argument
1330 archive_entry_copy_symlink(struct archive_entry * entry,const char * linkname) archive_entry_copy_symlink() argument
1340 archive_entry_copy_symlink_w(struct archive_entry * entry,const wchar_t * linkname) archive_entry_copy_symlink_w() argument
1350 archive_entry_update_symlink_utf8(struct archive_entry * entry,const char * linkname) archive_entry_update_symlink_utf8() argument
1365 _archive_entry_copy_symlink_l(struct archive_entry * entry,const char * linkname,size_t len,struct archive_string_conv * sc) _archive_entry_copy_symlink_l() argument
1380 archive_entry_set_uid(struct archive_entry * entry,la_int64_t u) archive_entry_set_uid() argument
1388 archive_entry_set_uname(struct archive_entry * entry,const char * name) archive_entry_set_uname() argument
1394 archive_entry_set_uname_utf8(struct archive_entry * entry,const char * name) archive_entry_set_uname_utf8() argument
1400 archive_entry_copy_uname(struct archive_entry * entry,const char * name) archive_entry_copy_uname() argument
1406 archive_entry_copy_uname_w(struct archive_entry * entry,const wchar_t * name) archive_entry_copy_uname_w() argument
1412 archive_entry_update_uname_utf8(struct archive_entry * entry,const char * name) archive_entry_update_uname_utf8() argument
1423 archive_entry_set_is_data_encrypted(struct archive_entry * entry,char is_encrypted) archive_entry_set_is_data_encrypted() argument
1433 archive_entry_set_is_metadata_encrypted(struct archive_entry * entry,char is_encrypted) archive_entry_set_is_metadata_encrypted() argument
1443 _archive_entry_copy_uname_l(struct archive_entry * entry,const char * name,size_t len,struct archive_string_conv * sc) _archive_entry_copy_uname_l() argument
1444 _archive_entry_copy_uname_l(struct archive_entry * entry,const char * name,size_t len,struct archive_string_conv * sc) _archive_entry_copy_uname_l() argument
1451 archive_entry_mac_metadata(struct archive_entry * entry,size_t * s) archive_entry_mac_metadata() argument
1458 archive_entry_copy_mac_metadata(struct archive_entry * entry,const void * p,size_t s) archive_entry_copy_mac_metadata() argument
1476 archive_entry_digest(struct archive_entry * entry,int type) archive_entry_digest() argument
1497 archive_entry_set_digest(struct archive_entry * entry,int type,const unsigned char * digest) archive_entry_set_digest() argument
1540 archive_entry_acl(struct archive_entry * entry) archive_entry_acl() argument
1546 archive_entry_acl_clear(struct archive_entry * entry) archive_entry_acl_clear() argument
1555 archive_entry_acl_add_entry(struct archive_entry * entry,int type,int permset,int tag,int id,const char * name) archive_entry_acl_add_entry() argument
1556 archive_entry_acl_add_entry(struct archive_entry * entry,int type,int permset,int tag,int id,const char * name) archive_entry_acl_add_entry() argument
1565 archive_entry_acl_add_entry_w(struct archive_entry * entry,int type,int permset,int tag,int id,const wchar_t * name) archive_entry_acl_add_entry_w() argument
1566 archive_entry_acl_add_entry_w(struct archive_entry * entry,int type,int permset,int tag,int id,const wchar_t * name) archive_entry_acl_add_entry_w() argument
1576 archive_entry_acl_types(struct archive_entry * entry) archive_entry_acl_types() argument
1585 archive_entry_acl_count(struct archive_entry * entry,int want_type) archive_entry_acl_count() argument
1596 archive_entry_acl_reset(struct archive_entry * entry,int want_type) archive_entry_acl_reset() argument
1606 archive_entry_acl_next(struct archive_entry * entry,int want_type,int * type,int * permset,int * tag,int * id,const char ** name) archive_entry_acl_next() argument
1607 archive_entry_acl_next(struct archive_entry * entry,int want_type,int * type,int * permset,int * tag,int * id,const char ** name) archive_entry_acl_next() argument
1622 archive_entry_acl_to_text_w(struct archive_entry * entry,la_ssize_t * len,int flags) archive_entry_acl_to_text_w() argument
1630 archive_entry_acl_to_text(struct archive_entry * entry,la_ssize_t * len,int flags) archive_entry_acl_to_text() argument
1637 _archive_entry_acl_to_text_l(struct archive_entry * entry,ssize_t * len,int flags,struct archive_string_conv * sc) _archive_entry_acl_to_text_l() argument
1647 archive_entry_acl_from_text_w(struct archive_entry * entry,const wchar_t * wtext,int type) archive_entry_acl_from_text_w() argument
1654 archive_entry_acl_from_text(struct archive_entry * entry,const char * text,int type) archive_entry_acl_from_text() argument
1661 _archive_entry_acl_from_text_l(struct archive_entry * entry,const char * text,int type,struct archive_string_conv * sc) _archive_entry_acl_from_text_l() argument
1689 archive_entry_acl_text_w(struct archive_entry * entry,int flags) archive_entry_acl_text_w() argument
1701 archive_entry_acl_text(struct archive_entry * entry,int flags) archive_entry_acl_text() argument
1714 _archive_entry_acl_text_l(struct archive_entry * entry,int flags,const char ** acl_text,size_t * len,struct archive_string_conv * sc) _archive_entry_acl_text_l() argument
1809 const char *name; global() member
2165 struct archive_entry *entry = archive_entry_new(); main() local
[all...]
H A Darchive_entry_xattr.c1 /*-
2 * Copyright (c) 2003-2007 Tim Kientzle
72 archive_entry_xattr_clear(struct archive_entry *entry) in archive_entry_xattr_clear() argument
76 while (entry->xattr_head != NULL) { in archive_entry_xattr_clear()
77 xp = entry->xattr_head->next; in archive_entry_xattr_clear()
78 free(entry->xattr_hea in archive_entry_xattr_clear()
88 archive_entry_xattr_add_entry(struct archive_entry * entry,const char * name,const void * value,size_t size) archive_entry_xattr_add_entry() argument
89 archive_entry_xattr_add_entry(struct archive_entry * entry,const char * name,const void * value,size_t size) archive_entry_xattr_add_entry() argument
114 archive_entry_xattr_count(struct archive_entry * entry) archive_entry_xattr_count() argument
126 archive_entry_xattr_reset(struct archive_entry * entry) archive_entry_xattr_reset() argument
134 archive_entry_xattr_next(struct archive_entry * entry,const char ** name,const void ** value,size_t * size) archive_entry_xattr_next() argument
135 archive_entry_xattr_next(struct archive_entry * entry,const char ** name,const void ** value,size_t * size) archive_entry_xattr_next() argument
[all...]
/freebsd-src/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py3 # Copyright (c) 2005-2007 Niels Provos <provos@citi.umich.edu>
4 # Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
9 # pylint: disable=too-many-lines
10 # pylint: disable=too-many-branches
11 # pylint: disable=too-many-public-methods
12 # pylint: disable=too-many-statements
13 # pylint: disable=global-statement
35 STRUCT_REF_RE = re.compile(r"^struct\[(?P<name>[a-zA-Z_][a-zA-Z0-9_]*)\]$")
36 STRUCT_DEF_RE = re.compile(r"^struct +[a-zA-Z_][a-zA-Z0-9_]* *{$")
57 def __init__(self, why): # pylint: disable=super-init-not-called
[all …]
/freebsd-src/contrib/libevent/
H A Devent_rpcgen.py3 # Copyright (c) 2005-2007 Niels Provos <provos@citi.umich.edu>
4 # Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
9 # pylint: disable=too-many-lines
10 # pylint: disable=too-many-branches
11 # pylint: disable=too-many-public-methods
12 # pylint: disable=too-many-statements
13 # pylint: disable=global-statement
35 STRUCT_REF_RE = re.compile(r"^struct\[(?P<name>[a-zA-Z_][a-zA-Z0-9_]*)\]$")
36 STRUCT_DEF_RE = re.compile(r"^struct +[a-zA-Z_][a-zA-Z0-9_]* *{$")
57 def __init__(self, why): # pylint: disable=super-init-not-called
[all …]
/freebsd-src/usr.sbin/nscd/
H A Dhashtable.h1 /*-
36 * This file contains queue.h-like macro definitions for hash tables.
39 * entry (user defined structure) stores its elements in the sorted array.
47 * Defines the hash table entry structure, that uses specified type of
50 #define HASHTABLE_ENTRY_HEAD(name, type) struct name { \ argument
61 #define HASHTABLE_HEAD(name, entry) struct name { \ argument
62 struct entry *entries; \
67 ((table)->entries_size)
71 * statically - so there is no HASHTABLE_HEAD_INITIALIZED macro.
76 (table)->entries = calloc(_entries_size, \
[all …]
/freebsd-src/crypto/heimdal/doc/doxyout/krb5/man/man3/
H A Dkrb5_keytab.31 …ytab handling functions" 3 "11 Jan 2012" "Version 1.5.2" "HeimdalKerberos5library" \" -*- nroff -*-
4 .SH NAME
5 Heimdal Kerberos 5 keytab handling functions \-
13 …code KRB5_LIB_CALL \fBkrb5_kt_resolve\fP (krb5_context context, const char *name, krb5_keytab *id)"
16 …_code KRB5_LIB_CALL \fBkrb5_kt_default_name\fP (krb5_context context, char *name, size_t namesize)"
19 …RB5_LIB_CALL \fBkrb5_kt_default_modify_name\fP (krb5_context context, char *name, size_t namesize)"
31 …ALL \fBkrb5_kt_get_name\fP (krb5_context context, krb5_keytab keytab, char *name, size_t namesize)"
43 …_LIB_CALL \fBkrb5_kt_compare\fP (krb5_context context, krb5_keytab_entry *entry, krb5_const_princi…
46 …d, krb5_const_principal principal, krb5_kvno kvno, krb5_enctype enctype, krb5_keytab_entry *entry)"
52 …error_code KRB5_LIB_CALL \fBkrb5_kt_free_entry\fP (krb5_context context, krb5_keytab_entry *entry)"
[all …]
/freebsd-src/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swinstalled_tbl.c2 * Copyright (c) 2005-2006 The FreeBSD Project
5 * Author: Victor Cruceru <soc-victor@freebsd.org>
63 * This structure is used to hold a SNMP table entry
64 * for HOST-RESOURCES-MIB's hrSWInstalledTable
68 u_char *name; /* max len for this is SW_NAME_MLEN */ member
87 u_char *name; /* map key,a copy of swins_entry::name*/ member
93 struct swins_entry *entry; member
121 * Create a new entry into the hrSWInstalledTable
124 swins_entry_create(const char *name) in swins_entry_create() argument
126 struct swins_entry *entry; in swins_entry_create() local
[all …]
H A Dhostres_fs_tbl.c1 /*-
2 * Copyright (c) 2005-2006 The FreeBSD Project
5 * Author: Victor Cruceru <soc-victor@freebsd.org>
65 * This structure is used to hold a SNMP table entry
66 * for HOST-RESOURCES-MIB's hrFSTable
85 * Next structure is used to keep o list of mappings from a specific name
86 * (a_name) to an entry in the hrFSTblEntry. We are trying to keep the same
87 * index for a specific name at least for the duration of one SNMP agent run.
94 struct fs_entry *entry; member
147 * Create an entry into the FS table and an entry in the map (if needed).
[all …]
H A Dhostres_swrun_tbl.c2 * Copyright (c) 2005-2006 The FreeBSD Project
5 * Author: Victor Cruceru <soc-victor@freebsd.org>
74 * This structure is used to hold a SNMP table entry
80 u_char *name; /* it may be NULL */ member
90 uint64_t r_tick; /* tick when entry refreshed */
104 /* the value of the MIB object with the same name */
108 * Malloc a new entry and add it to the list
115 struct swrun_entry *entry; in swrun_entry_create() local
117 if ((entry = malloc(sizeof(*entry))) == NULL) { in swrun_entry_create()
121 memset(entry, 0, sizeof(*entry)); in swrun_entry_create()
[all …]
H A Dhostres_device_tbl.c1 /*-
2 * Copyright (c) 2005-2006 The FreeBSD Project
5 * Author: Victor Cruceru <soc-victor@freebsd.org>
51 free(entry_p->name); \
52 free(entry_p->location); \
53 free(entry_p->descr); \
86 static int devd_sock = -1;
96 * Create a new entry out of thin air.
99 device_entry_create(const char *name, const char *location, const char *descr) in device_entry_create() argument
101 struct device_entry *entry = NULL; in device_entry_create() local
[all …]
/freebsd-src/crypto/heimdal/lib/krb5/
H A Dkeytab.c2 * Copyright (c) 1997 - 2005 Kungliga Tekniska Högskolan
17 * 3. Neither the name of the Institute nor the names of its contributors
51 * A keytab name is on the form type:residual. The residual part is
52 * specific to each keytab-type.
54 * When a keytab-name is resolved, the type is matched with an internal
63 * - file
64 * store the keytab in a file, the type's name is FILE . The
72 * - keytab
74 * the type's name is AFSKEYFILE. The residual part is a filename.
76 * - memory
[all …]
/freebsd-src/sys/geom/part/
H A Dg_part.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2002, 2005-2009 Marcel Moolenaar
67 { "apple-apfs", G_PART_ALIAS_APPLE_APFS },
68 { "apple-boot", G_PART_ALIAS_APPLE_BOOT },
69 { "apple-core-storag
295 struct g_part_entry *entry; g_part_get_physpath_done() local
442 struct g_part_entry *entry, *last; g_part_new_entry() local
471 g_part_new_provider(struct g_geom * gp,struct g_part_table * table,struct g_part_entry * entry) g_part_new_provider() argument
513 g_part_find_geom(const char * name) g_part_find_geom() argument
525 g_part_parm_geom(struct gctl_req * req,const char * name,struct g_geom ** v) g_part_parm_geom() argument
545 g_part_parm_provider(struct gctl_req * req,const char * name,struct g_provider ** v) g_part_parm_provider() argument
566 g_part_parm_quad(struct gctl_req * req,const char * name,quad_t * v) g_part_parm_quad() argument
585 g_part_parm_scheme(struct gctl_req * req,const char * name,struct g_part_scheme ** v) g_part_parm_scheme() argument
609 g_part_parm_str(struct gctl_req * req,const char * name,const char ** v) g_part_parm_str() argument
626 g_part_parm_intmax(struct gctl_req * req,const char * name,u_int * v) g_part_parm_intmax() argument
643 g_part_parm_uint32(struct gctl_req * req,const char * name,u_int * v) g_part_parm_uint32() argument
660 g_part_parm_bootcode(struct gctl_req * req,const char * name,const void ** v,unsigned int * s) g_part_parm_bootcode() argument
725 struct g_part_entry *delent, *last, *entry; g_part_ctl_add() local
883 struct g_part_entry *entry, *tmp; g_part_ctl_commit() local
1098 struct g_part_entry *entry; g_part_ctl_delete() local
1159 struct g_part_entry *entry, *tmp; g_part_ctl_destroy() local
1240 struct g_part_entry *entry; g_part_ctl_modify() local
1336 struct g_part_entry *pe, *entry; g_part_ctl_resize() local
1426 struct g_part_entry *entry; g_part_ctl_setunset() local
1481 struct g_part_entry *entry, *tmp; g_part_ctl_undo() local
1574 struct g_part_entry *entry; g_part_wither() local
1963 struct g_part_entry *entry; g_part_taste() local
2080 struct g_part_entry *entry; g_part_dumpconf() local
2225 struct g_part_entry *entry; g_part_start() local
[all...]
H A Dg_part.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2006-2008 Marcel Moolenaar
34 #define G_PART_PROBE_PRI_LOW -10
35 #define G_PART_PROBE_PRI_NORM -5
40 G_PART_ALIAS_APPLE_BOOT, /* An Apple boot partition entry. */
42 G_PART_ALIAS_APPLE_HFS, /* An HFS+ file system entry
243 G_PART_SCHEME_DECLARE(name) global() argument
[all...]
/freebsd-src/sbin/restore/
H A Dsymtab.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
15 * 3. Neither the name of the University nor the names of its contributors
35 * name or inode number. They also provide for creation, deletion,
62 * HASHFACTOR. The variable "entry" points to the hash table;
66 static struct entry **entry; variable
69 static void addino(ino_t, struct entry *);
70 static struct entry *lookupparent(char *);
71 static void removeentry(struct entry *);
74 * Look up an entry by inode number
[all …]
/freebsd-src/usr.sbin/bhyve/
H A Dqemu_loader.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
29 uint8_t name[QEMU_FWCFG_MAX_NAME]; member
40 uint8_t name[QEMU_FWCFG_MAX_NAME]; member
67 struct qemu_loader_entry entry; member
76 qemu_loader_alloc(struct qemu_loader *const loader, const uint8_t *name, in qemu_loader_alloc() argument
81 if (strlen(name) >= QEMU_FWCFG_MAX_NAME) in qemu_loader_alloc()
90 element->entry.cmd_le = htole32(QEMU_LOADER_CMD_ALLOC); in qemu_loader_alloc()
91 strncpy(element->entry.alloc.name, name, QEMU_FWCFG_MAX_NAME); in qemu_loader_alloc()
92 element->entry.alloc.alignment_le = htole32(alignment); in qemu_loader_alloc()
[all …]
/freebsd-src/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.c1 /*-
2 * Copyright (c) 2015-2016 Landon Fuller <landonf@FreeBSD.org>
50 bhnd_nvram_plist *plist, const char *name);
58 * @retval non-NULL success
70 /* Implicit caller-owned reference */ in bhnd_nvram_plist_new()
71 plist->refs = 1; in bhnd_nvram_plist_new()
73 /* Initialize entry list */ in bhnd_nvram_plist_new()
74 plist->num_entries = 0; in bhnd_nvram_plist_new()
75 TAILQ_INIT(&plist->entries); in bhnd_nvram_plist_new()
77 /* Initialize entry hash table */ in bhnd_nvram_plist_new()
[all …]
/freebsd-src/sys/dev/pci/
H A Dpci_iov_schema.c1 /*-
2 * Copyright (c) 2014-2015 Sandvine Inc.
49 const nvlist_t *, const char *name);
108 .type_name = "unicast-mac",
127 if (strcmp(type, validator->type_name) == 0) in pci_iov_schema_find_validator()
135 pci_iov_schema_add_type(nvlist_t *entry, const char *type) in pci_iov_schema_add_type() argument
139 nvlist_set_error(entry, EINVAL); in pci_iov_schema_add_type()
142 nvlist_add_string(entry, "type", type); in pci_iov_schema_add_type()
146 pci_iov_schema_add_required(nvlist_t *entry, uint32_t flags) in pci_iov_schema_add_required() argument
151 nvlist_set_error(entry, EINVAL); in pci_iov_schema_add_required()
[all …]
/freebsd-src/contrib/unbound/validator/
H A Dval_kentry.h2 * validator/val_kentry.h - validator key entry definition.
19 * Neither the name of the NLNET LABS nor the names of its contributors may
51 * A key entry for the validator.
54 * This is the key part for the cache; the key entry key.
57 /** lru hash entry */
58 struct lruhash_entry entry; member
59 /** name of the key */
60 uint8_t* name; member
61 /** length of name */
68 * Key entry for the validator.
[all …]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp1 //===-- DebugNamesDWARFIndex.cpp --------
75 ProcessEntry(const DebugNames::Entry & entry,llvm::function_ref<bool (DWARFDIE die)> callback) ProcessEntry() argument
90 MaybeLogLookupError(llvm::Error error,const DebugNames::NameIndex & ni,llvm::StringRef name) MaybeLogLookupError() argument
101 for (const DebugNames::Entry &entry : GetGlobalVariables() local
183 for (const DebugNames::Entry &entry : GetCompleteObjCClass() local
222 GetTypes(ConstString name,llvm::function_ref<bool (DWARFDIE die)> callback) GetTypes() argument
223 for (const DebugNames::Entry &entry : GetTypes() local
237 auto name = context[0].name; GetTypes() local
238 for (const DebugNames::Entry &entry : m_debug_names_up->equal_range(name)) { GetTypes() local
249 GetNamespaces(ConstString name,llvm::function_ref<bool (DWARFDIE die)> callback) GetNamespaces() argument
250 for (const DebugNames::Entry &entry : GetNamespaces() local
267 ConstString name = lookup_info.GetLookupName(); GetFunctions() local
269 for (const DebugNames::Entry &entry : GetFunctions() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h1 //===-- FormatEntity.h ------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 #include "lldb/lldb-enumerations.h"
13 #include "lldb/lldb-types.h"
39 struct Entry { struct
106 /// The name/string placeholder that corresponds to this definition.
107 const char *name; member
110 /// Entry::Type corresponding to this definition. argument
111 const Entry::Type type;
[all …]
/freebsd-src/lib/libmt/
H A Dmt.335 .Sh NAME
63 .Fa "const char *name"
69 .Fa "const char *name"
80 .Fa "struct mt_status_entry *entry"
82 .Fa "void (*sbuf_func)(struct sbuf *sb, struct mt_status_entry *entry, void *arg)"
87 .Fa "struct mt_status_entry *entry"
89 .Fa "void (*print_func)(struct mt_status_entry *entry, void *arg)"
94 .Fa "struct mt_status_entry *entry"
95 .Fa "char *name"
100 .Fa "char *name"
[all …]
H A Dmtlib.c1 /*-
56 mt_start_element(void *user_data, const char *name, const char **attr) in mt_start_element() argument
60 struct mt_status_entry *entry; in mt_start_element() local
64 if (mtinfo->error != 0) in mt_start_element()
67 mtinfo->level++; in mt_start_element()
68 if ((u_int)mtinfo->level >= (sizeof(mtinfo->cur_sb) / in mt_start_element()
69 sizeof(mtinfo->cur_sb[0]))) { in mt_start_element()
70 mtinfo->error = 1; in mt_start_element()
71 snprintf(mtinfo->error_str, sizeof(mtinfo->error_str), in mt_start_element()
73 sizeof(mtinfo->cur_sb) / sizeof(mtinfo->cur_sb[0])); in mt_start_element()
[all …]
/freebsd-src/share/man/man3/
H A Dqueue.312 .\" 3. Neither the name of the University nor the names of its contributors
31 .Sh NAME
122 .Nd implementations of singly-linked lists, singly-linked tail queues,
129 .Fn SLIST_CONCAT "SLIST_HEAD *head1" "SLIST_HEAD *head2" "TYPE" "SLIST_ENTRY NAME"
133 .Fn SLIST_FOREACH "TYPE *var" "SLIST_HEAD *head" "SLIST_ENTRY NAME"
134 .Fn SLIST_FOREACH_FROM "TYPE *var" "SLIST_HEAD *head" "SLIST_ENTRY NAME"
135 .Fn SLIST_FOREACH_FROM_SAFE "TYPE *var" "SLIST_HEAD *head" "SLIST_ENTRY NAME" "TYPE *temp_var"
136 .Fn SLIST_FOREACH_SAFE "TYPE *var" "SLIST_HEAD *head" "SLIST_ENTRY NAME" "TYPE *temp_var"
140 .Fn SLIST_INSERT_AFTER "TYPE *listelm" "TYPE *elm" "SLIST_ENTRY NAME"
141 .Fn SLIST_INSERT_HEAD "SLIST_HEAD *head" "TYPE *elm" "SLIST_ENTRY NAME"
[all …]
/freebsd-src/bin/sh/
H A Dexec.c1 /*-
16 * 3. Neither the name of the University nor the names of its contributors
48 * would make the command name "hash" a misnomer.
77 struct tblentry *next; /* next entry in hash chain */
81 char cmdname[]; /* name of command */
86 static int cmdtable_cd = 0; /* cmdtable contains cd-dependent entries */
101 * The argv array may be changed and element argv[-1] should be writable.
117 if (--idx < 0 && opt == NULL) { in shellexec()
179 if (in != -1) { in tryexec()
188 *--argv = __DECONST(char *, _PATH_BSHELL); in tryexec()
[all …]

12345678910>>...47