Home
last modified time | relevance | path

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

/openbmc/qemu/semihosting/
H A Dsyscalls.c463 char *ostr, *nstr; in host_rename() local
471 ret = validate_lock_user_string(&nstr, cs, nname, nname_len); in host_rename()
478 ret = rename(ostr, nstr); in host_rename()
480 unlock_user(nstr, nname, 0); in host_rename()
/openbmc/linux/tools/perf/
H A Dbuiltin-sched.c2060 char nstr[30]; in timehist_print_sample() local
2097 snprintf(nstr, sizeof(nstr), "next: %s[%d]", next_comm, next_pid); in timehist_print_sample()
2098 printf(" %-*s", comm_width, nstr); in timehist_print_sample()
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch1951 - nls_uint32 nstr = W (domain->must_swap, domain->hash_tab[idx]);
1953 - if (nstr == 0)
1957 - if (W (domain->must_swap, domain->orig_tab[nstr - 1].length) == len
1960 - domain->orig_tab[nstr - 1].offset)) == 0)
1962 - domain->trans_tab[nstr - 1].offset);
1971 - nstr = W (domain->must_swap, domain->hash_tab[idx]);
1972 - if (nstr == 0)
1976 - if (W (domain->must_swap, domain->orig_tab[nstr - 1].length) == len
1979 - domain->orig_tab[nstr - 1].offset))
1982 - + W (domain->must_swap, domain->trans_tab[nstr - 1].offset);
/openbmc/linux/fs/proc/
H A Dbase.c2493 static const char * const nstr[] = { in show_timer() local
2507 nstr[notify & ~SIGEV_THREAD_ID], in show_timer()