Lines Matching defs:length
107 size_t length;
120 length = strlen(argv[2]);
121 if ((c == 'g') && (strncmp(argv[2], "gravity", length) == 0)) {
143 length = strlen(argv[4]);
145 if ((c == 'l') && (strncmp(argv[4], "left", length) == 0)) {
147 } else if ((c == 'r') && (strncmp(argv[4], "right", length) == 0)) {
159 } else if ((c == 'n') && (strncmp(argv[2], "names", length) == 0)) {
170 } else if ((c == 'n') && (strncmp(argv[2], "next", length) == 0)) {
177 } else if ((c == 'p') && (strncmp(argv[2], "previous", length) == 0)) {
184 } else if ((c == 's') && (strncmp(argv[2], "set", length) == 0)) {
194 } else if ((c == 'u') && (strncmp(argv[2], "unset", length) == 0)) {