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

/haiku/src/bin/mail_utils/
H A Dmail2mbox.cpp319 char inputPathName[B_PATH_NAME_LENGTH]; local
320 strlcpy(inputPathName, argv[1], sizeof(inputPathName) - 2);
324 DIR* dir = opendir(inputPathName);
327 inputPathName);
333 if (inputPathName[strlen(inputPathName) - 1] != '/')
334 strcat(inputPathName, "/");
344 strlcpy(tempString, inputPathName, sizeof(tempString));

Completed in 78 milliseconds