Searched refs:name (Results 251 - 275 of 5975) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/crypto/openssl/util/
H A Dextract-names.pl8 $name = 0;
9 } elsif ($name) {
21 $name = 1;
/freebsd-9.3-release/sys/amd64/include/
H A Dasmacros.h13 * 4. Neither the name of the University nor the names of its contributors
41 * and the equivalent assembly language names. CNAME is given a name as
43 * language name.
55 #define GEN_ENTRY(name) ALIGN_TEXT; .globl CNAME(name); \
56 .type CNAME(name),@function; CNAME(name):
57 #define NON_GPROF_ENTRY(name) GEN_ENTRY(name)
60 #define END(name)
[all...]
/freebsd-9.3-release/sys/ia64/ia64/
H A Diodev_machdep.c99 efi_char *name; local
109 * of the name. That should be the closing nul character (ucs-2)
113 name = malloc(req->namesize, M_TEMP, M_WAITOK | M_ZERO);
114 error = copyin(req->name, name, req->namesize - 2);
116 free(name, M_TEMP);
121 error = efi_var_get(name, &req->vendor, &req->attrib, &req->datasize,
131 free(name, M_TEMP);
138 efi_char *name; local
141 /* Enforce a reasonable minimum size of the name buffe
168 efi_char *name; local
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dicmp_var.h13 * 4. Neither the name of the University nor the names of its contributors
65 #define ICMPSTAT_ADD(name, val) V_icmpstat.name += (val)
66 #define ICMPSTAT_INC(name) ICMPSTAT_ADD(name, 1)
72 #define KMOD_ICMPSTAT_INC(name) \
73 kmod_icmpstat_inc(offsetof(struct icmpstat, name) / sizeof(u_long))
/freebsd-9.3-release/tools/regression/usr.bin/pkill/
H A Dpgrep-F.t8 name="pgrep -F <pidfile>"
18 echo "ok - $name"
20 echo "not ok - $name"
H A Dpgrep-P.t8 name="pgrep -P <ppid>"
17 echo "ok - $name"
19 echo "not ok - $name"
H A Dpgrep-i.t8 name="pgrep -i"
19 echo "ok - $name"
21 echo "not ok - $name"
H A Dpgrep-j.t8 name="pgrep -j <jid>"
22 echo "ok 1 - $name"
24 echo "not ok 1 - $name"
29 echo "ok 1 - $name # skip Test needs uid 0."
32 name="pgrep -j any"
46 echo "ok 2 - $name"
48 echo "not ok 2 - $name"
53 echo "ok 2 - $name # skip Test needs uid 0."
56 name="pgrep -j none"
67 echo "ok 3 - $name"
[all...]
H A Dpgrep-n.t8 name="pgrep -n"
18 echo "ok - $name"
20 echo "not ok - $name"
H A Dpgrep-o.t8 name="pgrep -o"
18 echo "ok - $name"
20 echo "not ok - $name"
H A Dpkill-F.t8 name="pkill -F <pidfile>"
19 echo "ok - $name"
22 echo "not ok - $name"
H A Dpkill-P.t8 name="pkill -P <ppid>"
18 echo "ok - $name"
21 echo "not ok - $name"
H A Dpkill-i.t8 name="pkill -i"
20 echo "ok - $name"
23 echo "not ok - $name"
H A Dpkill-j.t8 name="pkill -j <jid>"
22 echo "ok 1 - $name"
24 echo "not ok 1 - $name"
28 echo "ok 1 - $name # skip Test needs uid 0."
31 name="pkill -j any"
44 echo "ok 2 - $name"
46 echo "not ok 2 - $name"
50 echo "ok 2 - $name # skip Test needs uid 0."
53 name="pkill -j none"
64 echo "ok 3 - $name"
[all...]
/freebsd-9.3-release/usr.bin/getconf/
H A Dfake-gperf.awk27 print "\tconst char *name;";
46 print "\t\tif (strcmp(word, mp->name) == 0)";
55 name = substr($1, 1, length($1) - 1);
57 printf "\t{ \"%s\", %s, 1 },\n", name, $2;
59 printf "\t{ \"%s\", 0, 0 },\n", name, $2;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Djs_calls.d16 * NAME Descriptive name of call
49 this->name = copyinstr(arg2);
50 @calls[basename(copyinstr(arg0)), "func", this->name] = count();
61 this->name = copyinstr(arg1);
63 @calls[this->filename, "obj-new", this->name] = count();
68 this->name = copyinstr(arg1);
69 @calls["<null>", "obj-free", this->name] = count();
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/JavaScript/
H A Djs_calls.d16 * NAME Descriptive name of call
49 this->name = copyinstr(arg2);
50 @calls[basename(copyinstr(arg0)), "func", this->name] = count();
61 this->name = copyinstr(arg1);
63 @calls[this->filename, "obj-new", this->name] = count();
68 this->name = copyinstr(arg1);
69 @calls["<null>", "obj-free", this->name] = count();
/freebsd-9.3-release/contrib/bind9/bin/confgen/
H A Dutil.h32 #define DO(name, function) \
36 fatal("%s: %s", name, isc_result_totext(result)); \
38 notify("%s", name); \
/freebsd-9.3-release/contrib/bind9/bin/rndc/
H A Dutil.h33 #define DO(name, function) \
37 fatal("%s: %s", name, isc_result_totext(result)); \
39 notify("%s", name); \
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dunlink-if-ordinary.c63 unlink_if_ordinary (const char *name) argument
67 if (lstat (name, &st) == 0
69 return unlink (name);
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dunlink-if-ordinary.c63 unlink_if_ordinary (const char *name) argument
67 if (lstat (name, &st) == 0
69 return unlink (name);
/freebsd-9.3-release/contrib/gdb/gdb/gdbserver/
H A Dregcache.h58 int find_regno (const char *name);
64 void supply_register_by_name (const char *name, const void *buf);
70 void collect_register_by_name (const char *name, void *buf);
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dfacpri.c30 char *name; member in struct:table
74 * map a facility number to its name
86 return facs[j].name;
88 for (i = 0; facs[i].name; i++)
90 return facs[i].name;
97 * map a facility name to its number
100 fac_findname(name)
101 char *name;
105 for (i = 0; facs[i].name; i++)
106 if (!strcmp(facs[i].name, nam
[all...]
/freebsd-9.3-release/contrib/libarchive/cpio/test/
H A Dtest_option_a.c34 const char *name; member in struct:__anon1623
68 assertMakeFile(files[i].name, 0644, "a");
76 assertEqualInt(0, utime(files[i].name, &times));
81 assertEqualInt(0, stat(files[i].name, &st));
114 r = systemf("echo %s | %s -pd copy-no-a > copy-no-a.out 2>copy-no-a.err", files[1].name, testprog);
118 assertEqualInt(0, stat(files[1].name, &st));
123 r = systemf("echo %s | %s -o > archive-no-a.out 2>archive-no-a.err", files[2].name, testprog);
126 assertEqualInt(0, stat(files[2].name, &st));
138 files[3].name, testprog);
142 assertEqualInt(0, stat(files[3].name,
[all...]
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dconfig_none.c26 struct wpa_config * wpa_config_read(const char *name) argument
38 int wpa_config_write(const char *name, struct wpa_config *config) argument
43 wpa_printf(MSG_DEBUG, "Writing configuration file '%s'", name);

Completed in 135 milliseconds

<<11121314151617181920>>