Lines Matching refs:tok
246 char *tok, *_arg; in dlflags() local
261 if ((tok = strtok_r(_arg, separate, &lasts)) != NULL) { in dlflags()
264 if (strcmp(tok, MSG_ORIG(MSG_MOD_REL_RELATIVE)) == 0) in dlflags()
266 else if (strcmp(tok, MSG_ORIG(MSG_MOD_REL_EXEC)) == 0) in dlflags()
268 else if (strcmp(tok, MSG_ORIG(MSG_MOD_REL_DEPENDS)) == 0) in dlflags()
270 else if (strcmp(tok, MSG_ORIG(MSG_MOD_REL_PRELOAD)) == 0) in dlflags()
272 else if (strcmp(tok, MSG_ORIG(MSG_MOD_REL_SELF)) == 0) in dlflags()
274 else if (strcmp(tok, MSG_ORIG(MSG_MOD_REL_WEAK)) == 0) in dlflags()
276 else if (strcmp(tok, MSG_ORIG(MSG_MOD_REL_ALL)) == 0) in dlflags()
278 else if (strcmp(tok, MSG_ORIG(MSG_MOD_REL_MEMORY)) == 0) in dlflags()
280 else if (strcmp(tok, MSG_ORIG(MSG_MOD_REL_STRIP)) == 0) in dlflags()
282 else if (strcmp(tok, MSG_ORIG(MSG_MOD_REL_NOHEAP)) == 0) in dlflags()
284 else if (strcmp(tok, MSG_ORIG(MSG_MOD_REL_CONFGEN)) == 0) in dlflags()
288 crle->c_name, tok); in dlflags()
292 } while ((tok = strtok_r(NULL, separate, &lasts)) != NULL); in dlflags()