Home
last modified time | relevance | path

Searched refs:scratch (Results 1 – 1 of 1) sorted by relevance

/lib/
Dkobject_uevent.c303 char *scratch; in kobject_uevent_env() local
306 scratch = skb_put(skb, len); in kobject_uevent_env()
307 sprintf(scratch, "%s@%s", action_string, devpath); in kobject_uevent_env()
312 scratch = skb_put(skb, len); in kobject_uevent_env()
313 strcpy(scratch, env->envp[i]); in kobject_uevent_env()