Searched refs:API_SIG_MAGLEN (Results 1 – 2 of 2) sorted by relevance
71 #define API_SIG_MAGLEN 8 macro74 char magic[API_SIG_MAGLEN]; /* magic string */
87 spend = sp + API_SIG_SEARCH_LEN - API_SIG_MAGLEN; in api_search_sig()90 if (!bcmp(sp, API_SIG_MAGIC, API_SIG_MAGLEN)) { in api_search_sig()95 sp += API_SIG_MAGLEN; in api_search_sig()