Searched refs:me (Results 1 - 6 of 6) sorted by relevance

/netgear-R7800-V1.0.2.28/scripts/
H A Dext-toolchain.sh536 me="$(basename "$0")"
538 echo -e " $me --toolchain {directory} --print-libc" >&2
540 echo -e " $me --toolchain {directory} --print-target" >&2
542 echo -e " $me --toolchain {directory} --print-bin {program}" >&2
545 echo -e " $me --toolchain {directory} --print-libs {library}" >&2
548 echo -e " $me --toolchain {directory} --test {feature}" >&2
553 echo -e " $me --toolchain {directory} --wrap {directory}" >&2
557 echo -e " $me --toolchain {directory} --config {target}" >&2
561 echo -e " $me --help" >&2
H A Dconfig.sub60 me=`echo "$0" | sed -e 's,.*/,,'`
86 Try \`$me --help' for more information."
102 echo "$me: invalid option $1$help"
116 0) echo "$me: missing argument$help" >&2
119 *) echo "$me: too many arguments$help" >&2
H A Dconfig.guess41 me=`echo "$0" | sed -e 's,.*/,,'`
46 Output the configuration name of the system \`$me' is run on.
67 Try \`$me --help' for more information."
83 echo "$me: invalid option $1$help" >&2
91 echo "$me: too many arguments$help" >&2
114 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
/netgear-R7800-V1.0.2.28/package/net-dump/src/
H A Dmain.c121 struct sockaddr me; local
128 me.sa_family = PF_PACKET;
129 strncpy(me.sa_data, ifname, 14);
130 if (bind(s, &me, sizeof(me)) < 0) {
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/kernel/
H A Dmodule.c171 struct module *me)
182 struct module *me)
345 me->name, elf32_rtype,
403 me->name, elf32_rtype);
167 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
178 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
/netgear-R7800-V1.0.2.28/tools/makefun/src/
H A Dmakefun119 (Don't tell me you want to extract static functions!)
129 (Don't tell me you want to extract static variables!)

Completed in 235 milliseconds