Searched refs:name (Results 126 - 150 of 5975) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/binutils/gas/
H A Doutput-file.c32 output_file_create (char *name) argument
34 if (name[0] == '-' && name[1] == '\0')
35 as_fatal (_("can't open a bfd on stdout %s"), name);
37 else if (!(stdoutput = bfd_openw (name, TARGET_FORMAT)))
44 as_fatal (_("can't create %s: %s"), name, bfd_errmsg (err));
H A Doutput-file.h24 void output_file_create (char *name);
/freebsd-9.3-release/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-9.3-release/contrib/ipfilter/lib/
H A Dgetportproto.c14 int getportproto(name, proto)
15 char *name;
21 if (ISDIGIT(*name)) {
25 for (s = name; *s != '\0'; s++)
29 number = atoi(name);
36 s = getservbyname(name, p ? p->p_name : NULL);
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_by_name.c45 struct { const char *name; int (*setter)(struct archive *); } names[] = member in struct:__anon1636
65 archive_write_set_format_by_name(struct archive *a, const char *name) argument
69 for (i = 0; names[i].name != NULL; i++) {
70 if (strcmp(name, names[i].name) == 0)
74 archive_set_error(a, EINVAL, "No such format '%s'", name);
/freebsd-9.3-release/contrib/openpam/lib/libpam/
H A Dpam_getenv.c19 * 3. The name of the author may not be used to endorse or promote
58 const char *name)
63 ENTERS(name);
66 if (name == NULL || strchr(name, '=') != NULL)
68 if ((i = openpam_findenv(pamh, name, strlen(name))) < 0)
57 pam_getenv(pam_handle_t *pamh, const char *name) argument
H A Dpam_setenv.c19 * 3. The name of the author may not be used to endorse or promote
60 const char *name,
72 if (name == NULL || value == NULL || strchr(name, '=') != NULL)
76 if (!overwrite && openpam_findenv(pamh, name, strlen(name)) >= 0)
80 if (asprintf(&env, "%s=%s", name, value) < 0)
59 pam_setenv(pam_handle_t *pamh, const char *name, const char *value, int overwrite) argument
/freebsd-9.3-release/lib/libefi/
H A Defi_nextvarname.c45 efi_nextvarname(size_t *namesize, char *name, uuid_t *vendor) argument
51 error = libefi_utf8_to_ucs2(name, &req.namesize, &req.name);
60 error = libefi_ucs2_to_utf8(req.name, namesize, name);
64 free(req.name);
/freebsd-9.3-release/tools/regression/geom/ConfCmp/
H A Da2.conf4 <name>DEV-class</name>
7 <name>wd0s1f</name>
17 <name>wd0s1e</name>
27 <name>wd0s1c</name>
37 <name>wd0s1b</name>
[all...]
H A Da2a.conf4 <name>DEV-class</name>
7 <name>wd0s1f</name>
17 <name>wd0s1e</name>
27 <name>wd0s1c</name>
37 <name>wd0s1b</name>
[all...]
H A Da2b.conf4 <name>DEV-class</name>
7 <name>wd0s1f</name>
17 <name>wd0s1e</name>
27 <name>wd0s1c</name>
37 <name>wd0s1b</name>
[all...]
H A Da2c.conf4 <name>DEV-class</name>
7 <name>wd0s1f</name>
17 <name>wd0s1e</name>
27 <name>wd0s1c</name>
37 <name>wd0s1b</name>
[all...]
H A Da2d.conf4 <name>DEV-class</name>
7 <name>wd0s1f</name>
17 <name>wd0s1e</name>
27 <name>wd0s1c</name>
37 <name>wd0s1b</name>
[all...]
/freebsd-9.3-release/tools/regression/usr.bin/pkill/
H A Dpgrep-l.t8 name="pgrep -l"
15 echo "ok - $name"
17 echo "not ok - $name"
/freebsd-9.3-release/sys/sys/
H A Dfail.h60 const char *fp_name; /**< name of fail point */
69 #define FAIL_POINT_DYNAMIC_NAME 0x01 /**< Must free name on destroy */
82 * Initialize a fail-point. The name is formed in printf-like fashion
131 #define _FAIL_POINT_NAME(name) _fail_point_##name
137 * @param name The name of the failpoint in the sysctl tree (and printouts)
141 #define KFAIL_POINT_RETURN(parent, name) \
142 KFAIL_POINT_CODE(parent, name, return RETURN_VALUE)
147 * @param name Th
[all...]
H A Dsdt.h38 #define DTRACE_PROBE(prov, name) { \
39 extern void __dtrace_##prov##___##name(void); \
40 __dtrace_##prov##___##name(); \
43 #define DTRACE_PROBE1(prov, name, arg1) { \
44 extern void __dtrace_##prov##___##name(unsigned long); \
45 __dtrace_##prov##___##name((unsigned long)arg1); \
48 #define DTRACE_PROBE2(prov, name, arg1, arg2) { \
49 extern void __dtrace_##prov##___##name(unsigned long, \
51 __dtrace_##prov##___##name((unsigned long)arg1, \
55 #define DTRACE_PROBE3(prov, name, arg
404 const char *name; member in struct:sdt_probe
411 char *name; /* Provider name. */ member in struct:sdt_provider
[all...]
/freebsd-9.3-release/usr.bin/yacc/
H A Dsymtab.c16 * 4. Neither the name of the University nor the names of its contributors
59 hash(const char *name) argument
64 assert(name && *name);
65 s = name;
75 make_bucket(const char *name) argument
79 assert(name);
84 bp->name = malloc(strlen(name) + 1);
85 if (bp->name
101 lookup(char *name) argument
[all...]
/freebsd-9.3-release/contrib/cvs/contrib/
H A Drcs-to-cvs.sh108 for name in * .[a-zA-Z0-9]*
110 case "$name" in
113 echo $name
115 echo "Updating ${repository}/${name}"
117 if [ -d "$name" ]; then
118 if [ ! -d "${update_dir}/${name}" ]; then
119 echo "WARNING: Creating new directory ${repository}/${name}"
120 mkdir "${update_dir}/${name}"
126 cd "$name"
128 echo "ERROR: Couldn\'t cd to $name
[all...]
/freebsd-9.3-release/sbin/dhclient/
H A Dhash.c18 * 3. Neither the name of The Internet Software Consortium nor the names
63 do_hash(unsigned char *name, int len, int size) argument
65 unsigned char *s = name;
78 void add_hash(struct hash_table *table, unsigned char *name, int len, argument
87 len = strlen((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-9.3-release/sys/tools/
H A Dvnode_if.awk15 # 4. Neither the name of the University nor the names of its contributors
67 function add_debug_code(name, arg, pos, ind)
73 if (lockdata[name, arg, pos] && (lockdata[name, arg, pos] != "-")) {
76 if (lockdata[name, arg, pos] == "L")
78 else if (lockdata[name, arg, pos] == "U")
80 else if (lockdata[name, arg, pos] == "E")
88 function add_pre(name)
90 if (lockdata[name, "pre"]) {
91 printc("\t"lockdata[name, "pr
[all...]
/freebsd-9.3-release/contrib/binutils/include/aout/
H A Dranlib.h34 #define RANLIBMAG "__.SYMDEF" /* Archive file name containing index */
40 Third, a longword containing the length of symbol name strings.
41 Fourth, zero or more symbol name strings (each followed by a null). */
48 char *name; /* In memory, sometimes */ member in union:symdef::__anon499
61 #define ran_name name
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfrm_hook.c23 * Except as contained in this notice, the name(s) of the above copyright *
38 #define GEN_HOOK_SET_FUNCTION( typ, name ) \
39 NCURSES_IMPEXP int NCURSES_API set_ ## typ ## _ ## name (FORM *form, Form_Hook func)\
41 T((T_CALLED("set_" #typ"_"#name"(%p,%p)"), form, func));\
42 (Normalize_Form( form ) -> typ ## name) = func ;\
47 #define GEN_HOOK_GET_FUNCTION( typ, name ) \
48 NCURSES_IMPEXP Form_Hook NCURSES_API typ ## _ ## name ( const FORM *form )\
50 T((T_CALLED(#typ "_" #name "(%p)"), form));\
51 returnFormHook( Normalize_Form( form ) -> typ ## name );\
/freebsd-9.3-release/contrib/ncurses/menu/
H A Dm_hook.c23 * Except as contained in this notice, the name(s) of the above copyright *
43 #define GEN_HOOK_SET_FUNCTION( typ, name ) \
44 NCURSES_IMPEXP int NCURSES_API set_ ## typ ## _ ## name (MENU *menu, Menu_Hook func )\
46 T((T_CALLED("set_" #typ "_" #name "(%p,%p)"), menu, func));\
47 (Normalize_Menu(menu) -> typ ## name = func );\
52 #define GEN_HOOK_GET_FUNCTION( typ, name ) \
53 NCURSES_IMPEXP Menu_Hook NCURSES_API typ ## _ ## name ( const MENU *menu )\
55 T((T_CALLED(#typ "_" #name "(%p)"), menu));\
56 returnMenuHook(Normalize_Menu(menu) -> typ ## name);\
/freebsd-9.3-release/etc/rc.d/
H A Dccd11 name="ccd"
23 load_rc_config $name
H A Ddmesg13 name="dmesg"
25 load_rc_config $name

Completed in 122 milliseconds

1234567891011>>