| /src/external/gpl3/gcc/dist/contrib/ |
| repro_fail | 92 for cmd_num in $cmds_to_run ; do 93 cmd=${commands[$cmd_num]}
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| repro_fail | 92 for cmd_num in $cmds_to_run ; do 93 cmd=${commands[$cmd_num]}
|
| /src/crypto/external/apache2/openssl/dist/crypto/engine/ |
| eng_ctrl.c | 29 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL)) 51 * NB: It is stipulated that 'cmd_defn' lists are ordered by cmd_num. So 54 while (!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num)) { 58 if (defn->cmd_num == num) 60 /* The given cmd_num wasn't found */ 75 return e->cmd_defns->cmd_num; 84 /* Now handle cmd_name -> cmd_num conversion */ 91 return e->cmd_defns[idx].cmd_num; 107 return int_ctrl_cmd_is_null(cdp) ? 0 : cdp->cmd_num;
|
| /src/crypto/external/bsd/openssl/dist/crypto/engine/ |
| eng_ctrl.c | 29 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL)) 51 * NB: It is stipulated that 'cmd_defn' lists are ordered by cmd_num. So 54 while (!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num)) { 58 if (defn->cmd_num == num) 60 /* The given cmd_num wasn't found */ 75 return e->cmd_defns->cmd_num; 86 /* Now handle cmd_name -> cmd_num conversion */ 93 return e->cmd_defns[idx].cmd_num; 109 return int_ctrl_cmd_is_null(cdp) ? 0 : cdp->cmd_num;
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/engine/ |
| eng_ctrl.c | 26 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL)) 48 * NB: It is stipulated that 'cmd_defn' lists are ordered by cmd_num. So 51 while (!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num)) { 55 if (defn->cmd_num == num) 57 /* The given cmd_num wasn't found */ 72 return e->cmd_defns->cmd_num; 83 /* Now handle cmd_name -> cmd_num conversion */ 90 return e->cmd_defns[idx].cmd_num; 106 return int_ctrl_cmd_is_null(cdp) ? 0 : cdp->cmd_num;
|
| /src/sys/external/bsd/drm2/dist/drm/qxl/ |
| qxl_ioctl.c | 290 int cmd_num; local 293 for (cmd_num = 0; cmd_num < execbuffer->commands_num; ++cmd_num) { 298 if (copy_from_user(&user_cmd, commands + cmd_num,
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| engine.h | 252 * handler that supports the stated commands (ie. the "cmd_num" entries as 254 * of cmd_num. "null-terminated" means that the last ENGINE_CMD_DEFN element 255 * has cmd_num set to zero and/or cmd_name set to NULL. 258 unsigned int cmd_num; /* The command number */ member in struct:ENGINE_CMD_DEFN_st
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| engine.h | 252 * handler that supports the stated commands (ie. the "cmd_num" entries as 254 * of cmd_num. "null-terminated" means that the last ENGINE_CMD_DEFN element 255 * has cmd_num set to zero and/or cmd_name set to NULL. 258 unsigned int cmd_num; /* The command number */ member in struct:ENGINE_CMD_DEFN_st
|
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| engine.h | 246 * handler that supports the stated commands (ie. the "cmd_num" entries as 248 * of cmd_num. "null-terminated" means that the last ENGINE_CMD_DEFN element 249 * has cmd_num set to zero and/or cmd_name set to NULL. 252 unsigned int cmd_num; /* The command number */ member in struct:ENGINE_CMD_DEFN_st
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| tracectf.c | 415 "\t\tuint32_t cmd_num;\n" 416 "\t\tchars cmd_strings[cmd_num];\n" 1093 SET_ARRAY_FIELD (event, scope, utp, cmd_num, cmd_strings);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| tracectf.c | 415 "\t\tuint32_t cmd_num;\n" 416 "\t\tchars cmd_strings[cmd_num];\n" 1093 SET_ARRAY_FIELD (event, scope, utp, cmd_num, cmd_strings);
|