Lines Matching refs:quote
294 s = config_getprop(cp, np->u.expr.right->u.quote.s); in eval_func()
295 if (s == NULL && strcmp(np->u.expr.right->u.quote.s, in eval_func()
302 funcname, np->u.expr.right->u.quote.s); in eval_func()
325 np->u.expr.right->u.quote.s, in eval_func()
528 np->u.expr.right->u.quote.s); in eval_func()
539 strcmp(np->u.expr.right->u.quote.s, "") == 0 ? in eval_func()
540 NULL : (char *)np->u.expr.right->u.quote.s); in eval_func()
599 "payloadprop(\"%s\") ", np->u.quote.s); in eval_func()
654 np->u.expr.left->u.quote.s); in eval_func()
665 (void *)np->u.expr.left->u.quote.s, NULL)) == NULL) { in eval_func()
695 (void *)np->u.expr.left->u.quote.s, in eval_func()
804 "payloadprop_defined(\"%s\") ", np->u.quote.s); in eval_func()
833 np->u.expr.left->u.quote.s); in eval_func()
869 vals = platform_payloadprop_values(np->u.expr.left->u.quote.s, in eval_func()
1189 newnp->u.quote.s = np->u.quote.s; in eval_dup()
1958 valuep->v = (uintptr_t)np->u.quote.s; in eval_expr()