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

/haiku-fatelf/src/tools/restest/
H A Drestest.cpp37 listing_level listing; member in struct:TestOptions
99 options.listing = NO_LISTING;
118 if (options.listing == NO_LISTING)
119 options.listing = SHORT_LISTING;
122 options.listing = LONG_LISTING;
144 if (options.listing == NO_LISTING)
145 options.listing = SHORT_LISTING;
149 options.listing = LONG_LISTING;
203 if (options.listing != NO_LISTING
228 switch (options.listing) {
[all...]
/haiku-fatelf/src/bin/network/wget/util/
H A Drmold.pl55 /^(\.listing|\.\.?)$/ && next;
65 # Parse .listing
66 if (open(FD, "<$dir/.listing")) {
84 print STDERR "Warning: $dir/.listing: $!\n";
/haiku-fatelf/src/apps/codycam/
H A DFileUploadClient.cpp22 FileUploadClient::ListDirContents(string& listing) argument
H A DFileUploadClient.h33 virtual bool ListDirContents(string& listing);
H A DSftpClient.h43 bool ListDirContents(string& listing);
H A DFtpClient.h43 bool ListDirContents(string& listing);
H A DSpawningUploadClient.h28 virtual bool ListDirContents(string& listing);
H A DSpawningUploadClient.cpp145 SpawningUploadClient::ListDirContents(string& listing) argument
H A DFtpClient.cpp53 FtpClient::ListDirContents(string& listing) argument
76 listing += buf;
H A DSftpClient.cpp41 SftpClient::ListDirContents(string& listing) argument
/haiku-fatelf/src/bin/network/wget/tests/
H A DFTPServer.pm98 my $listing = $paths->get_list($dir);
99 unless ($listing) {
106 print {$conn->{socket}} "150 Opening data connection for file listing.\r\n";
115 for my $item (@$listing) {
/haiku-fatelf/src/build/libroot/
H A Dfs_attr_untyped.cpp58 // the maximum length of an attribute listing we support
237 // make sure we have a current listing
286 char listing[kMaxAttributeListingLength]; local
288 // get the listing
289 ssize_t length = list_attributes(fFileFD, fPath.c_str(), listing,
294 // clone the on-stack listing
298 memcpy(newListing, listing, length);
/haiku-fatelf/docs/user/
H A Dapidoc.dox272 the block commands. Have a look at the following listing:
459 This listing shows which one to use for which situation:
672 apply some general information that will be listed above the listing of the

Completed in 125 milliseconds