Home
last modified time | relevance | path

Searched refs:c (Results 1 – 19 of 19) sorted by relevance

/babblesim_base-latest/libUtilv1/src/
Dbs_oswrap.c67 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 …]
Dbs_string.c18 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()
Dbs_cmd_line.c120 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/
DMakefile8 SRCS:=src/bs_pause_main.c \
9 src/bs_pause_args.c
/babblesim_base-latest/device_handbrake/
DMakefile8 SRCS:=src/bs_handbrake_main.c \
9 src/bs_handbrake_args.c
/babblesim_base-latest/device_time_monitor/
DMakefile8 SRCS:=src/bs_time_monitor_main.c \
9 src/bs_time_monitor_args.c
/babblesim_base-latest/common/
Dmake.lib_a64et32.inc4 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: ;
Dmake.lib_soeta64et32.inc4 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: ;
Dmake.lib_soeta.inc4 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: ;
Dmake.lib_so.inc4 OBJS=$(abspath $(addprefix $(COMPONENT_OUTPUT_DIR)/,${SRCS:.c=.o}))
24 $(COMPONENT_OUTPUT_DIR)/%.o: %.c
26 @${CC} ${CPPFLAGS} ${CFLAGS} ${COVERAGE} -c $< -o $@
28 %.c: ;
Dmake.lib_a.inc4 OBJS=$(abspath $(addprefix $(COMPONENT_OUTPUT_DIR)/,${SRCS:.c=.o}))
26 $(COMPONENT_OUTPUT_DIR)/%.o: %.c
28 @${CC} ${CPPFLAGS} ${CFLAGS} ${COVERAGE} -c $< -o $@
30 %.c: ;
Dmake.device.inc4 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/
DMakefile8 SRCS:=$(shell ls src/*.c)
/babblesim_base-latest/libRandv2/
DMakefile7 SRCS:=src/bs_rand_main.c
/babblesim_base-latest/libPhyComv1/
DMakefile7 SRCS:=$(shell ls src/*.c)
/babblesim_base-latest/device_empty/
DMakefile8 SRCS:=src/bs_empty_main.c
/babblesim_base-latest/libPhyComv1/src/
Dbs_pc_base.h76 #define CHECK_CONNECTED(c) \ argument
77 if (!c){ \
/babblesim_base-latest/libPhyComv1/docs/
DREADME.md41 [source file bs_pc_backchannel.c](../src/bs_pc_backchannel.c)
/babblesim_base-latest/common/docs/
DLICENSE100 (c) You must retain, in the Source form of any Derivative Works