Searched refs:gettoken (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dmemalloc.c404 #define gettoken(bufp) strsep(bufp, " \t\n") macro
419 token = gettoken(&p);
429 if ((token = gettoken(&p)) == NULL ||
431 (token = gettoken(&p)) == NULL ||
433 (token = gettoken(&p)) == NULL ||
435 (token = gettoken(&p)) == NULL ||
438 (token = gettoken(&p)) == NULL ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/alisp/
H A Dalisp.c545 static int gettoken(struct alisp_instance *instance) function
698 while ((thistoken = gettoken(instance)) != ')' && thistoken != EOF) {
703 gettoken(instance);
713 if ((thistoken = gettoken(instance)) != ')') {
781 thistoken = gettoken(instance);

Completed in 53 milliseconds