Searched refs:short_buffer (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DArgs.cpp1222 char short_buffer[3];
1224 ::snprintf (short_buffer, sizeof (short_buffer), "-%c", long_options[long_options_index].val);
1230 if ((::strncmp (GetArgumentAtIndex (idx), short_buffer, strlen (short_buffer)) == 0)
/freebsd-10.3-release/contrib/ee/
H A Dee.c4884 char short_buffer[128]; local
4950 short_buffer[counter] = *tmp;
4964 short_buffer[counter] = *tmp;
4969 short_buffer[counter] = '\0';
4970 if ((slash = getenv(short_buffer)) != NULL)

Completed in 60 milliseconds