HomeSort by: relevance | last modified time | path
    Searched defs:patlen (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/sun2/include/
leds.h 36 u_char patlen; /* patterns to use (0 means 256). */ member in struct:led_patterns
  /src/sys/arch/sun3/include/
leds.h 36 u_char patlen; /* patterns to use (0 means 256). */ member in struct:led_patterns
  /src/sys/arch/vax/include/
leds.h 36 u_char patlen; /* patterns to use (0 means 256). */ member in struct:led_patterns
  /src/include/
bm.h 44 size_t patlen; /* pattern length */ member in struct:__anon7d6fb5a50108
  /src/lib/libedit/
search.h 45 size_t patlen; /* Length of the pattern buffer */ member in struct:el_search_t
  /src/usr.sbin/sysinst/
txtwalk.c 103 size_t patlen; /* Pattern length */ local in function:match
110 patlen = strlen(these[which].head);
111 if (linelen < patlen)
113 if (strncmp(these[which].head, line, patlen) == 0) {
  /src/usr.bin/patch/
inp.c 508 size_t patlen; local in function:rev_in_string
512 patlen = strlen(revision);
513 if (strnEQ(string, revision, patlen) && isspace((unsigned char)string[patlen]))
516 if (isspace((unsigned char)*s) && strnEQ(s + 1, revision, patlen) &&
517 isspace((unsigned char)s[patlen + 1])) {
  /src/bin/ksh/
edit.c 958 int patlen; local in function:glob_path
963 patlen = strlen(pat) + 1;
965 Xinit(xs, xp, patlen + 128, ATEMP);
987 XcheckN(xs, xp, patlen);
988 memcpy(xp, pat, patlen);

Completed in 27 milliseconds