OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isuffix
(Results
1 - 2
of
2
) sorted by null
/development/build/tools/
sdk_clean.sh
16
# sed on Mac OS takes -i SUFFIX and sed on Linux takes -
iSUFFIX
/toolchain/binutils/binutils-2.25/gas/config/
tc-microblaze.c
625
char *
isuffix
; /* Suffix String */
member in struct:imm_type
653
slen = strlen (imm_types[i].
isuffix
);
655
if (strncmp (imm_types[i].
isuffix
, s, slen) == 0)
[
all
...]
Completed in 322 milliseconds