Searched refs:name (Results 151 - 175 of 7870) sorted by relevance

1234567891011>>

/freebsd-current/usr.bin/gprof/
H A Dkernel.c21 char *name; local
38 for (name = namelist; *name != '\0'; name += strlen(name) + 1)
44 for (name = namelist; *name != '\0'; name += strlen(name) + 1) {
48 ksl.symname = name;
[all...]
/freebsd-current/sys/tools/
H A Dvnode_if.awk17 # 3. Neither the name of the University nor the names of its contributors
65 function add_debug_code(name, arg, pos, ind)
71 if (lockdata[name, arg, pos] && (lockdata[name, arg, pos] != "-")) {
74 if (lockdata[name, arg, pos] == "L")
76 else if (lockdata[name, arg, pos] == "U")
78 else if (lockdata[name, arg, pos] == "E")
86 function add_debugpre(name)
88 if (lockdata[name, "debugpre"]) {
90 printc("\t"lockdata[name, "debugpr
[all...]
/freebsd-current/contrib/dialog/samples/
H A Drun_test.sh41 for name in "$@"
43 [ -f "$name" ] || continue
44 [ -x "$name" ] || continue
46 case `basename "$name"` in
48 echo "** skipping $name" >>$mylog
52 rm -f trace "$want.log" "$name.log"
53 echo "** running $name" >>$mylog
54 $name
55 [ -f "$want.log" ] && cp "$want.log" "$name.log"
/freebsd-current/contrib/diff/lib/
H A Dbasename.c31 Return the address of the last file name component of NAME. If
32 NAME has no file name components because it is all slashes, return
36 base_name (char const *name) argument
38 char const *base = name + FILESYSTEM_PREFIX_LEN (name);
49 /* If the file name ends in slash, use the trailing slash as
71 base_len (char const *name) argument
75 for (len = strlen (name); 1 < len && ISSLASH (name[len - 1]); len--)
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_environment.h23 char *__kmp_env_get(char const *name);
27 int __kmp_env_exists(char const *name);
30 void __kmp_env_set(char const *name, char const *value, int overwrite);
33 void __kmp_env_unset(char const *name);
48 // Process block.vars[ i ].name and block.vars[ i ].value...
54 char *name; member in struct:__kmp_env_var
69 char const *__kmp_env_blk_var(kmp_env_blk_t *block, char const *name);
/freebsd-current/contrib/openpam/lib/libpam/
H A Dpam_setenv.c19 * 3. The name of the author may not be used to endorse or promote
59 const char *name,
69 if (*name == '\0' || strchr(name, '=') != NULL) {
75 if (!overwrite && openpam_findenv(pamh, name, strlen(name)) >= 0)
79 if (asprintf(&env, "%s=%s", name, value) < 0)
58 pam_setenv(pam_handle_t *pamh, const char *name, const char *value, int overwrite) argument
/freebsd-current/bin/pkill/tests/
H A Dpgrep-l_test.sh7 name="pgrep -l"
14 echo "ok - $name"
16 echo "not ok - $name"
H A Dpkill-_p_test.sh7 name="pkill -P <ppid>"
17 echo "ok - $name"
20 echo "not ok - $name"
/freebsd-current/usr.bin/bmake/tests/shell/select/
H A DMakefile.test11 .SHELL: name=sh
16 .SHELL: name=csh
21 .SHELL: name=ksh
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Daperture.h19 bool primary, const char *name);
21 int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const char *name);
31 bool primary, const char *name)
36 static inline int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const char *name) argument
45 * @name: a descriptive name of the requesting driver
53 static inline int aperture_remove_all_conflicting_devices(bool primary, const char *name) argument
55 return aperture_remove_conflicting_devices(0, (resource_size_t)-1, primary, name);
30 aperture_remove_conflicting_devices(resource_size_t base, resource_size_t size, bool primary, const char *name) argument
H A Dratelimit.h9 #define DEFINE_RATELIMIT_STATE(name, interval, burst) \
10 int name __used = 1;
/freebsd-current/libexec/rc/rc.d/
H A Dkpasswdd11 name=kpasswdd
13 rcvar=${name}_enable
23 load_rc_config $name
H A Dkadmind11 name=kadmind
13 rcvar=${name}_enable
23 load_rc_config $name
H A Dhostapd11 name="hostapd"
27 conf_file="/etc/${name}.conf"
28 pidfile="/var/run/${name}.pid"
31 conf_file="/etc/${name}-${ifn}.conf"
32 pidfile="/var/run/${name}-${ifn}.pid"
40 load_rc_config ${name}
H A Dbthidd12 name="bthidd"
15 command="/usr/sbin/${name}"
16 pidfile="/var/run/${name}.pid"
44 load_rc_config $name
45 config="${bthidd_config:-/etc/bluetooth/${name}.conf}"
46 hids="${bthidd_hids:-/var/db/${name}.hids}"
/freebsd-current/sbin/dhclient/
H A Dhash.c20 * 3. Neither the name of The Internet Software Consortium nor the names
63 do_hash(const unsigned char *name, int len, int size) argument
65 const unsigned char *s = name;
78 void add_hash(struct hash_table *table, const unsigned char *name, int len, argument
87 len = strlen((const char *)name);
89 hashno = do_hash(name, len, table->hash_count);
93 warning("Can't add %s to hash table.", name);
96 bp->name = name;
104 hash_lookup(struct hash_table *table, unsigned char *name, in argument
[all...]
/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A Dasmdefs.h62 #define ENTRY_ALIGN(name, alignment) \
63 .global name; \
64 .type name,%function; \
66 name: \
70 #define ENTRY(name) ENTRY_ALIGN(name, 6)
72 #define ENTRY_ALIAS(name) \
73 .global name; \
74 .type name,%function; \
75 name
[all...]
/freebsd-current/crypto/openssl/providers/implementations/include/prov/
H A Ddigestcommon.h26 #define PROV_FUNC_DIGEST_GET_PARAM(name, blksize, dgstsize, flags) \
27 static OSSL_FUNC_digest_get_params_fn name##_get_params; \
28 static int name##_get_params(OSSL_PARAM params[]) \
33 #define PROV_DISPATCH_FUNC_DIGEST_GET_PARAMS(name) \
34 { OSSL_FUNC_DIGEST_GET_PARAMS, (void (*)(void))name##_get_params }, \
38 # define PROV_FUNC_DIGEST_FINAL(name, dgstsize, fin) \
39 static OSSL_FUNC_digest_final_fn name##_internal_final; \
40 static int name##_internal_final(void *ctx, unsigned char *out, size_t *outl, \
51 name, CTX, blksize, dgstsize, flags, upd, fin) \
52 static OSSL_FUNC_digest_newctx_fn name##_newct
[all...]
/freebsd-current/contrib/jemalloc/src/
H A Dmutex_pool.c10 mutex_pool_init(mutex_pool_t *pool, const char *name, witness_rank_t rank) { argument
12 if (malloc_mutex_init(&pool->mutexes[i], name, rank,
/freebsd-current/contrib/ncurses/form/
H A Dfrm_hook.c24 * Except as contained in this notice, the name(s) of the above copyright *
39 #define GEN_HOOK_SET_FUNCTION( typ, name ) \
40 FORM_IMPEXP int NCURSES_API set_ ## typ ## _ ## name (FORM *form, Form_Hook func)\
43 T((T_CALLED("set_" #typ"_"#name"(%p,%s)"), (void *) form, TR_FUNC_ARG(0, func)));\
44 (Normalize_Form( form ) -> typ ## name) = func ;\
49 #define GEN_HOOK_GET_FUNCTION( typ, name ) \
50 FORM_IMPEXP Form_Hook NCURSES_API typ ## _ ## name ( const FORM *form )\
52 T((T_CALLED(#typ "_" #name "(%p)"), (const void *) form));\
53 returnFormHook( Normalize_Form( form ) -> typ ## name );\
/freebsd-current/contrib/ncurses/ncurses/
H A Dreport_hashing.c23 * Except as contained in this notice, the name(s) of the above copyright *
39 check_names(const char *name, NCURSES_CONST char *const *table, int termcap) argument
46 printf("%s:\n", name);
61 #define CHECK_TI(name) check_names(#name, name, 0)
62 #define CHECK_TC(name) check_names(#name, name, 1)
/freebsd-current/contrib/ncurses/menu/
H A Dm_hook.c24 * Except as contained in this notice, the name(s) of the above copyright *
44 #define GEN_HOOK_SET_FUNCTION( typ, name ) \
45 MENU_EXPORT(int) NCURSES_API set_ ## typ ## _ ## name (MENU *menu, Menu_Hook func )\
48 T((T_CALLED("set_" #typ "_" #name "(%p,%s)"), (void *) menu, TR_FUNC_ARG(0, func)));\
49 (Normalize_Menu(menu) -> typ ## name = func );\
54 #define GEN_HOOK_GET_FUNCTION( typ, name ) \
55 MENU_EXPORT(Menu_Hook) NCURSES_API typ ## _ ## name ( const MENU *menu )\
57 T((T_CALLED(#typ "_" #name "(%p)"), (const void *) menu));\
58 returnMenuHook(Normalize_Menu(menu) -> typ ## name);\
/freebsd-current/crypto/heimdal/lib/gssapi/mech/
H A Dgss_display_name.c38 struct _gss_name *name = (struct _gss_name *) input_name; local
45 if (name == NULL) {
51 * If we know it, copy the buffer used to import the name in
55 if (name->gn_value.value) {
56 output_name_buffer->value = malloc(name->gn_value.length);
61 output_name_buffer->length = name->gn_value.length;
62 memcpy(output_name_buffer->value, name->gn_value.value,
65 *output_name_type = &name->gn_type;
70 HEIM_SLIST_FOREACH(mn, &name->gn_mn, gmn_link) {
/freebsd-current/usr.sbin/bsdinstall/runconsoles/
H A Dchild.h28 void child_leader_run(const char *name, int fd, bool new_session,
/freebsd-current/sbin/geom/misc/
H A Dsubr.h37 off_t g_get_mediasize(const char *name);
38 unsigned int g_get_sectorsize(const char *name);
40 int g_metadata_read(const char *name, unsigned char *md, size_t size,
42 int g_metadata_store(const char *name, const unsigned char *md, size_t size);
43 int g_metadata_clear(const char *name, const char *magic);
49 int gctl_change_param(struct gctl_req *req, const char *name, int len,
51 int gctl_delete_param(struct gctl_req *req, const char *name);
52 int gctl_has_param(struct gctl_req *req, const char *name);

Completed in 357 milliseconds

1234567891011>>