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

  /src/external/mit/libuv/dist/test/
runner-unix.h 33 int terminated; member in struct:__anon23842
  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgmerge.c 848 int terminated = endp != NULL; local
850 if (!terminated)
  /src/external/gpl3/gcc/dist/gcc/analyzer/
program-state.cc 1180 my_path_context (bool &terminated) : m_terminated (terminated) {}
1210 bool terminated = false; local
1211 my_path_context path_ctxt (terminated);
1235 if (terminated)
  /src/crypto/external/bsd/openssh/dist/
sftp.c 1196 * Returns NULL on error or a NULL-terminated array of arguments.
1201 * If "terminated" is not NULL, *terminated will be set to 1 when the
1202 * last argument's quote has been properly terminated or 0 otherwise.
1209 u_int *terminated)
1223 if (terminated != NULL)
1224 *terminated = 1;
1314 if (terminated != NULL)
1315 *terminated = 0;
1922 int terminated)
2149 u_int cursor, len, terminated, ret = CC_ERROR; local
    [all...]
  /src/external/mpl/dhcp/dist/common/
options.c 463 int terminated = 0; local
475 terminated = 1;
499 if (!terminated) {
1053 * Required options are given as a 0-terminated list of option codes.
1496 od.terminated = 0;
1654 * terminated).
2656 op -> data.terminated = 1;
2658 op -> data.terminated = 0;
3477 result->terminated = 0;
3484 result -> terminated = 0
    [all...]
parse.c 1890 int terminated = 0; local
1938 if (terminated && foo != '=') {
1954 terminated = 1;
2055 data -> terminated = 0;
5227 0, /* terminated */
5526 (*oc) -> data.terminated = nul_term;
  /src/external/mpl/dhcp/dist/includes/
tree.h 82 int terminated; member in struct:data_string
  /src/tests/dev/audio/
audiotest.c 4069 int terminated; member in struct:ioctl_while_write_data
4094 data->terminated = 1;
4146 if (data->terminated)

Completed in 53 milliseconds