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

  /src/sys/external/bsd/ipf/netinet/
ip_sync.h 70 #define sl_ptr sl_un.slu_ptr macro
  /src/usr.sbin/makefs/cd9660/
iso9660_rrip.c 499 char* sl_ptr; local in function:cd9660_createSL
501 sl_ptr = node->node->symlink;
513 if (*sl_ptr == '/') {
519 sl_ptr++;
526 while ((*sl_ptr != '/') && (*sl_ptr != '\0')) {
528 if (*sl_ptr == '.') {
529 if ((*(sl_ptr + 1) == '/') || (*(sl_ptr + 1)
532 sl_ptr++
    [all...]

Completed in 15 milliseconds