Searched refs:nstr (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/semihosting/ |
H A D | syscalls.c | 463 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 D | builtin-sched.c | 2060 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 D | autotools-update.patch | 1951 - 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 D | base.c | 2552 static const char * const nstr[] = { in show_timer() local 2566 nstr[notify & ~SIGEV_THREAD_ID], in show_timer()
|