HomeSort by: relevance | last modified time | path
    Searched defs:option_end (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/dev/usb/
if_upgt.c 1051 int option_end = 0; local
1059 while (!option_end) {
1119 option_end = 1;
  /src/external/gpl3/binutils/dist/opcodes/
kvx-dis.c 160 const char *option_end; local
175 option_end = options + 1;
176 while (*option_end != ',' && *option_end != '\0')
177 option_end++;
181 /* Go on to the next one. If option_end points to a comma, it
183 options = option_end;
mips-dis.c 1161 const char *option_end;
1176 option_end = options + 1;
1177 while (*option_end != ',' && *option_end != '\0')
1178 option_end++;
1180 parse_mips_dis_option (options, option_end - options);
1182 /* Go on to the next one. If option_end points to a comma, it
1184 options = option_end;
1159 const char *option_end; local
aarch64-dis.c 109 const char *option_end; local
124 option_end = options + 1;
125 while (*option_end != ',' && *option_end != '\0')
126 option_end++;
128 parse_aarch64_dis_option (options, option_end - options);
130 /* Go on to the next one. If option_end points to a comma, it
132 options = option_end;
  /src/external/gpl3/binutils.old/dist/opcodes/
kvx-dis.c 160 const char *option_end; local
175 option_end = options + 1;
176 while (*option_end != ',' && *option_end != '\0')
177 option_end++;
181 /* Go on to the next one. If option_end points to a comma, it
183 options = option_end;
mips-dis.c 1161 const char *option_end;
1176 option_end = options + 1;
1177 while (*option_end != ',' && *option_end != '\0')
1178 option_end++;
1180 parse_mips_dis_option (options, option_end - options);
1182 /* Go on to the next one. If option_end points to a comma, it
1184 options = option_end;
1159 const char *option_end; local
aarch64-dis.c 110 const char *option_end;
125 option_end = options + 1;
126 while (*option_end != ',' && *option_end != '\0')
127 option_end++;
129 parse_aarch64_dis_option (options, option_end - options);
131 /* Go on to the next one. If option_end points to a comma, it
133 options = option_end;
109 const char *option_end; local
  /src/external/gpl3/gdb.old/dist/opcodes/
kvx-dis.c 160 const char *option_end; local
175 option_end = options + 1;
176 while (*option_end != ',' && *option_end != '\0')
177 option_end++;
181 /* Go on to the next one. If option_end points to a comma, it
183 options = option_end;
mips-dis.c 1134 const char *option_end;
1149 option_end = options + 1;
1150 while (*option_end != ',' && *option_end != '\0')
1151 option_end++;
1153 parse_mips_dis_option (options, option_end - options);
1155 /* Go on to the next one. If option_end points to a comma, it
1157 options = option_end;
1132 const char *option_end; local
aarch64-dis.c 110 const char *option_end;
125 option_end = options + 1;
126 while (*option_end != ',' && *option_end != '\0')
127 option_end++;
129 parse_aarch64_dis_option (options, option_end - options);
131 /* Go on to the next one. If option_end points to a comma, it
133 options = option_end;
109 const char *option_end; local
  /src/external/gpl3/gdb/dist/opcodes/
kvx-dis.c 160 const char *option_end; local
175 option_end = options + 1;
176 while (*option_end != ',' && *option_end != '\0')
177 option_end++;
181 /* Go on to the next one. If option_end points to a comma, it
183 options = option_end;
mips-dis.c 1161 const char *option_end;
1176 option_end = options + 1;
1177 while (*option_end != ',' && *option_end != '\0')
1178 option_end++;
1180 parse_mips_dis_option (options, option_end - options);
1182 /* Go on to the next one. If option_end points to a comma, it
1184 options = option_end;
1159 const char *option_end; local
aarch64-dis.c 110 const char *option_end;
125 option_end = options + 1;
126 while (*option_end != ',' && *option_end != '\0')
127 option_end++;
129 parse_aarch64_dis_option (options, option_end - options);
131 /* Go on to the next one. If option_end points to a comma, it
133 options = option_end;
109 const char *option_end; local

Completed in 31 milliseconds