Searched refs:end_name (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/ncurses/
H A Dmk-1st.awk99 # see end_name
126 rmlink(directory, end_name);
177 dst_libs = sprintf("%s/%s", directory, end_name);
201 src_lib1 = sprintf("../lib/%s", end_name);
202 dst_lib1 = sprintf("%s/%s", directory, end_name);
306 end_name = end_name_of(name);
318 install_dll("$(bindir)",end_name);
324 printf "install.%s :: %s/%s\n", name, lib_dir, end_name
341 printf "\t@echo linking %s to %s\n", end_name, ovr_name
342 printf "\tcd $(DESTDIR)$(libdir) && (rm -f %s; $(LN_S) %s %s; )\n", ovr_name, end_name, ovr_nam
[all...]
/freebsd-10.1-release/contrib/binutils/gas/
H A Dread.c3033 char *end_name;
3040 end_name = input_line_pointer;
3041 *end_name = delim;
3043 if (name == end_name)
3054 *end_name = 0;
3056 *end_name = delim;
3062 *end_name = 0;
3065 *end_name = delim;
3367 char *end_name;
3374 end_name
3030 char *end_name; local
3364 char *end_name; local
[all...]
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-ppc.c2968 char *end_name;
2977 end_name = input_line_pointer;
2978 *end_name = endc;
3042 *end_name = '\0';
3044 *end_name = endc;
2954 char *end_name; local
H A Dtc-ia64.c11880 char *end_name; local
11890 end_name = input_line_pointer;
11891 *end_name = delim;
11893 if (name == end_name)
11904 *end_name = 0;
11906 *end_name = delim;
11912 *end_name = 0;
H A Dtc-arm.c2507 char * end_name;
2515 end_name = input_line_pointer;
2516 *end_name = delim;
2520 *end_name = 0;
2522 *end_name = delim;
2528 *end_name = 0;
2566 * end_name = delim;
2505 char * end_name; local
/freebsd-10.1-release/contrib/gcc/
H A Dtree-cfg.c2419 const char *head_name, *end_name; local
2437 end_name = tree_code_name[end_code];
2441 end_name = "no-statement";
2444 bb->index, bb->index, head_name, head_line, end_name,

Completed in 378 milliseconds