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

/haiku/src/tools/fs_shell/
H A Ddriver_settings.cpp132 The input buffer will be changed to contain the word without quotes
438 fssh_size_t length, reserved, quotes; local
445 for (length = reserved = quotes = 0; (c = string[length]) != '\0'; length++) {
447 quotes++;
451 quoted = reserved || quotes;
456 *_bufferSize -= length + (quoted ? 2 + quotes : 0);
/haiku/src/kits/storage/
H A DQuery.cpp528 bool quotes = false; local
536 quotes = !quotes;
537 else if (!quotes && pos[0] == '%') {
/haiku/src/system/libroot/os/
H A Ddriver_settings.cpp159 The input buffer will be changed to contain the word without quotes
473 size_t length, reserved, quotes; local
480 for (length = reserved = quotes = 0; (c = string[length]) != '\0'; length++) {
482 quotes++;
486 quoted = reserved || quotes;
491 *_bufferSize -= length + (quoted ? 2 + quotes : 0);
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css657 quotes: "���" "���";
660 quotes: "���" "���";

Completed in 60 milliseconds