Searched refs:strname (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/tcsh/
H A Dsh.exec.c891 char *strname; local
897 strname = short2str(path);
901 strname = short2str(name);
903 return (stat(strname, &stbuf) != -1 &&
908 access(strname, X_OK) == 0
/freebsd-10.1-release/contrib/gcc/
H A Dc-common.c768 cpp_string cstr = { 0, 0 }, strname;
772 strname.text = (unsigned char *) namep;
773 strname.len = len - 1;
775 if (cpp_interpret_string (parse_in, &strname, 1, &cstr, false))
767 cpp_string cstr = { 0, 0 }, strname; local

Completed in 110 milliseconds