Searched refs:name (Results 176 - 184 of 184) sorted by relevance

12345678

/system/netd/
H A DCommandListener.cpp899 // set the address of the interface to which the name servers
952 char name[31]; local
955 name, rx, &d, &d, &d, &d, &d, &d, &d, tx);
956 char *rxString = strchr(name, ':');
959 // when the rx count gets too big it changes from "name: 999" to "name:1000"
966 if (strcmp(name, iface)) {
H A DMDnsSdListener.cpp688 static int wait_for_property(const char *name, const char *desired_value, int maxwait) argument
699 if (property_get(name, value, NULL)) {
/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dhci.h5 *** of the same name, to make information necessary for userspace to
821 uint8_t name[248]; member in struct:__anon65
829 uint8_t name[248]; member in struct:__anon66
1804 uint8_t name[248]; member in struct:__anon184
2407 char name[8]; member in struct:hci_dev_info
/system/bluetooth/brcm_patchram_plus/
H A Dbrcm_patchram_plus.c482 long_options[option_index].name);
/system/core/libcorkscrew/arch-arm/
H A Dbacktrace-arm.c196 pc, mi->name, mi->start, exidx_start, exidx_size, handler, handler_index);
/system/core/sh/
H A Dparser.c18 * 3. Neither the name of the University nor the names of its contributors
546 * the function name and the open parenthesis.
567 parsefname(); /* read name of redirection file */
575 synerror("Bad function name");
1571 * Return true if the argument is a legal variable name (a letter or
1576 goodname(char *name) argument
1580 p = name;
H A Dinit.c1064 for (i = 0; optlist[i].name; i++)
/system/core/toolbox/
H A Dnewfs_msdos.c108 u_int8_t oem[8]; /* OEM name and version */
146 u_int8_t namext[11]; /* name and extension */
177 const char *name; member in struct:__anon484
773 for (i = 0; i < x && strcmp(fmt, stdfmt[i].name); i++);
H A Dgetevent.h4 const char *name; member in struct:label

Completed in 129 milliseconds

12345678