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

/haiku/src/tools/
H A Dexec.c36 parse_quoted(const char* str, int* pos, char** currentArg, int* currentArgLen, argument
56 append_char(str[*pos], currentArg, currentArgLen,
67 char** args = NULL, *currentArg = NULL; local
103 append_char('\0', &currentArg, &currentArgLen,
109 if (argsLen == 0 && (val = strstr(currentArg, "=")) != NULL) {
128 nameLen = strlen(currentArg);
132 if (strncmp(val, currentArg, nameLen) != 0
140 oldVal = getenv(currentArg);
148 setenv(currentArg, val, 1);
152 free(currentArg);
[all...]
/haiku/src/tools/fs_shell/
H A Dfssh.cpp1401 std::string currentArg; local
1404 fCurrentArg = &currentArg;

Completed in 100 milliseconds