HomeSort by: relevance | last modified time | path
    Searched defs:NAMES (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons/
Makefile 3 NAMES := wpa_gui ap laptop group invitation
5 ICONS := $(addsuffix .png, $(foreach name, $(NAMES), $(foreach size, $(SIZES), $(size)/$(name))))
6 ICONS += $(addsuffix .xpm, $(NAMES))
  /src/bin/ls/
ls.h 18 * 3. Neither the name of the University nor the names of its contributors
59 extern int f_leafonly; /* when recursing, print leaf names only */
82 } NAMES;
  /src/external/mpl/bind/dist/tests/bench/
dns_name_fromwire.c 96 #define NAMES 1000
97 static uint8_t buf[1024 * NAMES];
108 for (unsigned int name = 0; name < NAMES; name++) {
125 for (unsigned int name = 0; name < NAMES; name++) {
136 for (unsigned int name = 0; name < NAMES; name++) {
  /src/usr.bin/systat/
syscall.c 69 static enum sort_order { UNSORTED, NAMES, COUNTS } sort_order = NAMES;
346 sort_order = NAMES;
356 if (sort_order == NAMES) {
357 /* Only sort the entries we have names for */
  /src/crypto/external/apache2/openssl/dist/crypto/
core_namemap.c 27 typedef STACK_OF(OPENSSL_STRING) NAMES;
29 DEFINE_STACK_OF(NAMES)
38 STACK_OF(NAMES) *numnames;
48 static void names_free(NAMES *n)
102 * Call the callback for all names in the namemap with the given number.
103 * A return value 1 means that the callback was called for all names. A
104 * return value of 0 means that the callback was not called for any names.
111 NAMES *names; local
117 * We duplicate the NAMES stack under a read lock. Subsequently we cal
196 NAMES *names; local
218 NAMES *names; local
    [all...]
  /src/external/bsd/pdisk/dist/
dump.c 66 typedef struct names { struct
69 } NAMES;
100 NAMES plist[] = {
123 int fflag = FFLAG_DEFAULT; /* show HFS volume names */

Completed in 18 milliseconds