Home
last modified time | relevance | path

Searched defs:nstore (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Storable/
H A DStorable.pm237 sub nstore { subroutine
/openbsd/gnu/lib/libiberty/src/
H A Dmake-relative-prefix.c242 char *startp, *endp, *nstore; in make_relative_prefix() local
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgcc.c3199 char *nstore = (char *) alloca (strlen (temp) + 3); local
3234 char *nstore = (char *) alloca (strlen (temp) + 3); local
3267 char *nstore = (char *) alloca (strlen (temp) + 3); local
H A Dcollect2.c774 char *nstore = (char *) xmalloc (strlen (p) + 3); local
/openbsd/gnu/gcc/gcc/
H A Dgcc.c3420 char *nstore = alloca (strlen (temp) + 3); in process_command() local
3454 char *nstore = alloca (strlen (temp) + 3); in process_command() local
3487 char *nstore = alloca (strlen (temp) + 3); in process_command() local
H A Dcollect2.c697 char *nstore = XNEWVEC (char, strlen (p) + 3); in prefix_from_string() local