HomeSort by: relevance | last modified time | path
    Searched refs:subopt (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/bsd/tcpdump/dist/
print-bootp.c 598 uint8_t subopt, suboptlen; local
894 subopt = GET_U_1(bp);
900 tok2str(agent_suboption_values, "Unknown", subopt),
901 subopt,
908 tok2str(agent_suboption_values, "Unknown", subopt),
909 subopt,
911 switch (subopt) {
print-bootp.c 598 uint8_t subopt, suboptlen; local
894 subopt = GET_U_1(bp);
900 tok2str(agent_suboption_values, "Unknown", subopt),
901 subopt,
908 tok2str(agent_suboption_values, "Unknown", subopt),
909 subopt,
911 switch (subopt) {
print-bootp.c 598 uint8_t subopt, suboptlen; local
894 subopt = GET_U_1(bp);
900 tok2str(agent_suboption_values, "Unknown", subopt),
901 subopt,
908 tok2str(agent_suboption_values, "Unknown", subopt),
909 subopt,
911 switch (subopt) {
  /src/external/gpl3/binutils/dist/gas/config/
tc-visium.c 261 int (*func) (const char *subopt); /* Function to decode sub-option. */
tc-visium.c 261 int (*func) (const char *subopt); /* Function to decode sub-option. */
tc-visium.c 261 int (*func) (const char *subopt); /* Function to decode sub-option. */
tc-metag.c 5901 bool (*func) (const char *subopt); /* Function to decode sub-option. */
tc-metag.c 5901 bool (*func) (const char *subopt); /* Function to decode sub-option. */
tc-metag.c 5901 bool (*func) (const char *subopt); /* Function to decode sub-option. */
tc-aarch64.c 11361 int (*func) (const char *subopt); /* Function to decode sub-option. */
tc-aarch64.c 11361 int (*func) (const char *subopt); /* Function to decode sub-option. */
tc-aarch64.c 11361 int (*func) (const char *subopt); /* Function to decode sub-option. */
tc-arm.c 31539 bool (*func) (const char *subopt); /* Function to decode sub-option. */
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-visium.c 261 int (*func) (const char *subopt); /* Function to decode sub-option. */
tc-visium.c 261 int (*func) (const char *subopt); /* Function to decode sub-option. */
tc-visium.c 261 int (*func) (const char *subopt); /* Function to decode sub-option. */
tc-metag.c 5901 bool (*func) (const char *subopt); /* Function to decode sub-option. */
tc-metag.c 5901 bool (*func) (const char *subopt); /* Function to decode sub-option. */
tc-metag.c 5901 bool (*func) (const char *subopt); /* Function to decode sub-option. */
tc-aarch64.c 11190 int (*func) (const char *subopt); /* Function to decode sub-option. */
tc-aarch64.c 11190 int (*func) (const char *subopt); /* Function to decode sub-option. */
tc-aarch64.c 11190 int (*func) (const char *subopt); /* Function to decode sub-option. */
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 19376 int subopt; local
19377 if (Jim_GetEnum(interp, argv[i++], nocase_length_options, &subopt, NULL,
19383 if (subopt == 0) {
jimsh0.c 19376 int subopt; local
19377 if (Jim_GetEnum(interp, argv[i++], nocase_length_options, &subopt, NULL,
19383 if (subopt == 0) {
jimsh0.c 19376 int subopt; local
19377 if (Jim_GetEnum(interp, argv[i++], nocase_length_options, &subopt, NULL,
19383 if (subopt == 0) {

Completed in 443 milliseconds

1 2