Skip to content
Snippets Groups Projects
  1. Jun 09, 2021
  2. Jun 08, 2021
  3. Jun 07, 2021
    • Rob Swindell's avatar
      Modernize finduser() a bit · 2106e629
      Rob Swindell authored
      Skip any prepended white-space in the passed name to find.
      Use better variable names (and length) for the character strings.
      Use matchusername() instead of strcmp(); matchusername() follows the liberal user-id/alias/name matching algorithm.
      Use strcasestr() instead of strstr(), so no copy/modification (upper-casing) of passed name is now required.
      When 'Q'uitting the search, set the SS_ABORT flag.
      2106e629
    • Rob Swindell's avatar
      4415d99b
  4. Jun 06, 2021
  5. Jun 05, 2021
Loading