Searched refs:c (Results 1 – 19 of 19) sorted by relevance
| /babblesim_base-latest/libUtilv1/src/ |
| D | bs_oswrap.c | 67 int c = fgetc(fptr); in bs_get_process_start_time() 68 …while(c != ')' && c!= EOF) { //If the executable would have a ")" in its name we'd have a problem.… in bs_get_process_start_time() 69 c = fgetc(fptr); in bs_get_process_start_time() 73 c = fgetc(fptr); in bs_get_process_start_time() 74 if (c==' ') in bs_get_process_start_time() 76 if (c == EOF) in bs_get_process_start_time() 137 char c; in bs_skipline() local 138 while (((c=getc(file)) != EOF ) && c!='\n') { } in bs_skipline() 145 char c; in bs_readline() local 147 while ( ( i < size - 1 ) && ( (c=getc(stream)) != EOF ) && c!='\n'){ in bs_readline() [all …]
|
| D | bs_string.c | 18 int c = 0; in bs_number_strlen() local 20 c++; in bs_number_strlen() 24 c++; in bs_number_strlen() 27 return c; in bs_number_strlen()
|
| D | bs_cmd_line.c | 120 uint c = of; in bs_is_multi_opt() local 122 while ( ( arg[c] != 0 ) && ( arg[c]!= ':' ) && ( arg[c]!= '=' ) ){ in bs_is_multi_opt() 123 if ( ( arg[c] >= '0' ) && ( arg[c] <= '9') ) { in bs_is_multi_opt() 124 n = n*10 + ( arg[c] - '0'); in bs_is_multi_opt() 126 c = of; in bs_is_multi_opt() 129 c++; in bs_is_multi_opt() 131 if ( c == of ) { //we didnt read any number out in bs_is_multi_opt() 134 of = c; in bs_is_multi_opt()
|
| /babblesim_base-latest/device_pause_simu/ |
| D | Makefile | 8 SRCS:=src/bs_pause_main.c \ 9 src/bs_pause_args.c
|
| /babblesim_base-latest/device_handbrake/ |
| D | Makefile | 8 SRCS:=src/bs_handbrake_main.c \ 9 src/bs_handbrake_args.c
|
| /babblesim_base-latest/device_time_monitor/ |
| D | Makefile | 8 SRCS:=src/bs_time_monitor_main.c \ 9 src/bs_time_monitor_args.c
|
| /babblesim_base-latest/common/ |
| D | make.lib_a64et32.inc | 4 OBJS=$(abspath $(addprefix $(COMPONENT_OUTPUT_DIR)/,${SRCS:.c=.o})) 5 OBJS32=$(abspath $(addprefix $(COMPONENT_OUTPUT_DIR)/,${SRCS:.c=.32.o})) 28 ${OBJS32}:$(COMPONENT_OUTPUT_DIR)/%.32.o: %.c 30 @${CC} ${CPPFLAGS} ${CFLAGS} ${COVERAGE} -m32 -c $< -o $@ 32 ${OBJS}:$(COMPONENT_OUTPUT_DIR)/%.o: %.c 34 @${CC} ${CPPFLAGS} ${CFLAGS} ${COVERAGE} -c $< -o $@ 36 %.c: ;
|
| D | make.lib_soeta64et32.inc | 4 OBJS=$(abspath $(addprefix $(COMPONENT_OUTPUT_DIR)/,${SRCS:.c=.o})) 5 OBJS32=$(abspath $(addprefix $(COMPONENT_OUTPUT_DIR)/,${SRCS:.c=.32.o})) 33 ${OBJS32}:$(COMPONENT_OUTPUT_DIR)/%.32.o: %.c 35 @${CC} ${CPPFLAGS} ${CFLAGS} ${COVERAGE} -m32 -c $< -o $@ 37 ${OBJS}:$(COMPONENT_OUTPUT_DIR)/%.o: %.c 39 @${CC} ${CPPFLAGS} ${CFLAGS} ${COVERAGE} -c $< -o $@ 41 %.c: ;
|
| D | make.lib_soeta.inc | 4 OBJS=$(abspath $(addprefix $(COMPONENT_OUTPUT_DIR)/,${SRCS:.c=.o})) 5 OBJS32=$(abspath $(addprefix $(COMPONENT_OUTPUT_DIR)/,${SRCS:.c=.32.o})) 30 $(COMPONENT_OUTPUT_DIR)/%.o: %.c 32 @${CC} ${CPPFLAGS} ${CFLAGS} ${COVERAGE} -c $< -o $@ 34 %.c: ;
|
| D | make.lib_so.inc | 4 OBJS=$(abspath $(addprefix $(COMPONENT_OUTPUT_DIR)/,${SRCS:.c=.o})) 24 $(COMPONENT_OUTPUT_DIR)/%.o: %.c 26 @${CC} ${CPPFLAGS} ${CFLAGS} ${COVERAGE} -c $< -o $@ 28 %.c: ;
|
| D | make.lib_a.inc | 4 OBJS=$(abspath $(addprefix $(COMPONENT_OUTPUT_DIR)/,${SRCS:.c=.o})) 26 $(COMPONENT_OUTPUT_DIR)/%.o: %.c 28 @${CC} ${CPPFLAGS} ${CFLAGS} ${COVERAGE} -c $< -o $@ 30 %.c: ;
|
| D | make.device.inc | 4 OBJS=$(abspath $(addprefix $(COMPONENT_OUTPUT_DIR)/,${SRCS:.c=.o})) 22 $(COMPONENT_OUTPUT_DIR)/%.o: %.c 24 @${CC} ${CPPFLAGS} ${CFLAGS} ${COVERAGE} -c $< -o $@
|
| /babblesim_base-latest/libUtilv1/ |
| D | Makefile | 8 SRCS:=$(shell ls src/*.c)
|
| /babblesim_base-latest/libRandv2/ |
| D | Makefile | 7 SRCS:=src/bs_rand_main.c
|
| /babblesim_base-latest/libPhyComv1/ |
| D | Makefile | 7 SRCS:=$(shell ls src/*.c)
|
| /babblesim_base-latest/device_empty/ |
| D | Makefile | 8 SRCS:=src/bs_empty_main.c
|
| /babblesim_base-latest/libPhyComv1/src/ |
| D | bs_pc_base.h | 76 #define CHECK_CONNECTED(c) \ argument 77 if (!c){ \
|
| /babblesim_base-latest/libPhyComv1/docs/ |
| D | README.md | 41 [source file bs_pc_backchannel.c](../src/bs_pc_backchannel.c)
|
| /babblesim_base-latest/common/docs/ |
| D | LICENSE | 100 (c) You must retain, in the Source form of any Derivative Works
|