HomeSort by relevance Sort by last modified time
    Searched refs:p_dir (Results 1 - 2 of 2) sorted by null

  /external/ipsec-tools/src/libipsec/
policy_parse.y 103 static int p_dir, p_type, p_protocol, p_mode, p_level, p_reqid;
152 p_dir = $1;
167 p_dir = $1;
186 p_dir = $1;
208 p_dir = $1;
219 p_dir = $1;
241 p_dir = $1;
263 p_dir = $1;
346 if (p_dir != IPSEC_DIR_OUTBOUND) {
352 if (p_dir != IPSEC_DIR_INBOUND)
    [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 255 char *p_dir; local
262 if (NULL != (p_dir = (char *) GKI_getbuf(strlen(p_path) + 1)))
264 strcpy(p_dir, p_path);
265 if (NULL != (p_end = strrchr(p_dir, '/')))
271 if (0 == statfs(p_dir, &fs_buffer))
291 GKI_freebuf(p_dir);
    [all...]

Completed in 35 milliseconds